Skip to content

Latest commit

History

History
20 lines (12 loc) 路 822 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) 路 822 Bytes

1.0.4

  • Add subtree checking for prop scripts so that it works well in a React rerender context

1.0.5

  • Bad publish, oopsie! Use 1.0.6.

1.0.6

  • Fix peer deps so it correctly resolves.

Thanks @rschristian

1.1.0

  • 馃З Experimental web component support including web component portals! This API may change drastically over time so if you use it keep that in mind. If you have ideas on how to improve it file an issue!
  • Migrate examples over to webpack and off of Microbundle + Preact CLI. Now the deveopment server injects the scripts just like you would in production to give you the closest environment to.
  • Internal island lib now ships with support for the shadow dom (even if you don't want to use the build in island web components API)
  • Documentation updates