File tree Expand file tree Collapse file tree 15 files changed +75
-12
lines changed
Expand file tree Collapse file tree 15 files changed +75
-12
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/bundle 0.17.0 (September 13, 2021)
4+
5+ - Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
6+ ` "type": "module" ` to the ` esm/ ` directory.
7+ ([ #556 ] ( https://github.com/projectfluent/fluent.js/pull/556 ) ,
8+ [ #567 ] ( https://github.com/projectfluent/fluent.js/pull/567 ) )
9+ - Set Node.js 12 as the minimum supported version ([ #557 ] ( https://github.com/projectfluent/fluent.js/pull/557 ) )
10+
311## @fluent/bundle 0.16.1 (April 9, 2021)
412
513 - Separate FluentNumber/Datetime opts when used in DATETIME/NUMBER. (#526 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/bundle" ,
33 "description" : " Localization library for expressive translations." ,
4- "version" : " 0.16.1 " ,
4+ "version" : " 0.17.0 " ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/dedent 0.4.0 (September 13, 2021)
4+
5+ - Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
6+ ` "type": "module" ` to the ` esm/ ` directory.
7+ ([ #556 ] ( https://github.com/projectfluent/fluent.js/pull/556 ) ,
8+ [ #567 ] ( https://github.com/projectfluent/fluent.js/pull/567 ) )
9+ - Set Node.js 12 as the minimum supported version ([ #557 ] ( https://github.com/projectfluent/fluent.js/pull/557 ) )
10+
311## @fluent/dedent 0.3.0 (July 2, 2020)
412
513 - Remove the ` compat.js ` build and compile everything to ES2018. (#472 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/dedent" ,
33 "description" : " A template literal tag for dedenting Fluent code" ,
4- "version" : " 0.3 .0" ,
4+ "version" : " 0.4 .0" ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/dom 0.8.0 (September 13, 2021)
4+
5+ - Remove ` "type": "commonjs" ` from the package's root ` package.json ` .
6+ ([ #556 ] ( https://github.com/projectfluent/fluent.js/pull/556 ) )
7+ - Set Node.js 12 as the minimum supported version
8+ ([ #557 ] ( https://github.com/projectfluent/fluent.js/pull/557 ) )
9+
310## @fluent/dom 0.7.0 (July 2, 2020)
411
512 - Remove the ` compat.js ` build and compile everything to ES2018. (#472 , #474 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/dom" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .0" ,
44 "description" : " Fluent bindings for DOM" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/langneg 0.6.0 (September 13, 2021)
4+
5+ - Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
6+ ` "type": "module" ` to the ` esm/ ` directory.
7+ ([ #556 ] ( https://github.com/projectfluent/fluent.js/pull/556 ) ,
8+ [ #567 ] ( https://github.com/projectfluent/fluent.js/pull/567 ) )
9+ - Set Node.js 12 as the minimum supported version
10+ ([ #557 ] ( https://github.com/projectfluent/fluent.js/pull/557 ) )
11+ - Remove circular dependency
12+ ([ #545 ] ( https://github.com/projectfluent/fluent.js/pull/545 ) )
13+
314## @fluent/langneg 0.5.2 (April 17, 2021)
415
516 - Documentation fix. (#547 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/langneg" ,
33 "description" : " Language Negotiation API for Fluent" ,
4- "version" : " 0.5.2 " ,
4+ "version" : " 0.6.0 " ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/react 0.14.0 (September 13, 2021)
4+
5+ - Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
6+ ` "type": "module" ` to the ` esm/ ` directory.
7+ ([ #556 ] ( https://github.com/projectfluent/fluent.js/pull/556 ) ,
8+ [ #567 ] ( https://github.com/projectfluent/fluent.js/pull/567 ) )
9+ - Set Node.js 12 as the minimum supported version
10+ ([ #557 ] ( https://github.com/projectfluent/fluent.js/pull/557 ) )
11+ - Provide better errors when components are mis-configured
12+ ([ #549 ] ( https://github.com/projectfluent/fluent.js/pull/549 ) )
13+
314## @fluent/react 0.13.1 (Apr 7, 2021)
415
516 - Allow the Localized component to have an array with one element in its children
Original file line number Diff line number Diff line change 77 "build" : " parcel build public/index.html"
88 },
99 "dependencies" : {
10- "@fluent/bundle" : " ^0.16.1 " ,
11- "@fluent/langneg" : " ^0.5.2 " ,
12- "@fluent/sequence" : " ^0.6 .0" ,
10+ "@fluent/bundle" : " ^0.17.0 " ,
11+ "@fluent/langneg" : " ^0.6.0 " ,
12+ "@fluent/sequence" : " ^0.7 .0" ,
1313 "cached-iterable" : " ^0.3.0" ,
1414 "prop-types" : " ^15.7.2" ,
1515 "react" : " ^16.8.0" ,
You can’t perform that action at this time.
0 commit comments