Skip to content

Commit 2da8c6a

Browse files
committed
@fluent/react 0.10.0
1 parent efd579f commit 2da8c6a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

fluent-react/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## @fluent/react 0.10.0 (July 30, 2019)
4+
5+
- Update to `@fluent/bundle` 0.14.0.
6+
7+
This version of `@fluent/react` can be used with the new `FluentBundle`
8+
API released in `@fluent/bundle` 0.14.0.
9+
10+
- Report formatting errors from `Localized` and `getString`. (#412)
11+
12+
Formatting errors are now printed to the console. In the future,
13+
`@fluent/react` will allow finer-grained control over rpeorting errors.
14+
See #411.
15+
316
## @fluent/react 0.9.0 (July 25, 2019)
417

518
- Rename `fluent-react` to `@fluent/react`.

fluent-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/react",
33
"description": "Fluent bindings for React",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"prop-types": "^15.6.0"
5252
},
5353
"peerDependencies": {
54-
"@fluent/bundle": ">=0.13.0 <0.14.0",
54+
"@fluent/bundle": ">=0.14.0 <0.15.0",
5555
"react": "^0.14.9 || ^15.0.0 || ^16.0.0"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)