Releases: techniq/svelte-ux
[email protected]
Minor Changes
- [Step] Rename
content
topoint
(prop and classes). Addclasses.label
(a82087855e298d718e13fc46a8cb2f8b685841c3
)
[email protected]
Patch Changes
-
[Pagination] Pass current pagination value as slot prop to simplify creating custom controls (
671fc2a69081aace18b2fe69b8582fed0a7697ae
) -
[paginationStore] Clamp page between valid values (
6adc3f29e3b3a8c8de9a9f265849c8ce42aad0ad
)
[email protected]
Patch Changes
- [AppLayout] Use margin instead of padding on main to not conflict with
<main class="p-4">
usage (11b68b0389f14184443c2feaf7249f3482713487
)
[email protected]
Minor Changes
- [AppLayout] Fix scrolling to #fragment on page load by making body scrollable instead of . Remove
overlapHeader
prop (always overlap). (#404)
Patch Changes
-
[autoFocus] Add short delay to fix timing when used within modal (Dialog/Drawer/Menu) which also move focus (
7d9f09cc999eea8d8244edffe818a36220680621
) -
Fix scrolling away when opening menu (#400)
-
[SelectField] Support option icons (
91b58c5d6f00e6e9cee4b95cfb92498feda882c1
)
[email protected]
Patch Changes
-
[Steps] Update
data
type to includecompleted
(5f235e39c2ace566428150fbb37f195afbb2c545
) -
Update dependencies (
3b873213b52ead101e94e92c9b843443c9ebb4cb
)
[email protected]
Patch Changes
- Update dependencies (
3b873213b52ead101e94e92c9b843443c9ebb4cb
)
[email protected]
Minor Changes
- Rename
TimelineItem
toTimelineEvent
(and related classes/props) (e0f7217ae945e5ef1c0f7f8dad19875e503e207a
)
[email protected]
[email protected]
Patch Changes
- Fix destroyable portal logic (#391)
[email protected]
Patch Changes
-
Update dependencies (
a86aa6a10ea06dee4fd58016fe2d9c81a26d7393
) -
[ThemeSelect] Use simplified menu when single light/dark themes are used (
2c49470c5c1ea310760eb561ac8b44eb3de073ba
) -
[ThemeSelect] Show current scheme (light/dark) as icon (
2c49470c5c1ea310760eb561ac8b44eb3de073ba
)