Deno 2.2 is released!
OTEL, node:sqlite, linter plugins, and much more π
deno.com/blog/v2.2
Deno 2.2 is released!
OTEL, node:sqlite, linter plugins, and much more π
deno.com/blog/v2.2
I finished migrating my blog mariusvatasoiu.com to @limette.dev.
With this migration, I've also migrated from MongoDB to SQLite. And from Bootstrap to Tailwind.
Without any specific performance improvements, things look already better.
π’ Limette πβπ©β 0.2.0 is out!
βΈ Tailwind v4 by default
βΈ Make Tailwind optional when creating a new project
βΈ CLI spinner when starting/building a project
jsr.io/@limette/core
Next version of Limette will have support for @tailwindcss.com v4
Added a little spinner when building/starting a Limette app.
π Refresh mechanism (dev mode) for pages with no JS
π
Time duration for starting or building the app
π More docs
github.com/limettejs/li...
2/2
π’ Limette πβπ©β 0.1.1 (incl. 0.1.0)
Biggest release so far.
π New router under the hood
π Support for Error Pages
π ContextMixin to access the request Context
π More configs for server
π Tailwind as plugin
π Config your "target" JavaScript version
1/2
π’ Limette πβπ©β 0.0.19
Two big new features added:
β
Layouts
β
Middlewares
Happy New Year! π
π’ Limette πβπ©β 0.0.18
Server Components use Light DOM by default.
Just wrote a small guide on data fetching for @limette.dev
limette.dev/docs/concept...
π’ Limette πβπ©β 0.0.17 β¨
ποΈ Improved support for third-party self-registered islands
πͺ Support for Windows
π Return response status from a custom handler
<hello-bluesky>
Lit + Deno γͺγ‘γΏγγ¬γΌγ γ―γΌγ― - limette limette.dev
It works π with @limette.dev, even with SSR.
Just add it to deno.json:
{
...,
"/islands/unpic": "npm:@unpic/lit@^0.0.30",
}
and then import it in your route:
import '/islands/unpic';
Initial roadmap πΊοΈ to 1.0
github.com/limettejs/li...
π’ 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
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)
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.
Limetteπβπ©β 0.0.13 β¨
Added support for `<lmt-head>` to control the head section per page