Skip to content

Commit fa422ef

Browse files
authored
Finalize release note for Firefox 147 release (mdn#42768)
1 parent 65fb7de commit fa422ef

File tree

4 files changed

+94
-52
lines changed

4 files changed

+94
-52
lines changed

files/en-us/mozilla/firefox/releases/146/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Firefox 146 release notes for developers (Stable)
3-
short-title: Firefox 146 (Stable)
2+
title: Firefox 146 release notes for developers
3+
short-title: Firefox 146
44
slug: Mozilla/Firefox/Releases/146
5-
page-type: firefox-release-notes-active
5+
page-type: firefox-release-notes
66
sidebar: firefox
77
---
88

files/en-us/mozilla/firefox/releases/147/index.md

Lines changed: 5 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
---
2-
title: Firefox 147 release notes for developers (Beta)
3-
short-title: Firefox 147 (Beta)
2+
title: Firefox 147 release notes for developers (Stable)
3+
short-title: Firefox 147 (Stable)
44
slug: Mozilla/Firefox/Releases/147
55
page-type: firefox-release-notes-active
66
sidebar: firefox
77
---
88

99
This article provides information about the changes in Firefox 147 that affect developers.
10-
Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-US/channel/desktop/#beta) and ships on [January 13, 2026](https://whattrainisitnow.com/release/?version=147).
11-
12-
> [!NOTE]
13-
> The release notes for this Firefox version are still a work in progress.
14-
15-
<!-- Authors: Please uncomment any headings you are writing notes for -->
10+
Firefox 147 was released on [January 13, 2026](https://whattrainisitnow.com/release/?version=147).
1611

1712
## Changes for web developers
1813

@@ -26,24 +21,16 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
2621
- A highlighted element's associated {{cssxref("@position-try")}} rules are now displayed in the CSS rules panel. ([Firefox bug 1895176](https://bugzil.la/1895176)).
2722
- JSON payloads can be imported into Firefox Profiler from the JSON viewer using a new button. This provides a breakdown of the size of the resource. ([Firefox bug 1997209](https://bugzil.la/1997209)).
2823

29-
<!-- ### HTML -->
30-
31-
<!-- No notable changes. -->
32-
33-
<!-- #### Removals -->
34-
35-
<!-- ### MathML -->
24+
### HTML
3625

37-
<!-- #### Removals -->
26+
No notable changes.
3827

3928
### SVG
4029

4130
- When an SVG file is used as an [image source](/en-US/docs/Web/SVG/Guides/SVG_as_an_image) (for example, embedded into a page via an {{htmlelement("img")}} element or as a CSS {{cssxref("background-image")}}), the SVG URL now supports [media fragments](/en-US/docs/Web/URI/Reference/Fragment/Media_fragments). ([Firefox bug 1999989](https://bugzil.la/1999989)). This means that:
4231
- When the SVG includes a [SMIL animation](/en-US/docs/Web/SVG/Guides/SVG_animation_with_SMIL), you can use [temporal dimension](/en-US/docs/Web/URI/Reference/Fragment/Media_fragments#temporal_dimension_fragment_syntax) syntax to play a portion of the animation from a specific start time to a specific end time, after which the animation will pause.
4332
- You can use [spatial dimension](/en-US/docs/Web/URI/Reference/Fragment/Media_fragments#spatial_dimension_fragment_syntax) syntax to display a specific area of the SVG document.
4433

45-
<!-- #### Removals -->
46-
4734
### CSS
4835

4936
- [CSS anchor positioning](/en-US/docs/Web/CSS/Guides/Anchor_positioning) is now enabled by default.
@@ -61,27 +48,13 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
6148
- The following [relative length units based on root element's font](/en-US/docs/Web/CSS/Reference/Values/length#relative_length_units_based_on_root_elements_font) are now supported: `rcap`, `rch`, `rex`, and `ric`. These units allow you to define `<length>` values based on the size of a particular character or font attribute of the [root](/en-US/docs/Web/CSS/Reference/Selectors/:root) element.
6249
([Firefox bug 1740584](https://bugzil.la/1740584)).
6350

64-
<!-- #### Removals -->
65-
6651
### JavaScript
6752

6853
- CSS module scripts are now supported, allowing a stylesheet to be loaded into a script as a {{domxref("CSSStyleSheet")}} instance using the [`import`](/en-US/docs/Web/JavaScript/Reference/Statements/import) keyword and the [`type` import attribute](/en-US/docs/Web/JavaScript/Reference/Statements/import/with) set to `type="css"`.
6954
([Firefox bug 1986681](https://bugzil.la/1986681)).
7055
- The {{jsxref("Iterator.concat()")}} method is now supported. This method enables you to create a new iterator that combines multiple input iterables into a single sequence.
7156
([Firefox bug 1986672](https://bugzil.la/1986672)).
7257

73-
<!-- No notable changes. -->
74-
75-
<!-- #### Removals -->
76-
77-
<!-- ### HTTP -->
78-
79-
<!-- #### Removals -->
80-
81-
<!-- ### Security -->
82-
83-
<!-- #### Removals -->
84-
8558
### APIs
8659

8760
- The {{domxref("Document.activeViewTransition")}} property is now supported, which returns a {{domxref("ViewTransition")}} instance representing the [view transition](/en-US/docs/Web/API/View_Transition_API) currently active on the document. This provides a consistent way to access an active view transition in any context without having to manually store a reference to it for later use. ([Firefox bug 2001836](https://bugzil.la/2001836)).
@@ -95,16 +68,6 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
9568
To load a service worker module, specify a [`type`](/en-US/docs/Web/API/ServiceWorkerContainer/register#type) of `'module'` when calling {{domxref("ServiceWorkerContainer.register()")}}.
9669
([Firefox bug 1360870](https://bugzil.la/1360870)).
9770

98-
<!-- #### DOM -->
99-
100-
<!-- #### Media, WebRTC, and Web Audio -->
101-
102-
<!-- #### Removals -->
103-
104-
<!-- ### WebAssembly -->
105-
106-
<!-- #### Removals -->
107-
10871
### WebDriver conformance (WebDriver BiDi, Marionette)
10972

11073
#### General
@@ -129,10 +92,6 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
12992

13093
- Temporarily loaded Manifest Version 3 extensions can now load scripts from localhost, as explained in [Scripts from localhost](/en-US/docs/Mozilla/Add-ons/WebExtensions/Content_Security_Policy#scripts_from_localhost) in the Content Security Policy article. ([Firefox bug 1864284](https://bugzil.la/1864284))
13194

132-
<!-- ### Removals -->
133-
134-
<!-- ### Other -->
135-
13695
## Experimental web features
13796

13897
These features are shipping in Firefox 147 but are disabled by default.

files/en-us/mozilla/firefox/releases/148/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Firefox 148 release notes for developers (Nightly)
3-
short-title: Firefox 148 (Nightly)
2+
title: Firefox 148 release notes for developers (Beta)
3+
short-title: Firefox 148 (Beta)
44
slug: Mozilla/Firefox/Releases/148
55
page-type: firefox-release-notes-active
66
sidebar: firefox
77
---
88

99
This article provides information about the changes in Firefox 148 that affect developers.
10-
Firefox 148 is the current [Nightly version of Firefox](https://www.firefox.com/en-US/channel/desktop/#nightly) and ships on [February 24, 2026](https://whattrainisitnow.com/release/?version=148).
10+
Firefox 148 is the current [Beta version of Firefox](https://www.firefox.com/en-US/channel/desktop/#beta) and ships on [February 24, 2026](https://whattrainisitnow.com/release/?version=148).
1111

1212
> [!NOTE]
1313
> The release notes for this Firefox version are still a work in progress.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: Firefox 149 release notes for developers (Nightly)
3+
short-title: Firefox 149 (Nightly)
4+
slug: Mozilla/Firefox/Releases/149
5+
page-type: firefox-release-notes-active
6+
sidebar: firefox
7+
---
8+
9+
This article provides information about the changes in Firefox 149 that affect developers.
10+
Firefox 149 is the current [Nightly version of Firefox](https://www.firefox.com/en-US/channel/desktop/#nightly) and ships on [March 24, 2026](https://whattrainisitnow.com/release/?version=149).
11+
12+
> [!NOTE]
13+
> The release notes for this Firefox version are still a work in progress.
14+
15+
<!-- Authors: Please uncomment any headings you are writing notes for -->
16+
17+
## Changes for web developers
18+
19+
<!-- ### Developer Tools -->
20+
21+
<!-- ### HTML -->
22+
23+
<!-- No notable changes. -->
24+
25+
<!-- #### Removals -->
26+
27+
<!-- ### MathML -->
28+
29+
<!-- #### Removals -->
30+
31+
<!-- ### SVG -->
32+
33+
<!-- #### Removals -->
34+
35+
<!-- ### CSS -->
36+
37+
<!-- #### Removals -->
38+
39+
<!-- ### JavaScript -->
40+
41+
<!-- No notable changes. -->
42+
43+
<!-- #### Removals -->
44+
45+
<!-- ### HTTP -->
46+
47+
<!-- #### Removals -->
48+
49+
<!-- ### Security -->
50+
51+
<!-- #### Removals -->
52+
53+
<!-- ### APIs -->
54+
55+
<!-- #### DOM -->
56+
57+
<!-- #### Media, WebRTC, and Web Audio -->
58+
59+
<!-- #### Removals -->
60+
61+
<!-- ### WebAssembly -->
62+
63+
<!-- #### Removals -->
64+
65+
<!-- ### WebDriver conformance (WebDriver BiDi, Marionette) -->
66+
67+
<!-- #### General -->
68+
69+
<!-- #### WebDriver BiDi -->
70+
71+
<!-- #### Marionette -->
72+
73+
## Changes for add-on developers
74+
75+
<!-- ### Removals -->
76+
77+
<!-- ### Other -->
78+
79+
## Experimental web features
80+
81+
These features are shipping in Firefox 149 but are disabled by default.
82+
To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`.
83+
You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page.

0 commit comments

Comments
 (0)