Releases: techniq/svelte-ux
Releases · techniq/svelte-ux
[email protected]
Patch Changes
- Update dependencies (
380a7dd
)
[email protected]
Patch Changes
-
[ToggleButton] Remove
|global
modifier from transition (doesn't appear required anymore and should fix SvelteKit routing (14041fd
) -
[uniqueId] Track ids per prefix (
523c609
) -
Add string utils to top-level exports and add docs (
c046b08
) -
[ScrollingValue] Add
single
prop to enable individual number display (proper handling of 9) (a730969
) -
Added new
IconInput
andIconData
types to enable inclusive & seamless passing of icon arguments between components. Also provides aasIconData
utility function for type-safe conversion. (#125)
Fixed type errors for Button & TextField's use of Icon data.
[email protected]
Minor Changes
- Add simple LayerChart integration template (#128)