Releases: projectfluent/fluent.js
Releases · projectfluent/fluent.js
2024-06-25
@fluent/dom 0.10.0
- Update package.json engines.node to >= 18 (#627)
- Make pauseObserving and resumeObserving public (#623)
- Cancel the requestAnimationFrame when all roots are disconnected (#633)
2023-05-28
@fluent/react 0.15.1
- Update dependencies & example (#612)
2023-03-13
- 0.x updates to all packages to account for dropping Node.js v12 support (#607)
- Treat tab as text, not whitespace (#606)
@fluent/react 0.15.0
- Add
getElement
method to ReactLocalization (#595)
- Update fluent-react/example to use latest Parcel (#593)
@fluent/syntax 0.18.1
- Use correct TS type for
clone()
return (#589)
- Adjust for updated linter rules (#590)
@fluent/langneg 0.6.2
- Adjust for updated linter rules (#590)
@fluent/react 0.14.1
- Add
.js
extension to imports (#577)
- Drop
prop-types
as a dependency (#575)
@fluent/langneg 0.6.1
- Add
zh-mo
and zh-tw
to likely subtags (#570)
- Add
.js
extension to imports (#581)
@fluent/dom 0.8.1
- Add
.js
extension to imports (#581)
@fluent/bundle 0.17.1
- Add per locale Intl memoizer (#504)
- The type of caught errors is validated at runtime (#575)
@fluent/syntax 0.18.0
- Remove
"type": "commonjs"
from the package's root package.json
, but add "type": "module"
to the esm/
directory. (#556, #567)
- Set Node.js 12 as the minimum supported version (#557)