🏝️ Islands are now resolved to the `imports` object from deno.json.
That means you can use third-party libraries (like Shoelace) without creating a dedicated island file for every component
💅 @tailwindcss.com's version is now read from deno.json
🏝️ Islands are now resolved to the `imports` object from deno.json.
That means you can use third-party libraries (like Shoelace) without creating a dedicated island file for every component
💅 @tailwindcss.com's version is now read from deno.json
🏝️ Islands are now identified only by the import path. No need to decorate them with an `island` attribute or the `<is-land>` wrapper
🐛 `deno task build` was fixed (broken in the prev version)
🏝️ Islands are now identified only by the import path. No need to decorate them with an `island` attribute or the `<is-land>` wrapper
🐛 `deno task build` was fixed (broken in the prev version)
Islands are now CSR'ed by default with the opt-in option to SSR web components (when they can be SSR'ed)
Option to skip injecting Tailwind style
Now, you can use UI libraries like shoelace.style.
Islands are now CSR'ed by default with the opt-in option to SSR web components (when they can be SSR'ed)
Option to skip injecting Tailwind style
Now, you can use UI libraries like shoelace.style.
Added support for `<lmt-head>` to control the head section per page
Added support for `<lmt-head>` to control the head section per page