carbon-components-svelte
Advanced tools
Changelog
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"Changelog
0.64.1 - 2022-05-23
Fixes
CopyButton
text prop as requiredDropdown
selectedId prop as required@see
tag in Theme
tokens prop descriptiontitle
attribute from Modal
, ModalHeader
close buttonaria-label
from Modal
close button iconaria-hidden="true"
to Modal
, ModalHeader
close button iconDocumentation
Theme
docs to specify that it must be used with all.css
DataTable
docs to note that custom widths do not work with stickyHeader
Changelog
0.64.0 - 2022-05-14
Breaking Changes
flatpickrProps.static
in DatePicker
to be true by defaultDataTable
headers/rowsFeatures
DataTable
CodeSnippet
Fixes
@see
tag for flatpickr options link in DatePicker
DatePicker
should update the valuenull
, not any
HeaderAction
CodeSnippet
Documentation
DatePicker
more prominentDataTable
example "Custom column widths"CodeSnippet
examples "Expanded by default" and "Reactive example"