carbon-components-svelte
Advanced tools
Changelog
0.7.2 - 2020-06-04
DataTable
(PR#188, thanks @mabentley85!)Changelog
0.7.0 - 2020-05-29
Dispatch "update" event in Pagination
for pageSize
, page
variables
(PR#185, thanks @mabentley85!)
Drop carbon-components as a peer dependency
Changelog
0.6.3 - 2020-05-26
Replace "javascript:void(0)"
with "/"
in HeaderNavMenu
href attribute to fix a11y "not a valid attribute" warning; href
is an exported property that can be overriden by the consumer
(Issue #184)
Ignore a11y-no-onchange
warning in TimePickerSelect
Bump development dependency svelte
to v3.23.0
Changelog
0.6.2 - 2020-05-09
tileMaxHeight
bug in ExpandableTile
by setting the value only if the default value is 0
(Issue #180)Changelog
0.6.0 - 2020-05-07
hasIconOnly
in Button
. This results in a breaking change for icon-only buttons, which now must include hasIconOnly
(Issue #174)