Releases: limettejs/limette
Releases · limettejs/limette
Release list
0.2.3
0.2.2
Fixed
- File system routes should be order by specificity
0.2.1
[0.2.1] - 2025-02-10
Added
- Export
getCookies,setCookie,deleteCookie,HttpErrorandIS_BROWSERutilities
0.2.0
Changed
- BREAKING: Use Tailwind v4 by default
0.1.2
Fixed
- Tailwind plugin should also scan app wrapper and layouts for islands
0.1.1
Fixed
- Tailwind plugin should also scan app wrapper and layouts for styles
0.1.0
Added
- Added support for
portand other Deno.serve() options - Added support for
targetfor JS assets - Added
ContextMixinto access the Context - Added time duration for starting or building the app in the console
Changed
- BREAKING: Use FS Routes as a plugin
- BREAKING: Use Tailwind as a plugin
- BREAKING: Change
Middleware's signature - BREAKING: Change
Context's shape - BREAKING: Remove
disableLightDomoption to disable light DOM for server components - BREAKING: Remove
<is-land>wrapper - BREAKING: Rename
AppRoottoAppWrapper - BREAKING: Rename
no-tailwindtoskip-tailwind - Replace Oak router with a custom router
- Disable Tailwind logs
Fixed
- Include reload mechanism in dev mode, even if there is no JS bundle to include
0.0.19
Added
- Add support for
Middlewares - Add support for
Layouts - Add
paramsproperty to LimetteContext
Changed
- BREAKING: rename
reqproperty torequestfor LimetteContext
0.0.18
Added
- Add
disableLightDomoption to disable light DOM for server components
Changed
- BREAKING: Enable by default light DOM rendering for server components
- Update Lit version
- Update Tailwind version
0.0.17
Changed
- BREAKING: Rename
AppTemplatetoAppRoot
Fixed
- Make
windowavailable on server for registering web components - Set the response status property returned by a custom handler
- Wrong file paths on windows #29