Limette
banner
limette.dev
Limette
@limette.dev
The full-stack framework for Web Components and Deno. https://limette.dev
📢 Limette🍋‍🟩‍ 0.0.16 ✨

🏝️ 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
November 12, 2024 at 9:43 AM
Limette🍋‍🟩‍ 0.0.15 ✨

🏝️ 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)
November 11, 2024 at 1:49 PM
Limette🍋‍🟩‍ 0.0.14 ✨

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.
November 8, 2024 at 8:11 AM
Limette🍋‍🟩‍ 0.0.13 ✨

Added support for `<lmt-head>` to control the head section per page
November 4, 2024 at 10:15 AM