Skip to content

Commit 30487c7

Browse files
authored
docs(firefox-release): Finalize release note for FF146 release (mdn#42319)
* update dates and add page for nightly * reorder devtools and mathml sections * Revert "reorder devtools and mathml sections" This reverts commit fc430ad.
1 parent 4478053 commit 30487c7

File tree

4 files changed

+94
-52
lines changed

4 files changed

+94
-52
lines changed

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

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

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

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

99
This article provides information about the changes in Firefox 146 that affect developers.
10-
Firefox 146 is the current [Beta version of Firefox](https://www.firefox.com/en-US/channel/desktop/#beta) and ships on [December 9, 2025](https://whattrainisitnow.com/release/?version=146).
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 146 was released on [December 9, 2025](https://whattrainisitnow.com/release/?version=146).
1611

1712
## Changes for web developers
1813

@@ -21,11 +16,9 @@ Firefox 146 is the current [Beta version of Firefox](https://www.firefox.com/en-
2116
- In the Rule view of the Inspector, when a displayed ruleset declares 10 or more [CSS custom properties](/en-US/docs/Web/CSS/Reference/Properties/--*) that are unused, those properties are hidden by default. This reduces clutter, and in some cases also speeds up the rendering of the Inspector panel. In such cases, the hidden properties can be displayed via a "Show..." button provided at the bottom of the ruleset.
2217
([Firefox bug 1719461](https://bugzil.la/1719461)).
2318

24-
<!-- ### HTML -->
25-
26-
<!-- No notable changes. -->
19+
### HTML
2720

28-
<!-- #### Removals -->
21+
No notable changes.
2922

3023
### MathML
3124

@@ -34,12 +27,6 @@ Firefox 146 is the current [Beta version of Firefox](https://www.firefox.com/en-
3427
- The {{cssxref("math-shift")}} property is now supported. This allows developers to indicate whether superscript rendering in MathML formulas should be normal or compact, affecting the height to which superscript text is shifted.
3528
([Firefox bug 1994171](https://bugzil.la/1994171)).
3629

37-
<!-- #### Removals -->
38-
39-
<!-- ### SVG -->
40-
41-
<!-- #### Removals -->
42-
4330
### CSS
4431

4532
- The {{cssxref("color_value/contrast-color()")}} function is now supported. This function takes a [`<color>`](/en-US/docs/Web/CSS/Reference/Values/color_value) value and returns a contrasting color that ensures at least [WCAG AA minimum contrast](https://w3c.github.io/wcag/guidelines/22/#contrast-minimum).
@@ -57,38 +44,14 @@ Firefox 146 is the current [Beta version of Firefox](https://www.firefox.com/en-
5744
This keyword is an alias for the recently-standardized `stretch` keyword (i.e., [`width: stretch`](/en-US/docs/Web/CSS/Reference/Properties/width#stretch) and [`height: stretch`](/en-US/docs/Web/CSS/Reference/Properties/height#stretch)), which isn't yet supported in Firefox.
5845
([Firefox bug 1988938](https://bugzil.la/1988938), [Firefox bug 1789477](https://bugzil.la/1789477)).
5946

60-
<!-- #### Removals -->
61-
6247
### JavaScript
6348

6449
- {{jsxref("WeakMap")}} and {{jsxref("WeakSet")}} now accept {{jsxref("Symbol")}} objects as keys, except for those that are [registered](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#shared_symbols_in_the_global_symbol_registry). ([Firefox bug 1966745](https://bugzil.la/1966745)).
6550

66-
<!-- No notable changes. -->
67-
68-
<!-- #### Removals -->
69-
70-
<!-- ### HTTP -->
71-
72-
<!-- #### Removals -->
73-
74-
<!-- ### Security -->
75-
76-
<!-- #### Removals -->
77-
7851
### APIs
7952

8053
- {{domxref("SubtleCrypto.importKey()")}} now allows you to import keys defined as compressed elliptic curve points when using the [ECDSA](/en-US/docs/Web/API/SubtleCrypto/sign#ecdsa) or [ECDH](/en-US/docs/Web/API/SubtleCrypto/deriveKey#ecdh) algorithms. ([Firefox bug 1971499](https://bugzil.la/1971499)).
8154

82-
<!-- #### DOM -->
83-
84-
<!-- #### Media, WebRTC, and Web Audio -->
85-
86-
<!-- #### Removals -->
87-
88-
<!-- ### WebAssembly -->
89-
90-
<!-- #### Removals -->
91-
9255
### WebDriver conformance (WebDriver BiDi, Marionette)
9356

9457
#### WebDriver BiDi
@@ -112,10 +75,6 @@ Firefox 146 is the current [Beta version of Firefox](https://www.firefox.com/en-
11275

11376
- {{WebExtAPIRef("browsingData.removeLocalStorage")}} and {{WebExtAPIRef("browsingData.remove")}} (when `localStorage` is set in {{WebExtAPIRef("browsingData.DataTypeSet")}}) now delete objects from [`sessionStorage`](/en-US/docs/Web/API/Window/sessionStorage). ([Firefox bug 1886894](https://bugzil.la/1886894))
11477

115-
<!-- ### Removals -->
116-
117-
<!-- ### Other -->
118-
11978
## Experimental web features
12079

12180
These features are shipping in Firefox 146 but are disabled by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Firefox 147 release notes for developers (Nightly)
3-
short-title: Firefox 147 (Nightly)
2+
title: Firefox 147 release notes for developers (Beta)
3+
short-title: Firefox 147 (Beta)
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 [Nightly version of Firefox](https://www.firefox.com/en-US/channel/desktop/#nightly) and ships on [January 13, 2026](https://whattrainisitnow.com/release/?version=147).
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).
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 148 release notes for developers (Nightly)
3+
short-title: Firefox 148 (Nightly)
4+
slug: Mozilla/Firefox/Releases/148
5+
page-type: firefox-release-notes-active
6+
sidebar: firefox
7+
---
8+
9+
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).
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 148 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)