Firefox 150 release notes for developers (Beta)
This article provides information about the changes in Firefox 150 that affect developers. Firefox 150 is the current Beta version of Firefox and ships on April 21, 2026.
Note: The release notes for this Firefox version are still a work in progress.
Changes for web developers
APIs
DOM
-
The
options.shadowRootsargument of theDocument.caretPositionFromPoint()method is now supported. This allows the method to return the node containing the caret from within a shadow DOM, provided its associatedShadowRootwas passed as an option. (Firefox bug 1914596). -
The
CSSFontFaceDescriptorsinterface is now supported, and an instance of this type is returned by theCSSFontFaceRule.styleproperty. (Firefox bug 2019904). -
The non-standard
caretRangeFromPoint()method of theDocumentinterface is now supported. (Firefox bug 1550635). -
The
ariaNotify()method is now supported onDocumentandElement. This queues a string of text to be announced by a screen reader, providing a more ergonomic and reliable alternative to ARIA live regions. (Firefox bug 2018095).
Changes for add-on developers
Experimental web features
These features are shipping in Firefox 150 but are disabled by default.
To experiment with them, search for the appropriate preference on the about:config page and set it to true.
You can find more such features on the Experimental features page.