@@ -5,37 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.8.3] ( https://github.com/IBM /sveld/releases/tag/v0.8.3 ) - 2021-07-29
8
+ ## [ 0.8.3] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.8.3 ) - 2021-07-29
9
9
10
10
- replace backslashes with slashes on Windows when reading Svelte files using the glob method
11
11
12
- ## [ 0.8.2] ( https://github.com/IBM /sveld/releases/tag/v0.8.2 ) - 2021-07-11
12
+ ## [ 0.8.2] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.8.2 ) - 2021-07-11
13
13
14
14
- write constant props as accessors in the ` SvelteComponentTyped ` interface
15
15
16
- ## [ 0.8.1] ( https://github.com/IBM /sveld/releases/tag/v0.8.1 ) - 2021-07-10
16
+ ## [ 0.8.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.8.1 ) - 2021-07-10
17
17
18
18
- type function declarations as accessors in the ` SvelteComponentTyped ` interface
19
19
- omit module name from generated TypeScript class if it's the reserved keyword "default"
20
20
- move ` typescript ` to direct dependencies
21
21
22
- ## [ 0.8.0] ( https://github.com/IBM /sveld/releases/tag/v0.8.0 ) - 2021-06-17
22
+ ## [ 0.8.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.8.0 ) - 2021-06-17
23
23
24
24
- use ` svelte-preprocess ` to preprocess TypeScript in Svelte files and remove ` style ` blocks
25
25
26
- ## [ 0.7.1] ( https://github.com/IBM /sveld/releases/tag/v0.7.1 ) - 2021-02-20
26
+ ## [ 0.7.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.7.1 ) - 2021-02-20
27
27
28
28
- only parse files with the ` .svelte ` file extension
29
29
30
- ## [ 0.7.0] ( https://github.com/IBM /sveld/releases/tag/v0.7.0 ) - 2021-02-06
30
+ ## [ 0.7.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.7.0 ) - 2021-02-06
31
31
32
32
- add a ` glob ` option to resolve Svelte files from entry file exports using ` fast-glob ` (default is ` false ` )
33
33
34
- ## [ 0.6.1] ( https://github.com/IBM /sveld/releases/tag/v0.6.1 ) - 2021-01-09
34
+ ## [ 0.6.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.6.1 ) - 2021-01-09
35
35
36
36
- use parsed exports to determine module name, Svelte source file path
37
37
38
- ## [ 0.6.0] ( https://github.com/IBM /sveld/releases/tag/v0.6.0 ) - 2021-01-09
38
+ ## [ 0.6.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.6.0 ) - 2021-01-09
39
39
40
40
- use ` acorn ` to parse/create TypeScript exports
41
41
- use ` fast-glob ` to collect all ` *.svelte ` files from the Svelte source folder specified in ` package.json#svelte `
@@ -45,71 +45,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
45
46
46
- ` filePath ` in generated JSON output is relative instead of absolute (normalized using ` path.normalize ` )
47
47
48
- ## [ 0.5.0] ( https://github.com/IBM /sveld/releases/tag/v0.5.0 ) - 2020-12-05
48
+ ## [ 0.5.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.5.0 ) - 2020-12-05
49
49
50
50
- generate TypeScript definitions to use ` SvelteComponentTyped ` interface instead of ` SvelteComponent `
51
51
52
52
** Breaking Changes**
53
53
54
54
- Svelte version >=3.31 is required to use generated TypeScript definitions
55
55
56
- ## [ 0.4.2] ( https://github.com/IBM /sveld/releases/tag/v0.4.2 ) - 2020-11-25
56
+ ## [ 0.4.2] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.4.2 ) - 2020-11-25
57
57
58
58
** Fixes**
59
59
60
60
- account for ` : ` when clamping object keys
61
61
62
- ## [ 0.4.1] ( https://github.com/IBM /sveld/releases/tag/v0.4.1 ) - 2020-11-25
62
+ ## [ 0.4.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.4.1 ) - 2020-11-25
63
63
64
64
** Fixes**
65
65
66
66
- clamp slot/event keys in TypeScript definitions
67
67
68
- ## [ 0.4.1] ( https://github.com/IBM /sveld/releases/tag/v0.4.0 ) - 2020-11-25
68
+ ## [ 0.4.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.4.0 ) - 2020-11-25
69
69
70
70
- output format for TypeScript definitions extends ` SvelteComponent ` instead of stubbing class internals used by the Svelte Language Server
71
71
72
72
** Breaking Changes**
73
73
74
74
- Svelte version >=3.30 is required to use generated TypeScript definitions
75
75
76
- ## [ 0.3.0] ( https://github.com/IBM /sveld/releases/tag/v0.3.0 ) - 2020-11-25
76
+ ## [ 0.3.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.3.0 ) - 2020-11-25
77
77
78
78
- export component ` typedefs ` in TypeScript definitions
79
79
80
- ## [ 0.2.1] ( https://github.com/IBM /sveld/releases/tag/v0.2.1 ) - 2020-11-19
80
+ ## [ 0.2.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.2.1 ) - 2020-11-19
81
81
82
82
- extend interface for empty props use case
83
83
84
- ## [ 0.2.0] ( https://github.com/IBM /sveld/releases/tag/v0.2.0 ) - 2020-11-19
84
+ ## [ 0.2.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.2.0 ) - 2020-11-19
85
85
86
86
- support ` @extends ` tag to extend imported component prop interfaces
87
87
88
- ## [ 0.1.0] ( https://github.com/IBM /sveld/releases/tag/v0.1.0 ) - 2020-11-19
88
+ ## [ 0.1.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0 ) - 2020-11-19
89
89
90
90
- support ` @restProps ` tag
91
91
- fix "undefined" event by checking if the event name is undefined
92
92
93
- ## [ 0.1.0-rc.5] ( https://github.com/IBM /sveld/releases/tag/v0.1.0-rc.5 ) - 2020-11-18
93
+ ## [ 0.1.0-rc.5] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0-rc.5 ) - 2020-11-18
94
94
95
95
- use ` package.json#svelte ` for the entry point to uncompiled Svelte source code
96
96
97
- ## [ 0.1.0-rc.4] ( https://github.com/IBM /sveld/releases/tag/v0.1.0-rc.4 ) - 2020-11-17
97
+ ## [ 0.1.0-rc.4] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0-rc.4 ) - 2020-11-17
98
98
99
99
- add ` rollup ` to dependencies
100
100
101
- ## [ 0.1.0-rc.3] ( https://github.com/IBM /sveld/releases/tag/v0.1.0-rc.3 ) - 2020-11-17
101
+ ## [ 0.1.0-rc.3] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0-rc.3 ) - 2020-11-17
102
102
103
103
- add ` svelte ` to dependencies
104
104
105
- ## [ 0.1.0-rc.2] ( https://github.com/IBM /sveld/releases/tag/v0.1.0-rc.2 ) - 2020-11-17
105
+ ## [ 0.1.0-rc.2] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0-rc.2 ) - 2020-11-17
106
106
107
107
- add ` cli.js ` to publishable files
108
108
109
- ## [ 0.1.0-rc.1] ( https://github.com/IBM /sveld/releases/tag/v0.1.0-rc.1 ) - 2020-11-17
109
+ ## [ 0.1.0-rc.1] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0-rc.1 ) - 2020-11-17
110
110
111
111
- enable CLI usage by wrapping Rollup plugin
112
112
113
- ## [ 0.1.0-rc.0] ( https://github.com/IBM /sveld/releases/tag/v0.1.0-rc.0 ) - 2020-11-16
113
+ ## [ 0.1.0-rc.0] ( https://github.com/carbon-design-system /sveld/releases/tag/v0.1.0-rc.0 ) - 2020-11-16
114
114
115
115
- initial release
0 commit comments