Update dependency @11ty/is-land to v5 - autoclosed #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/11ty-is-land-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^4.0.1→^5.0.0Release Notes
11ty/is-land (@11ty/is-land)
v5.0.1: is-land v5.0.1Compare Source
No component code changes, this release is strictly npm publish hardening using OIDC/Trusted Publishers.
Full Changelog: https://github.com/11ty/is-land/compare/v5.0.0...v5.0.1
v5.0.0: is-land v5.0.0Compare Source
<is-land autoinit>: Removesautoinitattribute and theis-land-autoinit.jsfile. Switch to use framework initialization types (viaIsland.addInitType()) instead (see sample code below).1.61 kBto v5.0.0 at1.83 kBon:idle,on:media, oron:loadconditions.on:interactionto improve scrolling performance (fixes Lighthouse warning) #20importattribute support to core plugin (was previously inis-land-autoinit.js)Island.addInitType()and islands must match the appropriate name in the<is-land type>attribute — examples provided foralpine,petite-vue(see below),vue,vue-ssr,preact,preact-ssr,svelte, orsvelte-ssr(Web Components andlitare supported out of the box).typeandimport(e.g.<is-land type import>)importattribute targets are not loaded automatically for you:<is-land import="">:import()is performed for you<is-land import="" type="">: you’re responsible forimport()in your initialization function.Island.addFallbackAPI to improve control of fallback content. Example provided for Alpine.js islands (Demo) (without separate<template>markup) for easier-to-control progressively-enhanced fallback content.on:attribute prefix #16?nodefinequery param per https://www.zachleat.com/web/nodefine/dist/is-land.min.jsminimized JS to published code.Island.define()andcustomElements.definefor using a different tag name (rather than<is-land>).Island.define(tagName)API is removed. #32New
Island.addInitTypeAPISample
Island.addInitTypeusage forpetite-vue:More examples available.
New Contributors:
Milestone: https://github.com/11ty/is-land/milestone/2?closed=1
Full Changelog: https://github.com/11ty/is-land/compare/v4.0.1...v5.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update dependency @11ty/is-land to v5to Update dependency @11ty/is-land to v5 - autoclosedPull request closed