Releases: renchap/webpacker-react
Releases · renchap/webpacker-react
1.0.0-beta.1
Pushing a pre-release version to ensure nothing broke, this will be released as 1.0.0 next week if nothing breaks!
Changes
Added
- Instructions to set up
react-hot-loader
4 (fixed #51)
Updated
- Instructions for setting up
webpacker-react
with a modern Webpacker version
Changed
- Tests now uses headless chrome instead of Poltergeist
- Babel is configured with
babel-preset-env
Removed
- Support for
react-hot-loader
. Please look at the README for instructions on how to usereact-hot-loader
4 with your app, it is much simpler and better!
0.3.2
0.3.1
0.3.0
0.2.0
Removed
WebpackerReact.register(Component)
has been dropped in favor ofWebpackerReact.setup({Component})
Added
- support for Turbolinks 5, Turbolinks 2.4 and PJAX. Components will be mounted and unmounted when Turbolinks-specific events occur. Also, the integration works with Turbolinks 5 cache.
- New
WebpackerReact.setup({Component1, Component2, ...})
initialization API. The old API couldn't properly detect the components' names, thus user is required to provide the names in the configuration object's keys.