Releases: carbon-design-system/carbon-components-svelte
Releases · carbon-design-system/carbon-components-svelte
v0.73.4
What's Changed
- fix(text-input): correctly set input padding for warning state by @hslee2008 in #1688
- fix(selectable-tile): include dispatched events in types by @metonym in #1695
New Contributors
- @hslee2008 made their first contribution in #1688
Full Changelog: v0.73.3...v0.73.4
v0.73.3
What's Changed
- chore: provide contact links by @theetrain in #1669
- fix(1684): hide helper text container in password input when not used by @gabrielleecredera in #1685
New Contributors
- @gabrielleecredera made their first contribution in #1685
Full Changelog: v0.73.2...v0.73.3
v0.73.2
v0.73.1
What's Changed
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #1580
- TextInput and PasswordInput: apply
aria-describedby
to referencehelperText
by @carsonmccue in #1663
New Contributors
- @carsonmccue made their first contribution in #1663
Full Changelog: v0.73.0...v0.73.1
v0.73.0
What's Changed
- docs(readme): add discord link to readme by @tay1orjones in #1659
- chore(platform): update tooltip definition in
carbon.yml
by @francinelucca in #1640 - feat(progress-bar): add
status
prop by @jqlio18 in #1560
New Contributors
- @tay1orjones made their first contribution in #1659
- @francinelucca made their first contribution in #1640
Full Changelog: v0.72.3...v0.73.0
v0.72.3
v0.72.2
v0.72.1
v0.72.0
What's Changed
- docs: change dispatched events label by @theetrain in #1610
- Release workflow improvements by @theetrain in #1627
- chore: remove
.husky
by @metonym in #1632 - fix(tree-view)!: remove
expanded
property fromTreeNode
interface by @metonym in #1631 - Fix
Dropdown
click outside by @jqlio18 in #1596
Full Changelog: v0.71.0...v0.72.0
v0.71.0
Breaking Changes
Select
: rename dispatchedchange
event toupdate
(9198ed5, #1497)Select
: forwardchange
event (9198ed5, #1497)PaginationNav
: use 1-indexing to be consistent withPagination
(8d55752, #1518)InlineNotification
: removeiconDescription
prop (replaced withcloseButtonDescription
andstatusIconDescription
) (5006696, #1591)
Features
Pagination
: dispatchchange
event when user interacts with previous/next buttons, or page/page size dropdowns (9198ed5, #1497)InlineNotification
: addiconDescription
andcloseButtonDescription
props (5006696, #1591)
Documentation