- 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
, orpreact
examples, make sure to include or importis-land-autoinit.js
in addition to the coreis-land.js
file.
- Breaking change: If you use the
- Fixes
el.wait is not a function
bug with nested islands and fallback web components.
Full Changelog: v3.0.2...v4.0.0