-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected]
- Loading branch information
Showing
8 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [@fluent/bundle 0.17.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add per locale Intl memoizer | ||
([#504](https://github.com/projectfluent/fluent.js/pull/504)) | ||
- The type of caught errors is validated at runtime | ||
([#575](https://github.com/projectfluent/fluent.js/pull/575)) | ||
|
||
## @fluent/bundle 0.17.0 (September 13, 2021) | ||
|
||
- Remove `"type": "commonjs"` from the package's root `package.json`, but add | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/bundle", | ||
"description": "Localization library for expressive translations.", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
## [@fluent/dom 0.8.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add `.js` extension to imports | ||
([#581](https://github.com/projectfluent/fluent.js/pull/581)) | ||
|
||
## @fluent/dom 0.8.0 (September 13, 2021) | ||
|
||
- Remove `"type": "commonjs"` from the package's root `package.json`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [@fluent/langneg 0.6.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add zh-mo and zh-tw to likely subtags | ||
([#570](https://github.com/projectfluent/fluent.js/pull/570)) | ||
- Add `.js` extension to imports | ||
([#581](https://github.com/projectfluent/fluent.js/pull/581)) | ||
|
||
## @fluent/langneg 0.6.0 (September 13, 2021) | ||
|
||
- Remove `"type": "commonjs"` from the package's root `package.json`, but add | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/langneg", | ||
"description": "Language Negotiation API for Fluent", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [@fluent/react 0.14.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add `.js` extension to imports | ||
([#577](https://github.com/projectfluent/fluent.js/pull/577)) | ||
- Drop `prop-types` as a dependency | ||
([#575](https://github.com/projectfluent/fluent.js/pull/575)) | ||
|
||
## @fluent/react 0.14.0 (September 13, 2021) | ||
|
||
- Remove `"type": "commonjs"` from the package's root `package.json`, but add | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/react", | ||
"description": "Fluent bindings for React", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|