carbon-components-svelte
Advanced tools
Changelog
0.66.1 - 2022-06-27
Fixes
PasswordInput
invalid state when used in a FluidForm
SideNavMenu
iconSideNavMenu
iconSideNavMenu
ComposedModal
type error where the focus node is possibly null
Refactor
text
prop from CodeSnippet
to CopyButton
to prevent development warningDocumentation
PasswordInput
example "Invalid state"ComboBox
example "Selected id" to "Initial selected id"DatePicker
example "DatePicker in a modal" to prevent iframe from stealing focusChangelog
0.66.0 - 2022-06-18
Features
fullWidth
prop to Slider
selected
prop in Select
Fixes
Select
if selected
value has changedSelectItem
value as default selected
value in Select
if undefined
Documentation
Slider
example "Full width"Select
example "Default" to demo usage without selected
propChangelog
0.65.0 - 2022-06-07
Breaking Changes
Features
sortKey
, sortDirection
props to DataTable
for programmatic sortingpaste
event to ComboBox
, DatePicker
, MultiSelect
, NumberInput
, Search
, TextArea
, TextInput
, PasswordInput
, TimePicker
, HeaderSearch
Dropdown
, MultiSelect
, ComboBox
Fixes
cells
property in rows
object in DataTable
inline
prop from Dropdown
Dropdown
list box role and idrole="option"
and aria-selected
attributes to ListBoxMenuItem
Refactor
Modal
attributes in markup instead of scriptDocumentation
DataTable
example "Programmatic sorting"Modal
example "Has scrolling content"Modal
example "Custom focus"Dropdown
example "Disabled items"MultiSelect
example "Disabled items"ComboBox
example "Disabled items"Changelog
0.64.3 - 2022-05-29
Fixes
Tabs
should not steal focus if programmatically selectedCheckBox
, MultiSelect
, Dropdown
, ComboBox
if label is truncatedRefactor
class:
directive instead of the class attributeDocumentation
Tabs
example "Disabled tabs"