Releases: carbon-design-system/carbon-components-svelte
Releases · carbon-design-system/carbon-components-svelte
v0.9.6
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).
- TypeScript definitions: types/index.d.ts
- Static documentation in markdown format: Component Index (props/slots/events)
Bug fixes
v0.9.5
v0.9.4
- ignore false positive
a11y-label-has-associated-controlwarnings added in svelte version 3.24.1 (Issue #226) - fix
DatePicker: use wildcard import to resolve flatpickr "no default" error when using ESM - allow
CodeSnippetbutton to be optional by using thehideCopyButtonprop - refactor
CodeSnippet: replace afterUpdate with reactive statement - fix
CodeSnippet: forwardfeedback,feedbackTimeoutprops toCopycomponent