Skip to content

Releases: carbon-design-system/carbon-components-svelte

v0.73.4

21 Mar 01:31
4960504
Compare
Choose a tag to compare

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

Full Changelog: v0.73.3...v0.73.4

v0.73.3

11 Mar 19:53
53899cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.73.2...v0.73.3

v0.73.2

27 Feb 01:57
185f1da
Compare
Choose a tag to compare

What's Changed

  • fix: readonly should override error behavior in TextInput, NumberInput by @metonym in #1666

Full Changelog: v0.73.1...v0.73.2

v0.73.1

19 Feb 19:58
65a8bbf
Compare
Choose a tag to compare

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 reference helperText by @carsonmccue in #1663

New Contributors

Full Changelog: v0.73.0...v0.73.1

v0.73.0

19 Feb 17:43
8f88a0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.72.3...v0.73.0

v0.72.3

11 Feb 18:52
7e4fd91
Compare
Choose a tag to compare

What's Changed

  • docs(button): add example of disabled, icon-only button by @metonym in #1651
  • fix(types): add missing $$restProps for Checkbox, Filename, FluidForm by @metonym in #1655

Full Changelog: v0.72.2...v0.72.3

v0.72.2

05 Feb 01:34
0933055
Compare
Choose a tag to compare

What's Changed

  • fix(dropdown): dispatch correct selectedItem in select event by @metonym in #1646

Full Changelog: v0.72.1...v0.72.2

v0.72.1

25 Jan 03:35
57b6ea6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.72.0...v0.72.1

v0.72.0

18 Jan 02:10
5bb2197
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.71.0...v0.72.0

v0.71.0

31 Dec 20:51
bdf0e10
Compare
Choose a tag to compare

Compare v0.70.13..v0.71.0

Breaking Changes

  • Select: rename dispatched change event to update (9198ed5, #1497)
  • Select: forward change event (9198ed5, #1497)
  • PaginationNav: use 1-indexing to be consistent with Pagination (8d55752, #1518)
  • InlineNotification: remove iconDescription prop (replaced with closeButtonDescription and statusIconDescription) (5006696, #1591)

Features

  • Pagination: dispatch change event when user interacts with previous/next buttons, or page/page size dropdowns (9198ed5, #1497)
  • InlineNotification: add iconDescription and closeButtonDescription props (5006696, #1591)

Documentation

  • link 'source code' to folder for multiple components
  • PaginationNav: add description for change event (e258db0, #1592 contributed by @gregorw)