CHANGELOG.md in react-rails-2.4.4.pre vs CHANGELOG.md in react-rails-2.4.4

- old
+ new

@@ -6,41 +6,61 @@ #### Deprecation #### Bug Fixes +## 2.4.4 + +#### New Features + +- React 16.2 prebundled #856, #874 +- Use Fragments instead of Divs by default #856 +- Explicitly support Ruby 2.5 #857 +- Add support for controller rendering using `camelize_props` #869 +- Many readme, doc and guide updates including Typescript #873, #865, #862, #854, #852, #849 + +#### Deprecation + +- Drop explicit support for Ruby 2.1 #866 +- Drop explicit support for Rails 3, 4.0, 4.1 #866 +- If the gem continues to work on Ruby and Rails below what is in Travis, it is accidental. + +#### Bug Fixes + +- Correct behaviour of Turbolinks 5 mounting #868, 848 +- Correct behaviour of JQuery3 removing "on" #867, 762 + ## 2.4.3 + #### Bug Fixes + - Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842 ## 2.4.2 #### Bug Fixes + - ReactDOM.hydrate() may not be defined for everyone, it will now use hydrate if it is defined or fallback to render #832 ## 2.4.1 -#### Breaking Changes - #### New Features + - Webpacker gets ES6 components by default #822 - ReactDOM.hydrate() #828 - Documentation updates #830 #### Deprecation #### Bug Fixes + - Webpacker local manifest sometimes had double asset_hosts if the dev server was running #834 thanks @joeyparis ## 2.4.0 #### Breaking Changes - (Sprockets) Prebundled React upgraded to 16 #792 - (Sprockets) Addons removed #792 - -#### New Features - -#### Deprecation #### Bug Fixes - Coffeescript generator exports correctly #799, #800 - Running detector manually no longer breaks if Turbolinks is not preset #802