Releases: techniq/svelte-ux
Releases · techniq/svelte-ux
[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
)
[email protected]
Patch Changes
- Fix vitePreprocess import (
c5961b1e48a23030be343f3942af140f645f6746
)
[email protected]
Patch Changes
-
[tableOrderStore] Ignore
column.orderBy
whenfalse
(74f05e7b70eba97cf86150be6cd3c070cd003b2c
) -
[Switch] Switch internal/invisible
input
frominline
toblock
to work around Chromium 122 regression (visible in Chrome, Edge, Arc, and Brave) (76e432a2531057ca51f634a79d466e77e49c5768
)
[email protected]
[email protected]
Patch Changes
- [Field/TextField] Fix focus target by changing root container to
<label>
(#259)