File tree 15 files changed +75
-12
lines changed
15 files changed +75
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## @fluent/bundle 0.16.1 (April 9, 2021)
4
12
5
13
- Separate FluentNumber/Datetime opts when used in DATETIME/NUMBER. (#526 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/bundle" ,
3
3
"description" : " Localization library for expressive translations." ,
4
- "version" : " 0.16.1 " ,
4
+ "version" : " 0.17.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## @fluent/dedent 0.3.0 (July 2, 2020)
4
12
5
13
- Remove the ` compat.js ` build and compile everything to ES2018. (#472 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/dedent" ,
3
3
"description" : " A template literal tag for dedenting Fluent code" ,
4
- "version" : " 0.3 .0" ,
4
+ "version" : " 0.4 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## @fluent/dom 0.7.0 (July 2, 2020)
4
11
5
12
- Remove the ` compat.js ` build and compile everything to ES2018. (#472 , #474 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/dom" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"description" : " Fluent bindings for DOM" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## @fluent/langneg 0.5.2 (April 17, 2021)
4
15
5
16
- Documentation fix. (#547 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/langneg" ,
3
3
"description" : " Language Negotiation API for Fluent" ,
4
- "version" : " 0.5.2 " ,
4
+ "version" : " 0.6.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## @fluent/react 0.13.1 (Apr 7, 2021)
4
15
5
16
- Allow the Localized component to have an array with one element in its children
Original file line number Diff line number Diff line change 7
7
"build" : " parcel build public/index.html"
8
8
},
9
9
"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" ,
13
13
"cached-iterable" : " ^0.3.0" ,
14
14
"prop-types" : " ^15.7.2" ,
15
15
"react" : " ^16.8.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/react" ,
3
3
"description" : " Fluent bindings for React" ,
4
- "version" : " 0.13.1 " ,
4
+ "version" : " 0.14.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
57
57
"restoreMocks" : true
58
58
},
59
59
"dependencies" : {
60
- "@fluent/sequence" : " 0.6 .0" ,
60
+ "@fluent/sequence" : " ^0.7 .0" ,
61
61
"cached-iterable" : " ^0.3.0" ,
62
62
"prop-types" : " ^15.7.2"
63
63
},
64
64
"peerDependencies" : {
65
- "@fluent/bundle" : " >=0.16.0 <0.17 .0" ,
65
+ "@fluent/bundle" : " >=0.16.0 <0.18 .0" ,
66
66
"react" : " >=16.8.0"
67
67
},
68
68
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## @fluent/sequence 0.7.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
+
3
12
## @fluent/sequence 0.6.0 (July 2, 2020)
4
13
5
14
- Remove the ` compat.js ` build and compile everything to ES2018. (#472 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/sequence" ,
3
3
"description" : " Manage ordered sequences of FluentBundles" ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## @fluent/syntax 0.18.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
+
3
12
## @fluent/syntax 0.17.0 (April 9, 2021)
4
13
5
14
- Align AST types with fluent-rs. (#525 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/syntax" ,
3
3
"description" : " AST and parser for Fluent" ,
4
- "version" : " 0.17 .0" ,
4
+ "version" : " 0.18 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments