Skip to content

is-land v1.0.1

Compare
Choose a tag to compare
@zachleat zachleat released this 23 Sep 15:32
· 55 commits to main since this release

⚠️ This release is deprecated. Please use is-land v2.0.0 instead!

Previous versions of is-land allowed <script type="module/island"> for dynamic inline script and the ready attribute for custom is-land styling.

This version adds support for:

  • External scripts <script type="module/island" src="my-script-file.js">
  • Inline style <style media="style/island">
    • Use data-media (e.g. <style media="style/island" data-media="(min-width: 1px)">) to set your own media attribute value.
  • External style <link rel="stylesheet" media="style/island">
    • Use data-media (e.g. <link rel="stylesheet" media="style/island" data-media="(min-width: 1px)">) to set your own media attribute value.

View on the is-land.11ty.dev Demos