Releases: techniq/svelte-ux
Releases · techniq/svelte-ux
[email protected]
Patch Changes
- Allow disabling
dark
themes (fixdark:
modifiers for light-only themes with dark system settings) (42ccce391f6b0f7ba82702a47f03d1d9f998fd04
)
[email protected]
Patch Changes
- Pass
data
instead ofpath
to underlying for more flexability (Avatar, Field, ListItem, NavItem, etc) (e27fa56226a9adc7471781106d94b2c108f9d7b7
)
[email protected]
Patch Changes
-
Fix build of PeriodType/DateToken in DateButton (enum not type) (
57f2072802b2fb5ff025fd5f57ef8c5c8561c5f1
) -
Support calling
settings()
(without any config) (178f896381a8218044295de3d17d1a64189844bd
) -
Add
FormatType
as top-level export (d910afe63710f27ddfdace5d3ff4fe4646a39e1b
) -
Update dependencies (
6a266d314dadbca5ef7ed1711351e0a17e2b2b75
)
[email protected]
Patch Changes
- Update dependencies (
6a266d314dadbca5ef7ed1711351e0a17e2b2b75
)
[email protected]
Patch Changes
- Add extentions to tailwind plugin require statements (
0a777e71fd211b9719592682baf1fab756cf9e1a
)
[email protected]
Patch Changes
- [Pagination] Remove rogue
k
(thanks vim bindings) (f0b8bdc2919aadfb316a35b27ae7816e26dae944
)
[email protected]
Patch Changes
- Add duration utils to top-level export (
9afe883235de2d4bf2c3e76200c995e05e4d1a49
)
[email protected]
Patch Changes
- Fix date_types.js import in utils/index.ts (
9b926b4f5d94507700a02d3e246eea21638f9d0b
)
[email protected]
Minor Changes
- Support
NodeNext
packages (#281)
[email protected]
Patch Changes
- Create
FALLBACK_SETTINGS
on demand so we don't callcreateThemeStore()
eagerly and thus set<html class="dark">
unintentional (84bea840cad3b73a35f7d4d7834d3c2d31862b78
)