19965 Commits

Author SHA1 Message Date
Evgenii Khramkov
38b113576a Add docs page 2019-07-14 16:37:36 -07:00
Evgenii Khramkov
27c16a6f6a inject only one file 2019-07-14 16:10:13 -07:00
Evgenii Khramkov
276b90787c allow injecting in preview body 2019-07-14 14:57:03 -07: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
Michael Shilman
b6ae728039 v5.2.0-alpha.42 v5.2.0-alpha.42 2019-07-12 11:35:45 +08:00
Michael Shilman
a8b343443c 5.2.0-alpha.42 changelog 2019-07-12 11:24:07 +08:00
Emilio Martinez
20ef9e5887 Addon-knobs: organize type definitions a bit 2019-07-11 18:29:39 -07:00
Emilio Martinez
a74097701b Addon-knobs: fix knobs function return types
Applies generics and conditional types to ensure a proper return value from each of the knob functions respectively.
2019-07-11 12:20:47 -07:00
Norbert de Langen
3876f2fbaa
Migrate @storybook/html to Typescript (#7338)
Migrate @storybook/html to Typescript
2019-07-11 15:59:55 +02:00
Norbert de Langen
42b25ee076 FIX broken borderRadius 2019-07-11 15:56:52 +02:00
Norbert de Langen
0236391244 FIX lockfile 2019-07-11 15:29:46 +02:00
Emilio Martinez
c70c1a9920 App-html: align types with addon, angular and react 2019-07-11 06:22:43 -07:00
Norbert de Langen
1b1964845a REMOVE remainder of recompose 2019-07-11 15:15:20 +02:00
Norbert de Langen
f7e5b6c9a9 FIX typings of Form 2019-07-11 14:17:47 +02:00