File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## @fluent/react 0.9.0 (July 25, 2019)
4
17
5
18
- Rename ` fluent-react ` to ` @fluent/react ` .
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.9 .0" ,
4
+ "version" : " 0.10 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
51
51
"prop-types" : " ^15.6.0"
52
52
},
53
53
"peerDependencies" : {
54
- "@fluent/bundle" : " >=0.13 .0 <0.14 .0" ,
54
+ "@fluent/bundle" : " >=0.14 .0 <0.15 .0" ,
55
55
"react" : " ^0.14.9 || ^15.0.0 || ^16.0.0"
56
56
},
57
57
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments