Skip to content

Commit 6ee08e4

Browse files
committed
v0.19.0
1 parent 7e54fc4 commit 6ee08e4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- add isAccessor field to API
1111
- update Markdown writer to generate a separate table for accessors -->
1212

13+
## [0.19.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.19.0) - 2023-07-19
14+
15+
**Breaking Changes**
16+
17+
- if using Svelte 3, the generated TypeScript definitions now require version 3.55 or higher
18+
19+
**Features**
20+
21+
- support Svelte 4 in the generated TypeScript definitions
22+
1323
## [0.18.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.18.1) - 2023-06-04
1424

1525
- allow `data-*` attributes for props forwarded to HTML elements for `svelte-check@3.x` compatibility

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveld",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"license": "Apache-2.0",
55
"description": "Generate TypeScript definitions for your Svelte components.",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)