Skip to content

Commit a07b7cd

Browse files
committed
@fluent/react 0.11.1
1 parent 20a4d58 commit a07b7cd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

fluent-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## @fluent/react 0.11.0 (January 23, 2020)
413

514
- Use the offical stable React Context API. (#406)

fluent-react/package.json

+1-1
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.11.0",
4+
"version": "0.11.1",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)