Releases: rstacruz/remount
Releases · rstacruz/remount
v1.0.0
What's new
- Breaking change: React 17 is no longer supported. React 18 is now the minimum version. For compatibility with older React versions, consider using Remount v0.11 instead.
- React 18 support #81
Bug fixes
- Fix mutation strategy when loaded async by @morbidick #30
Documentation changes
New contributors
- Special thanks to @lreddickGNA who first started the React 18 work in #80
- @morbidick made their first contribution in #30
Full Changelog: v0.11.0...v1.0.0
v0.11.0
v0.10.0
Apr 22, 2019
v0.10 brings improved Shadow DOM support, and Rails Webpacker support!
v0.9.5
Feb 17, 2019
- Fix issue when multiple components exist when Remount is booted after DOM is initialized. (@paulovitin)
Past releases
- Add
module
entry point in package.json
- Add react-dom as a peer dependency
- Fix MutationObserver support for custom adapters
- Fix possible issue with mounting with MutationObserver
- Add support for custom adapters to support non-React setups
- Significant performance improvements for MutationObserver support
- Improve IE compatibility
- Significant refactor, and support MutationObserver fallback. This means IE9 support (hopefully)! 🎉
- Fix
remount/esm
module.
- Allow define() to accept defaults as a second argument (eg,
define({...}, { quiet: true })
) - Support the
quiet: true
option (supresses warnings) - Support the
shadow: true
option (uses Shadow DOM)
- Fix for previous version.
- Publish
remount/es6
andremount/esm
builds.
- Fix build files.
- Use the ES5 build by default.
- Rename the
legacy
build toes5
.
- Update documentation.
v0.1.0 Aug 17, 2018
- Initial release.