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.