Releases: techniq/svelte-ux
svelte-ux@0.63.2
Patch Changes
-
Update
sumObjects
to return the summed values as an Array if all processed items are arrays (#324) -
Update
sumObjects
to automatically coerce numeric strings to numbers (#324) -
Update dependencies (
eaae0078c21ba78b5bc88bad90d8cb888e41e14a
)
svelte-ux@0.63.1
Patch Changes
- [RangeSlider] Add disableTooltips property (#348)
create-svelte-ux@0.3.4
Patch Changes
- Update dependencies (
eaae0078c21ba78b5bc88bad90d8cb888e41e14a
)
svelte-ux@0.63.0
svelte-ux@0.62.12
Patch Changes
- [Field] Support passing
value
for simple display with handling of empty (null/undefined) with custom placeholder (#339)
svelte-ux@0.62.11
Patch Changes
- [SelectField] Pass option value instead of label when submitted within form (#337)
svelte-ux@0.62.10
Patch Changes
- Add well known PortalTarget class and examples (#334)
svelte-ux@0.62.9
Patch Changes
-
[BarStack] Support passing
color
for data item (along withclasses
andstyle
) (35aa4e59dcec3aaf2b8e344fb2b01eb6191bd1e8
) -
[format] Add
currencyRound
style and improve currency option handling (0a11a579debc439d4857b1df8c9b4a7340c86824
) -
Add
omitNil()
object util to easily removenull
andundefined
properties (d3fdbec7b15c6b88bcb7705e4d005dff0e9e20e2
)
svelte-ux@0.62.8
Patch Changes
- [SelectField / MenuField] Allow multiple options with same value, but in different groups (
2a4f3f2d3b2254fcdba39568fff11e066797e594
)
svelte-ux@0.62.7
Patch Changes
-
Fix warning
<Popover> was created with unknown prop 'style'
(4d9aa1f5b5a3c0fbf5e3ff5d5e7bff4b2ae7e7bd
) -
Re-export
FormatNumberStyle
andPeriodType
fromutils/format.ts
for convenience (acd5d9646c3f7807d9ce758468a663fa31e93426
) -
Add BarStack component (
68c9e700bec3e3a4e3a33f7a4bd455e464b5cfee
) -
[RangeField] Add
format
prop and docs page (1057214390fea45be95400cc53c65bc05cf639c5
)