Skip to content

is-land v4.0.0

Latest
Compare
Choose a tag to compare
@zachleat zachleat released this 07 Mar 19:58
· 4 commits to main since this release
  • Reduces compressed file size by 7% by moving the server framework autoinit code into a separate file to streamline the core file for Web Components use.
    • Breaking change: If you use the petite-vue, vue, svelte, svelte-ssr, or preact examples, make sure to include or import is-land-autoinit.js in addition to the core is-land.js file.
  • Fixes el.wait is not a function bug with nested islands and fallback web components.

Full Changelog: v3.0.2...v4.0.0