Skip to content

v0.9.5

Compare
Choose a tag to compare
@rstacruz rstacruz released this 28 Sep 12:16
· 85 commits to master since this release
25e0124

Feb 17, 2019

  • Fix issue when multiple components exist when Remount is booted after DOM is initialized. (@paulovitin)

Past releases

v0.9.4

  • Add module entry point in package.json

v0.9.3

  • Add react-dom as a peer dependency

v0.9.2

  • Fix MutationObserver support for custom adapters

v0.9.1

  • Fix possible issue with mounting with MutationObserver

v0.9.0

  • Add support for custom adapters to support non-React setups

v0.8.0

  • Significant performance improvements for MutationObserver support

v0.7.1

  • Improve IE compatibility

v0.7.0

  • Significant refactor, and support MutationObserver fallback. This means IE9 support (hopefully)! 🎉

v0.6.0

  • Fix remount/esm module.

v0.5.0

  • 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)

v0.4.1

  • Fix for previous version.

v0.4.0

  • Publish remount/es6 and remount/esm builds.

v0.3.1

  • Fix build files.

v0.3.0

  • Use the ES5 build by default.
  • Rename the legacy build to es5.

v0.2.0

  • Update documentation.

v0.1.0 Aug 17, 2018

  • Initial release.