3.4 KiB
3.4 KiB
v0.11.0
Apr 22, 2019
v0.11 brings improved create-react-app support!
- Deprecate the
remount/es6
build. Just use the defaultremount
build, which is now compatible with create-react-app. (#12) - The bundles are now made a bit slimmer. (#12)
- Add demos in the repo, so you can try Remount in a sandbox. (#12)
v0.10.0
Apr 22, 2019
v0.10 brings improved Shadow DOM support, and Rails Webpacker support!
- Add a workaround for React elements in Shadow DOM mode. (#8, @rybon)
- Fix compatibility with Webpacker by making the main export
.js
instead of.mjs
. (#11) - Deprecate importing using
import remount from 'remount/esm'
- just use'remount'
instead. (#11)
v0.1 to v0.9
- Fix issue when multiple components exist when Remount is booted after DOM is initialized. (@paulovitin)
- 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.