@storybook/csf 0.1.13-next.0 β†’ 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +247 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,247 @@
1
+ # v0.1.13 (Tue Dec 24 2024)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - fix: story ComponentAnnotations['subcomponents'] to correctly use its own type for subcomponents rather than attempt to inherit from the component [#103](https://github.com/ComponentDriven/csf/pull/103) ([@lburgess](https://github.com/lburgess))
6
+
7
+ #### Authors: 2
8
+
9
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
10
+ - Luke Burgess ([@lburgess](https://github.com/lburgess))
11
+
12
+ ---
13
+
14
+ # v0.1.12 (Fri Nov 29 2024)
15
+
16
+ #### πŸ› Bug Fix
17
+
18
+ - Add ReportingAPI interface and reporting property to StoryContext [#110](https://github.com/ComponentDriven/csf/pull/110) ([@valentinpalkovic](https://github.com/valentinpalkovic) [@kasperpeulen](https://github.com/kasperpeulen))
19
+ - Update links to Storybook documentation [#77](https://github.com/ComponentDriven/csf/pull/77) ([@nkabrown](https://github.com/nkabrown))
20
+
21
+ #### Authors: 4
22
+
23
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
24
+ - Nathan Brown ([@nkabrown](https://github.com/nkabrown))
25
+ - Norbert de Langen ([@ndelangen](https://github.com/ndelangen))
26
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
27
+
28
+ ---
29
+
30
+ # v0.1.11 (Tue Jul 02 2024)
31
+
32
+ #### πŸ› Bug Fix
33
+
34
+ - Add mount to CSF [#100](https://github.com/ComponentDriven/csf/pull/100) ([@kasperpeulen](https://github.com/kasperpeulen))
35
+
36
+ #### Authors: 1
37
+
38
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
39
+
40
+ ---
41
+
42
+ # v0.1.10 (Tue Jul 02 2024)
43
+
44
+ #### πŸ› Bug Fix
45
+
46
+ - Consolidate loader, play and render context and add a self referencing context property [#98](https://github.com/ComponentDriven/csf/pull/98) ([@kasperpeulen](https://github.com/kasperpeulen))
47
+ - Add canvas prop to the context [#99](https://github.com/ComponentDriven/csf/pull/99) ([@kasperpeulen](https://github.com/kasperpeulen))
48
+
49
+ #### Authors: 1
50
+
51
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
52
+
53
+ ---
54
+
55
+ # v0.1.9 (Mon Jun 24 2024)
56
+
57
+ #### πŸ› Bug Fix
58
+
59
+ - Add `beforeAll` hook to CSF types [#96](https://github.com/ComponentDriven/csf/pull/96) ([@ghengeveld](https://github.com/ghengeveld))
60
+
61
+ #### Authors: 2
62
+
63
+ - Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld))
64
+ - Michael Shilman ([@shilman](https://github.com/shilman))
65
+
66
+ ---
67
+
68
+ # v0.1.8 (Mon Jun 03 2024)
69
+
70
+ #### πŸ› Bug Fix
71
+
72
+ - Add project initialGlobals & component/story globals, deprecate project globals [#92](https://github.com/ComponentDriven/csf/pull/92) ([@shilman](https://github.com/shilman))
73
+
74
+ #### Authors: 1
75
+
76
+ - Michael Shilman ([@shilman](https://github.com/shilman))
77
+
78
+ ---
79
+
80
+ # v0.1.7 (Mon May 06 2024)
81
+
82
+ #### πŸ› Bug Fix
83
+
84
+ - Fix the package name in the readme [#81](https://github.com/ComponentDriven/csf/pull/81) ([@stof](https://github.com/stof))
85
+ - Add utility for tag combination & negation [#80](https://github.com/ComponentDriven/csf/pull/80) ([@shilman](https://github.com/shilman))
86
+
87
+ #### Authors: 2
88
+
89
+ - Christophe Coevoet ([@stof](https://github.com/stof))
90
+ - Michael Shilman ([@shilman](https://github.com/shilman))
91
+
92
+ ---
93
+
94
+ # v0.1.6 (Tue Apr 30 2024)
95
+
96
+ #### πŸ› Bug Fix
97
+
98
+ - Add the beforeEach hook [#82](https://github.com/ComponentDriven/csf/pull/82) ([@kasperpeulen](https://github.com/kasperpeulen))
99
+
100
+ #### Authors: 1
101
+
102
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
103
+
104
+ ---
105
+
106
+ # v0.1.5 (Thu Apr 25 2024)
107
+
108
+ #### πŸ› Bug Fix
109
+
110
+ - chore: resolve eslint issues [#87](https://github.com/ComponentDriven/csf/pull/87) ([@Cherry](https://github.com/Cherry))
111
+ - fix: better handle readonly InputType options [#85](https://github.com/ComponentDriven/csf/pull/85) ([@Cherry](https://github.com/Cherry))
112
+
113
+ #### Authors: 2
114
+
115
+ - James Ross ([@Cherry](https://github.com/Cherry))
116
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
117
+
118
+ ---
119
+
120
+ # v0.1.4 (Fri Apr 12 2024)
121
+
122
+ #### πŸ› Bug Fix
123
+
124
+ - Loosen control type and some fixes [#83](https://github.com/ComponentDriven/csf/pull/83) ([@kasperpeulen](https://github.com/kasperpeulen))
125
+
126
+ #### Authors: 1
127
+
128
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
129
+
130
+ ---
131
+
132
+ # v0.1.3 (Mon Mar 18 2024)
133
+
134
+ #### πŸ› Bug Fix
135
+
136
+ - Fix bad publish [#78](https://github.com/ComponentDriven/csf/pull/78) ([@shilman](https://github.com/shilman))
137
+ - Improve InputType for controls [#75](https://github.com/ComponentDriven/csf/pull/75) ([@Shinigami92](https://github.com/Shinigami92) [@shilman](https://github.com/shilman))
138
+ - Update README [#74](https://github.com/ComponentDriven/csf/pull/74) ([@nkabrown](https://github.com/nkabrown))
139
+
140
+ #### Authors: 4
141
+
142
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
143
+ - Michael Shilman ([@shilman](https://github.com/shilman))
144
+ - Nathan Brown ([@nkabrown](https://github.com/nkabrown))
145
+ - Shinigami ([@Shinigami92](https://github.com/Shinigami92))
146
+
147
+ ---
148
+
149
+ # v0.1.2 (Wed Nov 22 2023)
150
+
151
+ #### πŸ› Bug Fix
152
+
153
+ - Allow loaders to be synchronous or void [#71](https://github.com/ComponentDriven/csf/pull/71) ([@kasperpeulen](https://github.com/kasperpeulen))
154
+ - Move `types` condition to the front [#69](https://github.com/ComponentDriven/csf/pull/69) ([@Andarist](https://github.com/Andarist))
155
+
156
+ #### Authors: 2
157
+
158
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
159
+ - Mateusz BurzyΕ„ski ([@Andarist](https://github.com/Andarist))
160
+
161
+ ---
162
+
163
+ # v0.1.1 (Fri Jun 02 2023)
164
+
165
+ #### πŸ› Bug Fix
166
+
167
+ - Move `types` condition to the front [#70](https://github.com/ComponentDriven/csf/pull/70) ([@Andarist](https://github.com/Andarist))
168
+
169
+ #### Authors: 1
170
+
171
+ - Mateusz BurzyΕ„ski ([@Andarist](https://github.com/Andarist))
172
+
173
+ ---
174
+
175
+ # v0.1.0 (Mon Apr 03 2023)
176
+
177
+ #### πŸš€ Enhancement
178
+
179
+
180
+ #### πŸ› Bug Fix
181
+
182
+ - Turn Args interfaces into types when passed to decorators [#65](https://github.com/ComponentDriven/csf/pull/65) ([@kasperpeulen](https://github.com/kasperpeulen))
183
+ - Improve the startcase implementation to mimick lodash's version more closely [#64](https://github.com/ComponentDriven/csf/pull/64) ([@ndelangen](https://github.com/ndelangen))
184
+ - replace lodash [#62](https://github.com/ComponentDriven/csf/pull/62) ([@ndelangen](https://github.com/ndelangen))
185
+ - Fix bug with meta not working well as generic parameter for StoryObj [#60](https://github.com/ComponentDriven/csf/pull/60) ([@kasperpeulen](https://github.com/kasperpeulen))
186
+ - Make sure that index signatures (used in decorators) don't cause unexpected types [#58](https://github.com/ComponentDriven/csf/pull/58) ([@kasperpeulen](https://github.com/kasperpeulen))
187
+ - Add strict variants for Args and Paramters to CSF [#57](https://github.com/ComponentDriven/csf/pull/57) ([@kasperpeulen](https://github.com/kasperpeulen))
188
+ - Revert stricter parameters [#56](https://github.com/ComponentDriven/csf/pull/56) ([@kasperpeulen](https://github.com/kasperpeulen))
189
+ - Use builtin installation of actions/setup-node [#55](https://github.com/ComponentDriven/csf/pull/55) ([@kasperpeulen](https://github.com/kasperpeulen))
190
+ - Rename Framework to Renderer [#54](https://github.com/ComponentDriven/csf/pull/54) ([@kasperpeulen](https://github.com/kasperpeulen))
191
+ - Rework Framework type to contain `canvasElement` [#53](https://github.com/ComponentDriven/csf/pull/53) ([@tmeasday](https://github.com/tmeasday))
192
+ - Add tags annotation at all levels [#52](https://github.com/ComponentDriven/csf/pull/52) ([@tmeasday](https://github.com/tmeasday))
193
+ - First attempt at bringing new types over [#29](https://github.com/ComponentDriven/csf/pull/29) ([@tmeasday](https://github.com/tmeasday) [@shilman](https://github.com/shilman) [@ghengeveld](https://github.com/ghengeveld) [@wKich](https://github.com/wKich) [@kasperpeulen](https://github.com/kasperpeulen))
194
+ - Revert "Play function can only be set at the story level" [#40](https://github.com/ComponentDriven/csf/pull/40) ([@wKich](https://github.com/wKich) [@shilman](https://github.com/shilman))
195
+ - Add conditional arg types and metadata [#36](https://github.com/ComponentDriven/csf/pull/36) ([@shilman](https://github.com/shilman) [@tmeasday](https://github.com/tmeasday) [@kasperpeulen](https://github.com/kasperpeulen))
196
+ - Re-apply `TArgs` to CSF `render` type [#43](https://github.com/ComponentDriven/csf/pull/43) ([@tmeasday](https://github.com/tmeasday) [@shilman](https://github.com/shilman) [@kasperpeulen](https://github.com/kasperpeulen))
197
+ - Add step to play context and `runStep` to project annotations [#48](https://github.com/ComponentDriven/csf/pull/48) ([@tmeasday](https://github.com/tmeasday) [@shilman](https://github.com/shilman) [@kasperpeulen](https://github.com/kasperpeulen))
198
+ - Sound arg types for CSF3 [#49](https://github.com/ComponentDriven/csf/pull/49) ([@kasperpeulen](https://github.com/kasperpeulen) [@shilman](https://github.com/shilman))
199
+ - ArgsFromMeta utility and generic ArgsStoryFn RT [#51](https://github.com/ComponentDriven/csf/pull/51) ([@kasperpeulen](https://github.com/kasperpeulen))
200
+ - Configure Auto [#50](https://github.com/ComponentDriven/csf/pull/50) ([@shilman](https://github.com/shilman))
201
+ - Only make `TArgs` parameterize `args` and `argTypes` in our default annotations [#33](https://github.com/ComponentDriven/csf/pull/33) ([@tmeasday](https://github.com/tmeasday))
202
+ - Adding Components.studio as a tool using CSF [#13](https://github.com/ComponentDriven/csf/pull/13) ([@georges-gomes](https://github.com/georges-gomes) [@ghengeveld](https://github.com/ghengeveld))
203
+ - Makes name argument for 'toId' optional [#17](https://github.com/ComponentDriven/csf/pull/17) ([@unematiii](https://github.com/unematiii) [@ghengeveld](https://github.com/ghengeveld))
204
+ - use permanent url for the header image [#12](https://github.com/ComponentDriven/csf/pull/12) ([@winkerVSbecks](https://github.com/winkerVSbecks))
205
+ - fix link to image [#10](https://github.com/ComponentDriven/csf/pull/10) ([@winkerVSbecks](https://github.com/winkerVSbecks))
206
+ - Publish under @componentdriven and update README [#8](https://github.com/ComponentDriven/csf/pull/8) ([@winkerVSbecks](https://github.com/winkerVSbecks))
207
+ - Add meta types for CSF [#5](https://github.com/ComponentDriven/csf/pull/5) ([@wKich](https://github.com/wKich))
208
+ - types of csf properties [#3](https://github.com/ComponentDriven/csf/pull/3) ([@atanasster](https://github.com/atanasster) [@ndelangen](https://github.com/ndelangen))
209
+ - Extract @storybook/csf from monorepo [#1](https://github.com/ComponentDriven/csf/pull/1) ([@shilman](https://github.com/shilman))
210
+
211
+ #### ⚠️ Pushed to `master`
212
+
213
+ - First commit ([@shilman](https://github.com/shilman))
214
+
215
+ #### πŸ“ Documentation
216
+
217
+ - added storyNameFromExport(key) in README.md [#2](https://github.com/ComponentDriven/csf/pull/2) ([@georges-gomes](https://github.com/georges-gomes) [@shilman](https://github.com/shilman))
218
+
219
+ #### πŸ”© Dependency Updates
220
+
221
+ - Bump handlebars from 4.5.3 to 4.7.7 [#20](https://github.com/ComponentDriven/csf/pull/20) ([@dependabot[bot]](https://github.com/dependabot[bot]))
222
+ - Bump y18n from 4.0.0 to 4.0.3 [#32](https://github.com/ComponentDriven/csf/pull/32) ([@dependabot[bot]](https://github.com/dependabot[bot]))
223
+ - Bump ini from 1.3.5 to 1.3.8 [#18](https://github.com/ComponentDriven/csf/pull/18) ([@dependabot[bot]](https://github.com/dependabot[bot]))
224
+ - Bump yargs-parser from 13.1.1 to 13.1.2 [#15](https://github.com/ComponentDriven/csf/pull/15) ([@dependabot[bot]](https://github.com/dependabot[bot]))
225
+ - Bump lodash from 4.17.15 to 4.17.21 [#21](https://github.com/ComponentDriven/csf/pull/21) ([@dependabot[bot]](https://github.com/dependabot[bot]))
226
+ - Bump hosted-git-info from 2.8.5 to 2.8.9 [#22](https://github.com/ComponentDriven/csf/pull/22) ([@dependabot[bot]](https://github.com/dependabot[bot]))
227
+ - Bump path-parse from 1.0.6 to 1.0.7 [#25](https://github.com/ComponentDriven/csf/pull/25) ([@dependabot[bot]](https://github.com/dependabot[bot]))
228
+ - Bump browserslist from 4.11.1 to 4.16.6 [#23](https://github.com/ComponentDriven/csf/pull/23) ([@dependabot[bot]](https://github.com/dependabot[bot]))
229
+ - Bump acorn from 5.7.3 to 5.7.4 [#27](https://github.com/ComponentDriven/csf/pull/27) ([@dependabot[bot]](https://github.com/dependabot[bot]))
230
+ - Bump ws from 5.2.2 to 5.2.3 [#28](https://github.com/ComponentDriven/csf/pull/28) ([@dependabot[bot]](https://github.com/dependabot[bot]))
231
+ - Bump tar from 4.4.13 to 4.4.19 [#30](https://github.com/ComponentDriven/csf/pull/30) ([@dependabot[bot]](https://github.com/dependabot[bot]))
232
+ - Bump tmpl from 1.0.4 to 1.0.5 [#31](https://github.com/ComponentDriven/csf/pull/31) ([@dependabot[bot]](https://github.com/dependabot[bot]))
233
+
234
+ #### Authors: 12
235
+
236
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
237
+ - Atanas Stoyanov ([@atanasster](https://github.com/atanasster))
238
+ - Dmitriy Lazarev ([@wKich](https://github.com/wKich))
239
+ - Dominic Nguyen ([@domyen](https://github.com/domyen))
240
+ - Georges Gomes ([@georges-gomes](https://github.com/georges-gomes))
241
+ - Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld))
242
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
243
+ - Mati KΓ€rner ([@unematiii](https://github.com/unematiii))
244
+ - Michael Shilman ([@shilman](https://github.com/shilman))
245
+ - Norbert de Langen ([@ndelangen](https://github.com/ndelangen))
246
+ - Tom Coleman ([@tmeasday](https://github.com/tmeasday))
247
+ - Varun Vachhar ([@winkerVSbecks](https://github.com/winkerVSbecks))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.13-next.0",
3
+ "version": "0.1.13",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",