carbon-components-svelte
Advanced tools
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
componentChangelog
0.9.2 - 2020-08-01
Header
platformName
prop in UI Shell Header
slottable (i.e., <span slot="platform">...</span>)company
prop Header
optionalHeader
to add space between company and platform name for ARIA labelHeaderAction
bug where panel would not openButtonSet
componentAccordion
to avoid $$restProps.class
overrideChangelog
0.9.0 - 2020-07-30
ComboBox
keydown
event to TextInput
, PasswordInput
componentscount
prop to TabsSkeleton
HeaderAction
button; dispatch "open" and "close" eventsCodeSnippet
UnorderedList