carbon-components-svelte
Advanced tools
Changelog
0.25.1 - 2020-11-28
Fixes
selectedResultIndex
in HeaderSearch when clicking a result (PR #430, issue #429)Changelog
0.25.0 - 2020-11-27
Features
padding
prop to Grid, Row, Column components (PR #420, issue #410)transition
prop to UI Shell HeaderAction
to customize panel slide transition; by default, the slide duration is 200
ms (PR #419, issue #384)Fixes
Files
type for FileUploader (PR #422, issue #421)Documentation
Housekeeping
sveld
to version 0.3.0Contributors
Changelog
0.24.0 - 2020-11-26
Features
headers
prop type in DataTableSkeleton to be consistent with that of the DataTable (PR #415, issue #413)Fixes
DataTableRow
prop type in DataTable to require an "id" key and value (PR #415, issue #414)Documentation
Changelog
0.23.2 - 2020-11-25
Fixes
Changelog
0.23.1 - 2020-11-22
Fixes
selected
prop reactivity in RadioButtonGroup so that it can be programmatically updated (PR #407, issue #406)Documentation
Changelog
0.23.0 - 2020-11-20
Features
persistentHamburgerMenu
is true
(PR #396, issue #374, rendered example)selectorPrimaryFocus
is null
(PR #393)size
is "sm"
; deprecate ToggleSmall which will be removed in the next major release (PR #401)Fixes
currentIndex
reactivity in ProgressIndicator so that it can be programmatically updated (PR #404, issue #399)Refactoring
svelte:component
in Button; by design, svelte:component
will not render falsy values (PR #402)Documentation
code
tag (PR #392, issue #390)Housekeeping
carbon-icons-svelte
from version ^10.17 to ^10.21Breaking Changes
Changelog
0.22.0 - 2020-10-30
Features
Fixes
tabindex
attribute from trigger buttonshowMoreLess
should be re-computed if code
is dynamically updatedDocumentation
itemToString
prop for Dropdown, MultiSelectcode
Housekeeping
carbon-components
to v10.23.1, @carbon/themes
to v10.22.1Changelog
0.21.0 - 2020-10-26
Features
ToolbarMenu
, ToolbarMenuItem
(PR #369)empty
key to headers
prop (PR #370)Fixes
Documentation
Dropdown
, MultiSelect
, Select
Changelog
0.20.0 - 2020-10-24
Features
Toolbar
, ToolbarContent
, ToolbarSearch
, ToolbarBatchActions
Fixes
platformName
as empty string to prevent rendering as "undefined"Refactoring
Documentation
COMPONENT_INDEX.md
Changelog
0.19.0 - 2020-10-23
Features
false
(PR #351)slot="tooltip"
Fixes
currentIndex
reactive (PR #351)onDestroy
for destroy logic due to async usage of onMount
(PR #348)size
prop to Search skeletonRefactoring
hidden
reactive variableBreaking Changes
currentIndex
; to opt out of this default behavior, set preventChangeOnClick
to true
Documentation