File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff line change 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 <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
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" : {
You can’t perform that action at this time.
0 commit comments