carbon-components-svelte
Advanced tools
Changelog
0.73.2 (2023-02-27)
readonly
should override error
behavior in TextInput
, NumberInput
(#1666) (6386c33), closes /github.com/carbon-design-system/carbon-components-svelte/pull/1666#pullrequestreview-1314558645Changelog
0.71.0 - 2022-12-31
Breaking Changes
Select
: rename dispatched change
event to update
Select
: forward change
eventPaginationNav
: use 1-indexing to be consistent with Pagination
InlineNotification
: remove iconDescription
prop (replaced with closeButtonDescription
and statusIconDescription
)Features
Pagination
: dispatch change
event when user interacts with previous/next buttons, or page/page size dropdownsInlineNotification
: add iconDescription
and closeButtonDescription
propsDocumentation
PaginationNav
: add description for change
event