6865 Commits

Author SHA1 Message Date
Michael Shilman
1fa6b2b2cb Update git head to 6.1.0-alpha.21 2020-10-08 23:27:41 +08:00
Michael Shilman
0ab71655be v6.1.0-alpha.21 2020-10-08 23:21:24 +08:00
Michael Shilman
418af7682a Update root, peer deps, version.ts/json to 6.1.0-alpha.21 2020-10-08 23:20:52 +08:00
Michael Shilman
e6cee22077 Remove unused import, fix deepscan 2020-10-08 09:44:15 +08:00
Andrew Salib
d9a8253205 fix(addon-docs): TS forwardref issue now produces properties.snapshot 2020-10-08 10:38:35 +11:00
Andrew Salib
958e7ed5a8 fix(addon-docs): only support forwardRef outer propTypes
Attaching propTypes to forwardRef component's inner render fn doesn't make sense, so we are only supporting outer propTypes. Keeping inner proptypes story to show it doesn't work & isn't recommended.
2020-10-08 10:33:41 +11:00
Andrew Salib
e645ae1ce7 Update snapshots 2020-10-07 17:50:40 +11:00
Andrew Salib
179ca8d7fb addon-docs: fix Memo props types & tiny refactor to jsxDecorator
jsxDecorator can now fetch component name from docgen & also using new helpers.
2020-10-07 16:37:45 +11:00
Andrew Salib
5d06c42100 addon-docs: add react componentTypes helpers to lib
For determining if a component isMemo or isForwardRef
2020-10-07 16:35:55 +11:00
Michael Shilman
62da9a50c6
Merge pull request #12639 from roblan/next
Core: Add apng support
2020-10-06 05:39:48 +08:00
Michael Shilman
050f879301 Update git head to 6.1.0-alpha.20 2020-10-05 13:20:30 +08:00
Michael Shilman
cc1c152e54 v6.1.0-alpha.20 2020-10-05 13:15:11 +08:00
Michael Shilman
657277b9e6 Update root, peer deps, version.ts/json to 6.1.0-alpha.20 2020-10-05 13:14:56 +08:00
Michael Shilman
b39e816be8
Merge branch 'next' into fix/react-component-name 2020-10-05 12:29:09 +08:00
Michael Shilman
a8770a4a8e Merge branch 'next' into pr/12035 2020-10-05 11:44:56 +08:00
Michael Shilman
368bde854f
Merge pull request #12389 from nknapp/next
Storyshots: Fix typings of "test"-method
2020-10-05 11:36:55 +08:00
Michael Shilman
870c4dbd83
Merge pull request #12657 from kahirokunn/feature/storyshots
Storyshots Puppeteer: Fix support for over 1 assertions in async tests
2020-10-05 04:04:00 +08:00
kahirokunn
8401a48c50 expect >= 1 assertion in storyshots puppeteer test 2020-10-04 10:00:46 +09:00
Michael Shilman
bac380046b
Merge pull request #11962 from kahirokunn/next
Storyshots: Fix support for test failures in async tests
2020-10-04 01:20:14 +08:00
kahirokunn
dfb1515fab remove expect.assertions(1) 2020-10-04 02:01:26 +09:00
kahirokunn
380726e5d8 improve done function 2020-10-04 01:22:51 +09:00
Michael Shilman
ab314fe928 Update git head to 6.1.0-alpha.19 2020-10-03 21:53:39 +08:00
Michael Shilman
6a3203004a v6.1.0-alpha.19 2020-10-03 21:47:45 +08:00
Michael Shilman
1c7718d644 Update root, peer deps, version.ts/json to 6.1.0-alpha.19 2020-10-03 21:47:31 +08:00
Michael Shilman
e98574cd9f
Merge pull request #12588 from phated/guard-duplicate-in-createSummaryValue
Addon-docs: Move summary & detail equality check to createSummaryValue
2020-10-03 21:21:28 +08:00
Michael Shilman
5aab5b207d
Merge pull request #12652 from storybookjs/12640-controls-first-in-essentials
Essentials: Make controls tab show first
2020-10-03 17:59:21 +08:00
kahirokunn
e5c217b45a pass reject to testMethod 2020-10-03 18:11:09 +09:00
Michael Shilman
0c4393312b Essentials: Make controls tab show first 2020-10-03 15:04:50 +08:00
Gaëtan Maisse
13c1db9b87
chore: move some dependencies from workspace root to @storybook/addon-storyshots 2020-10-03 08:59:03 +02:00
Norbert de Langen
5414c8be19
fix snapshot 2020-10-01 16:53:17 +02:00
Andrew Salib
77ec4c6844 fix(addon-docs): add any types to props so it builds 2020-10-01 17:07:56 +10:00
Robert Lange
7b834b97e9 feat: add apng support 2020-10-01 08:37:48 +02:00
Andrew Salib
73369c2d0e fix(react/jsxDecorator): make rendered component's displayName work w/ memo & forwardRef exotic components
Prev. would just do as <[object Object]>.. because it didn't know where to lookup the inner render function's name.
2020-10-01 16:16:12 +10:00
Michael Shilman
22f978940c Update git head to 6.1.0-alpha.18 2020-09-30 19:05:24 +08:00
Michael Shilman
7bd08008b5 v6.1.0-alpha.18 2020-09-30 18:57:46 +08:00
Michael Shilman
9054688394 Update root, peer deps, version.ts/json to 6.1.0-alpha.18 2020-09-30 18:57:33 +08:00
Michael Shilman
2dee98f955
Merge pull request #12590 from jsoref/spelling
Fix spelling errors
2020-09-30 18:23:06 +08:00
Josh Soref
b4cded5966 Updating snapshot 2020-09-29 09:42:32 -04:00
Josh Soref
d77a3c03a5 spelling: without
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
be662d65c0 spelling: utility
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
54191710a8 spelling: triggered
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
7fec04a20a spelling: storyshots
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
c3acaf86e1 spelling: storybook
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Josh Soref
683c0da4aa spelling: segment
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Josh Soref
141034165a spelling: overridden
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Josh Soref
0247043615 spelling: omitted
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
a48b29e455 spelling: multiple
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
c08f0ef620 spelling: inferred
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
c572625b7c spelling: identifier
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
d3378afc03 spelling: highlight
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:29 -04:00