Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 8370b95

Browse files
committed
Add CHANGELOG entry
[ci skip]
1 parent 4cb9b8a commit 8370b95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Whitespace conventions:
3030
- `React.render_to_string` & `React.render_to_static_markup` is deprecated, use `React::Server.render_to_string` & `React::Server.render_to_static_markup` instead. (#186)
3131
- `react/react-source` is deprecated, use `react/react-source-browser` or `react/react-source-server` instead. For most usecase, `react/react-source-browser` is sufficient. If you are using the built-in server side rendering feature, the actual `ReactDOMServer` is already provided by the `react-rails` gem. Therefore, unless you are building a custom server side rendering mechanism, it's not suggested to use `react/react-source-server` in browser code. (#186)
3232

33+
### Fixed
34+
35+
- [NativeLibrary] Passing native JS object as props will raise exception. (#195)
36+
3337

3438
## [0.11.0] - 2016-12-13
3539

0 commit comments

Comments
 (0)