v0.9.5
Feb 17, 2019
- Fix issue when multiple components exist when Remount is booted after DOM is initialized. (@paulovitin)
Past releases
- Add
moduleentry 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/esmmodule.
- Allow define() to accept defaults as a second argument (eg,
define({...}, { quiet: true })) - Support the
quiet: trueoption (supresses warnings) - Support the
shadow: trueoption (uses Shadow DOM)
- Fix for previous version.
- Publish
remount/es6andremount/esmbuilds.
- Fix build files.
- Use the ES5 build by default.
- Rename the
legacybuild toes5.
- Update documentation.
v0.1.0 Aug 17, 2018
- Initial release.