19979 Commits

Author SHA1 Message Date
Michael Shilman
f3487c68e4 v5.2.0-alpha.44 v5.2.0-alpha.44 2019-07-15 09:32:23 +08:00
Michael Shilman
4076ab1a49 5.2.0-alpha.44 changelog 2019-07-15 09:28:27 +08:00
Michael Shilman
5622d09068
CLI: Add migrate command (#7414)
CLI: Add migrate command
2019-07-15 09:25:39 +08:00
Michael Shilman
baf34113ca
Typescript: Fix types of client-api & storystore (#7337)
Typescript: Fix types of client-api & storystore
2019-07-15 09:23:10 +08:00
Michael Shilman
424a97b7f6 Merge branch 'next' into fix/decoratestory 2019-07-15 08:58:27 +08:00
Michael Shilman
b4625b0fcd CLI: Add file renaming to migrate 2019-07-14 14:10:40 +08:00
Michael Shilman
88c2bcc70b Oops 2019-07-14 13:47:33 +08:00
Michael Shilman
73c03524a3 CLI: Migration required 2019-07-14 13:36:25 +08:00
Michael Shilman
eeb8f65034 Fix typo 2019-07-14 13:35:15 +08:00
Michael Shilman
a554f4ff2c Update Codemod docs 2019-07-14 13:28:57 +08:00
Michael Shilman
84b2bd0684 Update CLI docs 2019-07-14 13:28:48 +08:00
Michael Shilman
a36e84e750 CLI: Add migrate command to call codemods 2019-07-14 13:28:35 +08:00
Michael Shilman
fd343dc501 Codemod: update to make runnable from CLI 2019-07-14 13:28:19 +08:00
Michael Shilman
9b60c47e88 Merge branch 'next' of github.com:storybookjs/storybook into next 2019-07-14 07:01:40 +08:00
Michael Shilman
2c7193267f Update version.ts 2019-07-14 07:01:17 +08:00
Michael Shilman
48e5505723
Fix content of Panel rendered wrong at Docs-page (#7327)
Fix content of Panel rendered wrong at Docs-page
2019-07-14 06:58:28 +08:00
Norbert de Langen
fe3de5969c
Merge branch 'next' into fix/panel-docs-page 2019-07-14 00:22:33 +02:00
Michael Shilman
52f9fa627f 5.2.0-alpha.43 next.json version file 2019-07-13 22:03:30 +08:00
Michael Shilman
2cbb9614f1 v5.2.0-alpha.43 v5.2.0-alpha.43 2019-07-13 21:50:51 +08:00
Michael Shilman
79ba520c8e 5.2.0-alpha.43 changelog 2019-07-13 21:42:58 +08:00
Michael Shilman
f5d51a8581
Merge pull request #7410 from storybookjs/fix/7292
Addon-analytics: Fix API signature
2019-07-13 21:33:03 +08:00
Norbert de Langen
86655f304d FIX typescript shenanigans 2019-07-13 14:22:33 +02:00
Norbert de Langen
c83e81515b FIX missing ref props by adding forwardRef 2019-07-13 13:00:45 +02:00
Norbert de Langen
652476cd6b FIX #7292 2019-07-13 11:48:44 +02:00
Norbert de Langen
a28e8a1712
Addon-knobs: fix knobs function return types (#7391)
Addon-knobs: fix knobs function return types
2019-07-13 11:22:55 +02:00
Norbert de Langen
9096f5723e
Use v4 UUID instead of v1 for action IDs (#7397)
Use v4 UUID instead of v1 for action IDs
2019-07-13 11:20:58 +02:00
Norbert de Langen
91d19fcb4f
Tech/remove recompose (#7385)
Tech/remove recompose
2019-07-13 11:14:00 +02:00
Norbert de Langen
7fe7894829
Fix proptype for isToolshown (#7405)
Fix proptype for isToolshown
2019-07-13 11:12:44 +02:00
Norbert de Langen
bb1596de97
Fix propType warnings (#7408)
Fix propType warnings
2019-07-13 11:12:08 +02:00
lonyele
cf7c95e94d fix: change propTypes to elementType 2019-07-13 14:20:13 +09:00
Norbert de Langen
df6ea60bdf FIX story for TooltipNote 2019-07-13 01:47:25 +02:00
Norbert de Langen
f3f0b7b243 FIX GridSelector 2019-07-13 01:23:10 +02:00
Norbert de Langen
9e0be712cb CLEANUP 2019-07-13 01:16:14 +02:00
Norbert de Langen
b5b4deb7b1 MOVE grid functionality to background addon 2019-07-13 01:12:09 +02:00
Norbert de Langen
0a6360789d ADD story for panelCount=0 2019-07-12 23:47:09 +02:00
Norbert de Langen
f1d24f94e9 FIX channel issue 2019-07-12 23:43:23 +02:00
Norbert de Langen
abccfc1b89 ADD story for full storybook app && FIX panel being shown when no addon-panels are added 2019-07-12 23:23:26 +02:00
Norbert de Langen
b672cce8a0 FIx snapshots 2019-07-12 20:57:03 +02:00
Norbert de Langen
d6317a32b2 FIX issue with design-assets addon && CLEANUP && FIX proptype errors 2019-07-12 20:55:16 +02:00
Norbert de Langen
9ed36d93b4 MIGRATE more components to improved Tooltip 2019-07-12 19:48:11 +02:00
Michael Shilman
41a149d6d2
Merge pull request #7402 from storybookjs/update-visual-testing
Share how Storybook visual tests
2019-07-13 01:45:52 +08:00
Chase Adams
5fa01f1485
Fix proptype for isToolshown
isToolshown is a bool in all other proptype definitions and having it as a string breaks the Layout.
2019-07-12 10:41:21 -07:00
Norbert de Langen
85bed265d7 IMPROVE the addon-background & background-viewport to use new APIs 2019-07-12 17:50:30 +02:00
domyen
0b717bccfd Share how Storybook visual tests 2019-07-12 11:29:08 -04:00
Michael Shilman
05e2242cb5 Update README.md 2019-07-12 21:44:42 +08:00
Michael Shilman
47aecd719e Update README.md 2019-07-12 21:43:36 +08:00
Christoph Tavan
82dbd51355
Use v4 UUID instead of v1 for action IDs
This uses a purely random v4 UUID instead of a time-based v1 UUID for
the action IDs (which were introduced in storybookjs/storybook#1347).

v1 UUID are based on current time and the hardware MAC address of the
machine where they are being generated (although the implementation in
the npm uuid module uses generates a random fake MAC address). As such
they have much more complex semantics than v4 UUIDs which are simply
randomly generated.

Unless there's a specific requirement for the special semantics of v1
UUIDs it is simpler and less error prone to simply go for v4 UUIDs
whenever just a unique identifier is needed.
2019-07-12 14:48:18 +02:00
Michael Shilman
b82173b920 Update automention.yml 2019-07-12 16:34:33 +08:00
Michael Shilman
0c29a50d93 5.2.0-alpha.42 next.json version file 2019-07-12 11:51:33 +08:00
Michael Shilman
e8e5063fb0 Update version.ts 2019-07-12 11:49:17 +08:00