Releases: projectfluent/fluent.js
Releases · projectfluent/fluent.js
@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)
@fluent/sequence 0.7.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)
@fluent/react 0.14.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)
- Provide better errors when components are mis-configured (#549)
@fluent/langneg 0.6.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)
- Remove circular dependency (#545)
@fluent/dom 0.8.0
- Remove
"type": "commonjs"
from the package's root package.json
. (#556)
- Set Node.js 12 as the minimum supported version (#557)
@fluent/dedent 0.4.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)
@fluent/bundle 0.17.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)
@fluent/langneg 0.5.2
- Documentation fix. (#547)