carbon-components-svelte
Advanced tools
Changelog
0.12.1 - 2020-09-14
Fixes
page
, pageSize
values are numbers (0138910)pageSize
or page
values update (458d1b5)16
instead of 24
) (192f98d)tabindex
if disabled
is true
(3202f39)keydown
, tabindex
to input element (17d97d1)Changelog
0.10.0 - 2020-09-05
Features
HeaderAction
component (5f62cde)stacked
prop (c8e0a59)rel
attribute to "noopener noreferrer" if target
is "_blank" (4b7d254)Fixes
required
prop to input (PR #237), thanks @kamil-murtaza)section
to div
to avoid accessibility error (117dbcf)light
variant to text input (6a955b1)disabled
is set to true
(37c7f07)total
is 1 (3d64fb2)Housekeeping
.prettierrc
and enable svelteStrictMode
(42b8159)small
Button prop (41a533d)Changelog
0.9.4 - 2020-08-08
a11y-label-has-associated-control
warnings added in svelte^v3.24.1DatePicker
: use wildcard import to resolve flatpickr "no default" error when using ESMCodeSnippet
button to be optional by using the hideCopyButton
propCodeSnippet
: replace afterUpdate with reactive statementCodeSnippet
: forward feedback
, feedbackTimeout
props to Copy
component