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

Commit 35cacc7

Browse files
committed
Update CHANGELOG entry [skip ci]
1 parent 838a287 commit 35cacc7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Whitespace conventions:
1818
- 1 spaces before normal text
1919
-->
2020

21+
## [0.12.0] - Unreleased
22+
23+
### Added
24+
25+
- `React::Server` is provided as a module wrapping the original `ReactDOMServer` API, require `react/server` to use it. (#186)
26+
27+
### Deprecated
28+
29+
- `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)
30+
- `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)
31+
32+
2133
## [0.11.0] - 2016-12-13
2234

2335
### Changed

0 commit comments

Comments
 (0)