CHANGELOG.md in react_on_rails-11.2.2 vs CHANGELOG.md in react_on_rails-11.3.0
- old
+ new
@@ -13,23 +13,30 @@
## [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests that are not yet released.*
+### [11.3.0] - 2019-04-20
+#### Added
+- Added method for retrieving any option from `render_options` [PR 1213](https://github.com/shakacode/react_on_rails/pull/1213)
+by [ashgaliyev](https://github.com/ashgaliyev).
+- html_options can now has option for 'tag' to add dynamically html element. like this: `html_options: { tag: "span" }`.
+[PR 1208](https://github.com/shakacode/react_on_rails/pull/1208) by [tahsin352](https://github.com/tahsin352).
+
### [11.2.2] - 2018-12-24
#### Improved
- rails_context can more easily be called from controller methods. The mandatory param of server_side has been made optional.
### [11.2.1] - 2018-12-06
## MIGRATION for v11.2
- If using **React on Rails Pro**, upgrade react_on_rails_pro to a version >= 1.3.
#### Improved
-- To support React v16, updated API for manually calling `ReactOnRails.render(name, props, domNodeId, hydrate)`. Added 3rd @param hydrate Pass truthy to update server rendered html. Default is falsey Any truthy values calls hydrate rather than render. (https://github.com/shakacode/react_on_rails/pull/1159) by [justin808](https://github.com/justin808) and [coopersamuel](https://github.com/coopersamuel).
+- To support React v16, updated API for manually calling `ReactOnRails.render(name, props, domNodeId, hydrate)`. Added 3rd @param hydrate Pass truthy to update server rendered html. Default is falsey Any truthy values calls hydrate rather than render. [PR 1159](https://github.com/shakacode/react_on_rails/pull/1159) by [justin808](https://github.com/justin808) and [coopersamuel](https://github.com/coopersamuel).
-- Enabled the use of webpack-dev-server with Server-side rendering. (https://github.com/shakacode/react_on_rails/pull/1173) by [justin808](https://github.com/justin808) and [judahmeek](https://github.com/judahmeek).
+- Enabled the use of webpack-dev-server with Server-side rendering. [PR 1173](https://github.com/shakacode/react_on_rails/pull/1173) by [justin808](https://github.com/justin808) and [judahmeek](https://github.com/judahmeek).
#### Changed
- Changed the default for:
```rb
config.raise_on_prerender_error = Rails.env.development?
@@ -862,10 +869,11 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.2.2...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.3.0...master
+[11.3.0]: https://github.com/shakacode/react_on_rails/compare/11.2.2...11.3.0
[11.2.2]: https://github.com/shakacode/react_on_rails/compare/11.2.1...11.2.2
[11.2.1]: https://github.com/shakacode/react_on_rails/compare/11.1.8...11.2.1
[11.1.8]: https://github.com/shakacode/react_on_rails/compare/11.1.7...11.1.8
[11.1.7]: https://github.com/shakacode/react_on_rails/compare/11.1.6...11.1.7
[11.1.6]: https://github.com/shakacode/react_on_rails/compare/11.1.5...11.1.6