carbon-components-svelte
Advanced tools
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"Changelog
0.63.4 - 2022-04-30
Fixes
"2x3"
ratio value to AspectRatio
ToolbarSearch
shouldFilterRows type annotationDocumentation
tooltipBodyId
in Tooltip
examplesDataTable
"Expandable and selectable" exampleDataTable
"Batch selection" exampleChangelog
0.63.3 - 2022-04-28
Fixes
FileUploaderItem
regression where delete
event should be dispatched if status is "edit"Documentation
FileUploader
"Item (edit)" exampleFileUploader
"Item (edit status, invalid state)" example to include on:delete
usageFileUploader
"Item (edit status, invalid state with subject, body)" example