Skip to content

Releases: carbon-design-system/sveld

v0.1.0-rc.5

19 Nov 00:45
Compare
Choose a tag to compare

Features

  • The CLI will use the "svelte" field in package.json for the entry point to uncompiled Svelte source code and falls back to "src/index.js"

v0.1.0

19 Nov 17:02
Compare
Choose a tag to compare

Features

  • Allow custom restProps type as a definition; supports use cases where $$restProps could be spread to multiple elements or components

Fixes

  • Fix "undefined" dispatched event by omitting event if the event name is undefined

v0.1.0-rc.4

17 Nov 19:06
Compare
Choose a tag to compare

Fixes

  • Move rollup to dependencies to allow CLI usage with npx

v0.1.0-rc.3

17 Nov 19:04
Compare
Choose a tag to compare

Fixes

  • Add svelte to dependencies to allow CLI usage with npx

v0.1.0-rc.2

17 Nov 13:33
Compare
Choose a tag to compare

Fixes

  • Add cli.js to publishable files in package.json

v0.1.0-rc.1

17 Nov 13:31
Compare
Choose a tag to compare

Features

  • Enable CLI usage by wrapping Rollup plugin

v0.1.0-rc.0

16 Nov 18:52
Compare
Choose a tag to compare

Initial release candidate.