Skip to content

v0.10.0

Compare
Choose a tag to compare
@rstacruz rstacruz released this 28 Sep 12:14
· 54 commits to master since this release
32c05a0

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)