carbon-components-svelte
Advanced tools
Changelog
0.8.3 - 2020-07-20
carbon-icons-svelte
dependency to version >=10.14.0size
prop (undefined
or "sm"
or "lg
) in DatePickerInput
, NumberInput
, Select
, PasswordInput
, TextInput
componentsContentSwitcher
ComboBox
after clearing the selectionListBox
regression where size class can be overriden by $$restProps.class
Pagination
regression where current page selection value is stuck at 1
Changelog
0.8.2 - 2020-07-19
ComboBox
to close dropdown menu when pressing the "Escape" key (Issue #198)Changelog
0.8.1 - 2020-07-19
Tag
to prevent custom class from overriding tag classModal
by replacing onDestroy
with onMount
(Issue #200)Changelog
0.8.0 - 2020-07-19
carbon-icons-svelte
to version >=10.13.0cx
Switch
component (Issue #183)ContentSwitcher
bug where bound selectedIndex
could not be updateddocs/
docs/
Changelog
0.7.6 - 2020-07-19
HeaderAction
component for text
(PR#201, thanks @danielboven)Changelog
0.7.5 - 2020-07-17
Add name
prop to form-related components
(PR#199, thanks @softartisan)
Add Content
, SkipToContent
components to the UI Shell
Forward on:click
event to UI Shell Header
component