File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- add isAccessor field to API
11
11
- update Markdown writer to generate a separate table for accessors -->
12
12
13
+ ## [ 0.17.1] ( https://github.com/carbon-design-system/sveld/releases/tag/v0.17.1 ) - 2022-06-02
14
+
15
+ - use correct type for forwarded cut/copy/paste events
16
+
13
17
## [ 0.17.0] ( https://github.com/carbon-design-system/sveld/releases/tag/v0.17.0 ) - 2022-05-21
14
18
15
19
- remove ` @required ` tag; directly infer if a prop is required
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The generated definition extends the official `SvelteComponentTyped` interface e
39
39
40
40
``` ts
41
41
/// <reference types = " svelte" />
42
- import { SvelteComponentTyped } from " svelte" ;
42
+ import type { SvelteComponentTyped } from " svelte" ;
43
43
44
44
export interface ButtonProps extends svelte .JSX .HTMLAttributes <HTMLElementTagNameMap [" button" ]> {
45
45
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sveld" ,
3
- "version" : " 0.17.0 " ,
3
+ "version" : " 0.17.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Generate TypeScript definitions for your Svelte components." ,
6
6
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments