File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## @fluent/react 0.11.1 (January 31, 2020)
4
+
5
+ - Don't call ` createParseMarkup ` too eagerly. (#453 )
6
+
7
+ Fix a regression from 0.11.0 in which the default ` FluentContext ` value
8
+ was an empty ` ReactLocalization ` which would call ` createParseMarkup ` to
9
+ create its markup parser. In SSR, it's not desirable to call this
10
+ function as it uses the ` document ` global.
11
+
3
12
## @fluent/react 0.11.0 (January 23, 2020)
4
13
5
14
- Use the offical stable React Context API. (#406 )
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.11.0 " ,
4
+ "version" : " 0.11.1 " ,
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