| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-01 | 923 Bytes | |
| v1.9.3 source code.tar.gz | 2026-04-01 | 1.9 MB | |
| v1.9.3 source code.zip | 2026-04-01 | 2.1 MB | |
| Totals: 3 Items | 4.1 MB | 0 | |
Changed
- dialog,sheet: Rebuilt dialog-based overlays around the native
<dialog>element, simplifying trigger targeting, click-away handling, ESC handling, and sheet positioning while removing the previous duplicated overlay-layer approach (breaking fordialog.Content/sheet.Contentusers who were settingIDorOpenthere) (#534)
Fixed
- datepicker: Fixed hidden-input ownership so date selections and reactive value updates stay in sync without duplicate calendar bindings (#536)
- docs: Fixed the docs sidebar active-state and scroll reset handling after HTMX 4 swaps
- docs: Fixed Tailwind setup instructions to require the standalone
tailwindcssCLI explicitly instead of the previousnpxfallback - utils: Fixed
Ifto accept any value type instead of onlycomparable - utils: Fixed
TwIfandTwIfElseto always return strings, avoiding generic-type mismatches in templ/class helpers