@storybook/csf 0.1.6--canary.82.7c063db.0 โ†’ 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md ADDED
@@ -0,0 +1,154 @@
1
+ # v0.1.6 (Tue Apr 30 2024)
2
+
3
+ #### ๐Ÿ› Bug Fix
4
+
5
+ - Add the beforeEach hook [#82](https://github.com/ComponentDriven/csf/pull/82) ([@kasperpeulen](https://github.com/kasperpeulen))
6
+
7
+ #### Authors: 1
8
+
9
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
10
+
11
+ ---
12
+
13
+ # v0.1.5 (Thu Apr 25 2024)
14
+
15
+ #### ๐Ÿ› Bug Fix
16
+
17
+ - chore: resolve eslint issues [#87](https://github.com/ComponentDriven/csf/pull/87) ([@Cherry](https://github.com/Cherry))
18
+ - fix: better handle readonly InputType options [#85](https://github.com/ComponentDriven/csf/pull/85) ([@Cherry](https://github.com/Cherry))
19
+
20
+ #### Authors: 2
21
+
22
+ - James Ross ([@Cherry](https://github.com/Cherry))
23
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
24
+
25
+ ---
26
+
27
+ # v0.1.4 (Fri Apr 12 2024)
28
+
29
+ #### ๐Ÿ› Bug Fix
30
+
31
+ - Loosen control type and some fixes [#83](https://github.com/ComponentDriven/csf/pull/83) ([@kasperpeulen](https://github.com/kasperpeulen))
32
+
33
+ #### Authors: 1
34
+
35
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
36
+
37
+ ---
38
+
39
+ # v0.1.3 (Mon Mar 18 2024)
40
+
41
+ #### ๐Ÿ› Bug Fix
42
+
43
+ - Fix bad publish [#78](https://github.com/ComponentDriven/csf/pull/78) ([@shilman](https://github.com/shilman))
44
+ - Improve InputType for controls [#75](https://github.com/ComponentDriven/csf/pull/75) ([@Shinigami92](https://github.com/Shinigami92) [@shilman](https://github.com/shilman))
45
+ - Update README [#74](https://github.com/ComponentDriven/csf/pull/74) ([@nkabrown](https://github.com/nkabrown))
46
+
47
+ #### Authors: 4
48
+
49
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
50
+ - Michael Shilman ([@shilman](https://github.com/shilman))
51
+ - Nathan Brown ([@nkabrown](https://github.com/nkabrown))
52
+ - Shinigami ([@Shinigami92](https://github.com/Shinigami92))
53
+
54
+ ---
55
+
56
+ # v0.1.2 (Wed Nov 22 2023)
57
+
58
+ #### ๐Ÿ› Bug Fix
59
+
60
+ - Allow loaders to be synchronous or void [#71](https://github.com/ComponentDriven/csf/pull/71) ([@kasperpeulen](https://github.com/kasperpeulen))
61
+ - Move `types` condition to the front [#69](https://github.com/ComponentDriven/csf/pull/69) ([@Andarist](https://github.com/Andarist))
62
+
63
+ #### Authors: 2
64
+
65
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
66
+ - Mateusz Burzyล„ski ([@Andarist](https://github.com/Andarist))
67
+
68
+ ---
69
+
70
+ # v0.1.1 (Fri Jun 02 2023)
71
+
72
+ #### ๐Ÿ› Bug Fix
73
+
74
+ - Move `types` condition to the front [#70](https://github.com/ComponentDriven/csf/pull/70) ([@Andarist](https://github.com/Andarist))
75
+
76
+ #### Authors: 1
77
+
78
+ - Mateusz Burzyล„ski ([@Andarist](https://github.com/Andarist))
79
+
80
+ ---
81
+
82
+ # v0.1.0 (Mon Apr 03 2023)
83
+
84
+ #### ๐Ÿš€ Enhancement
85
+
86
+
87
+ #### ๐Ÿ› Bug Fix
88
+
89
+ - Turn Args interfaces into types when passed to decorators [#65](https://github.com/ComponentDriven/csf/pull/65) ([@kasperpeulen](https://github.com/kasperpeulen))
90
+ - Improve the startcase implementation to mimick lodash's version more closely [#64](https://github.com/ComponentDriven/csf/pull/64) ([@ndelangen](https://github.com/ndelangen))
91
+ - replace lodash [#62](https://github.com/ComponentDriven/csf/pull/62) ([@ndelangen](https://github.com/ndelangen))
92
+ - 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))
93
+ - 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))
94
+ - Add strict variants for Args and Paramters to CSF [#57](https://github.com/ComponentDriven/csf/pull/57) ([@kasperpeulen](https://github.com/kasperpeulen))
95
+ - Revert stricter parameters [#56](https://github.com/ComponentDriven/csf/pull/56) ([@kasperpeulen](https://github.com/kasperpeulen))
96
+ - Use builtin installation of actions/setup-node [#55](https://github.com/ComponentDriven/csf/pull/55) ([@kasperpeulen](https://github.com/kasperpeulen))
97
+ - Rename Framework to Renderer [#54](https://github.com/ComponentDriven/csf/pull/54) ([@kasperpeulen](https://github.com/kasperpeulen))
98
+ - Rework Framework type to contain `canvasElement` [#53](https://github.com/ComponentDriven/csf/pull/53) ([@tmeasday](https://github.com/tmeasday))
99
+ - Add tags annotation at all levels [#52](https://github.com/ComponentDriven/csf/pull/52) ([@tmeasday](https://github.com/tmeasday))
100
+ - 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))
101
+ - 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))
102
+ - 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))
103
+ - 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))
104
+ - 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))
105
+ - Sound arg types for CSF3 [#49](https://github.com/ComponentDriven/csf/pull/49) ([@kasperpeulen](https://github.com/kasperpeulen) [@shilman](https://github.com/shilman))
106
+ - ArgsFromMeta utility and generic ArgsStoryFn RT [#51](https://github.com/ComponentDriven/csf/pull/51) ([@kasperpeulen](https://github.com/kasperpeulen))
107
+ - Configure Auto [#50](https://github.com/ComponentDriven/csf/pull/50) ([@shilman](https://github.com/shilman))
108
+ - Only make `TArgs` parameterize `args` and `argTypes` in our default annotations [#33](https://github.com/ComponentDriven/csf/pull/33) ([@tmeasday](https://github.com/tmeasday))
109
+ - 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))
110
+ - Makes name argument for 'toId' optional [#17](https://github.com/ComponentDriven/csf/pull/17) ([@unematiii](https://github.com/unematiii) [@ghengeveld](https://github.com/ghengeveld))
111
+ - use permanent url for the header image [#12](https://github.com/ComponentDriven/csf/pull/12) ([@winkerVSbecks](https://github.com/winkerVSbecks))
112
+ - fix link to image [#10](https://github.com/ComponentDriven/csf/pull/10) ([@winkerVSbecks](https://github.com/winkerVSbecks))
113
+ - Publish under @componentdriven and update README [#8](https://github.com/ComponentDriven/csf/pull/8) ([@winkerVSbecks](https://github.com/winkerVSbecks))
114
+ - Add meta types for CSF [#5](https://github.com/ComponentDriven/csf/pull/5) ([@wKich](https://github.com/wKich))
115
+ - types of csf properties [#3](https://github.com/ComponentDriven/csf/pull/3) ([@atanasster](https://github.com/atanasster) [@ndelangen](https://github.com/ndelangen))
116
+ - Extract @storybook/csf from monorepo [#1](https://github.com/ComponentDriven/csf/pull/1) ([@shilman](https://github.com/shilman))
117
+
118
+ #### โš ๏ธ Pushed to `master`
119
+
120
+ - First commit ([@shilman](https://github.com/shilman))
121
+
122
+ #### ๐Ÿ“ Documentation
123
+
124
+ - 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))
125
+
126
+ #### ๐Ÿ”ฉ Dependency Updates
127
+
128
+ - 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]))
129
+ - 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]))
130
+ - 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]))
131
+ - 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]))
132
+ - 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]))
133
+ - 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]))
134
+ - 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]))
135
+ - 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]))
136
+ - 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]))
137
+ - 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]))
138
+ - 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]))
139
+ - 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]))
140
+
141
+ #### Authors: 12
142
+
143
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
144
+ - Atanas Stoyanov ([@atanasster](https://github.com/atanasster))
145
+ - Dmitriy Lazarev ([@wKich](https://github.com/wKich))
146
+ - Dominic Nguyen ([@domyen](https://github.com/domyen))
147
+ - Georges Gomes ([@georges-gomes](https://github.com/georges-gomes))
148
+ - Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld))
149
+ - Kasper Peulen ([@kasperpeulen](https://github.com/kasperpeulen))
150
+ - Mati Kรคrner ([@unematiii](https://github.com/unematiii))
151
+ - Michael Shilman ([@shilman](https://github.com/shilman))
152
+ - Norbert de Langen ([@ndelangen](https://github.com/ndelangen))
153
+ - Tom Coleman ([@tmeasday](https://github.com/tmeasday))
154
+ - Varun Vachhar ([@winkerVSbecks](https://github.com/winkerVSbecks))
package/dist/index.d.ts CHANGED
@@ -142,7 +142,7 @@ interface InputType {
142
142
  /**
143
143
  * @see https://storybook.js.org/docs/api/arg-types#options
144
144
  */
145
- options?: any[];
145
+ options?: readonly any[];
146
146
  /**
147
147
  * @see https://storybook.js.org/docs/api/arg-types#table
148
148
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.6--canary.82.7c063db.0",
3
+ "version": "0.1.6",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",