Skip to content

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

v0.9.6

15 Aug 15:53

Choose a tag to compare

Documentation

As part of the Rollup build process, we leverage the Svelte compiler to parse exported components to generate TypeScript definitions and static documentation (PR #228). Previously, some components were incorrectly typed (issue #227).

Bug fixes

  • fix broken DatePicker: reverts 6d5f1e5 to use default imports (issue #232)

v0.9.5

12 Aug 21:41

Choose a tag to compare

  • fix Modal and ComposedModal to prevent modal from closing unexpectedly (Issue #229 , PR #231)

v0.9.4

08 Aug 23:37

Choose a tag to compare

  • ignore false positive a11y-label-has-associated-control warnings added in svelte version 3.24.1 (Issue #226)
  • fix DatePicker: use wildcard import to resolve flatpickr "no default" error when using ESM
  • allow CodeSnippet button to be optional by using the hideCopyButton prop
  • refactor CodeSnippet: replace afterUpdate with reactive statement
  • fix CodeSnippet: forward feedback, feedbackTimeout props to Copy component