28464 Commits

Author SHA1 Message Date
Kyle Suss
fc5ab80015 Work around Reach Router issue with calling navigate inside componentDidMount 2020-07-07 08:07:19 -06:00
Kyle Suss
9638a6eb8c Remove await inside initModule 2020-07-07 08:07:19 -06:00
Kyle Suss
469083ff7b Clean up selectFirstStory logic 2020-07-07 08:07:19 -06:00
Kyle Suss
124d9b5d4e Remove animation export. Never needed it 2020-07-07 08:07:19 -06:00
Kyle Suss
9182d9f5dd Remove logging used for debugging 2020-07-07 08:07:19 -06:00
Kyle Suss
298ad9e6db Setup release notes logic on the client 2020-07-07 08:07:19 -06:00
Kyle Suss
94a5e90f32 Add release notes history tracking, config via CLI 2020-07-07 08:07:19 -06:00
Michael Shilman
d2c28f6686
Merge pull request #11444 from storybookjs/fix-yarn-2
Fix Yarn 2 compatibility in CLI and Essentials
2020-07-07 21:13:40 +08:00
Michael Shilman
c035a1a094 6.0.0-beta.45 next.json version file 2020-07-07 21:11:56 +08:00
Michael Shilman
c3d7f29a58 Update version.ts to 6.0.0-beta.45 2020-07-07 21:08:08 +08:00
Michael Shilman
f03eb04a2a v6.0.0-beta.45 v6.0.0-beta.45 2020-07-07 20:57:56 +08:00
Michael Shilman
e1dfd9d808 Update root, peer deps to 6.0.0-beta.45 2020-07-07 20:53:22 +08:00
Michael Shilman
94ed7bfb9f 6.0.0-beta.45 changelog 2020-07-07 20:53:05 +08:00
Gaëtan Maisse
fa126f6f1a
fix(essentials): use require.resolve to ensure Yarn PnP compatibility
Files of various addons should be resolved in the context of `addon-essentials` and not in the one of SB user projects.
File to load can be `preset.js`, `register.js`, or the package entry point, so we need to check all these cases as it's done in `lib/core/src/server/presets.js`.
2020-07-07 14:03:55 +02:00
Gaëtan Maisse
34d8f8ed10
fix(cli): add @storybook/node-logger as peerDep in Storybook for CRA generator
As of `@storybook/preset-create-react-app@3.1.3` this dep must be added to the base project directly.
2020-07-07 14:03:55 +02:00
Norbert de Langen
6363de6708
Merge pull request #11448 from storybookjs/11439-fix-babel-jsx
Addon-docs: Fix babel jsx handling for MDX
2020-07-07 13:39:58 +02:00
Michael Shilman
92b3a3b382 Addon-docs: ConfigureJSX true by default in React 2020-07-07 18:55:43 +08:00
Michael Shilman
67d72b31b6 Addon-docs: Fix fragment shorthand in MDX 2020-07-07 18:40:48 +08:00
Michael Shilman
3170ce8bee
Merge pull request #11445 from storybookjs/yannbf-patch-1
docs(storybook-server): update examples url
2020-07-07 18:15:14 +08:00
Yann Braga
4fad0604c0
docs(storybook-server): update examples url 2020-07-07 11:18:18 +02:00
Michael Shilman
a3e27cefc2
Merge pull request #11438 from storybookjs/Hypnosphi-patch-1
Knobs is not the accessibility addon
2020-07-07 08:18:30 +08:00
Filipp Riabchun
bf30af6e00
Knobs is not the accessibility addon 2020-07-06 20:46:11 +02:00
Michael Shilman
da0bdc5199 6.0.0-beta.44 next.json version file 2020-07-06 22:38:05 +08:00
Michael Shilman
9db1e4ad4a Update version.ts to 6.0.0-beta.44 2020-07-06 22:32:18 +08:00
Michael Shilman
d5df9d126f v6.0.0-beta.44 v6.0.0-beta.44 2020-07-06 22:20:49 +08:00
Michael Shilman
c994b219ab Update root, peer deps to 6.0.0-beta.44 2020-07-06 22:11:34 +08:00
Michael Shilman
597d8b725e 6.0.0-beta.44 changelog 2020-07-06 22:11:16 +08:00
Michael Shilman
10ee29ff8e
Merge pull request #11401 from storybookjs/10115-args-globals-and-refs
Composition: Ensure args get sent to the right ref
2020-07-06 22:03:27 +08:00
Michael Shilman
16a85b98c1
Merge pull request #11431 from storybookjs/10005-deprecate-configure
Core: Deprecate configure and clearDecorators
2020-07-06 21:48:12 +08:00
Michael Shilman
4ea75cbfdb
Merge pull request #11368 from storybookjs/9773-inconsistent-paths
Core: Consistent file paths for locally-defined addons
2020-07-06 21:45:15 +08:00
Norbert de Langen
357a45e3a7
FIX bug && FOX unit tests 2020-07-06 13:23:24 +02:00
Tom Coleman
1d08802a5e Restored and deprecated clearDecorators 2020-07-06 21:12:10 +10:00
Tom Coleman
1f68045082 Fix test CSF test 2020-07-06 19:55:47 +10:00
Norbert de Langen
1e94083d82 Merge branch 'next' into 9773-inconsistent-paths 2020-07-06 10:55:03 +02:00
Michael Shilman
5a9f875596
Merge pull request #11432 from storybookjs/fix-object-control
Controls: Fix object control for story switching
2020-07-06 16:49:58 +08:00
Michael Shilman
a5750c5123 Controls: Fix object story switching 2020-07-06 16:11:45 +08:00
Norbert de Langen
939ae6b03e
Merge branch 'next' into 9773-inconsistent-paths
# Conflicts:
#	lib/api/src/version.ts
2020-07-06 10:05:59 +02:00
Tom Coleman
87aec075e0 Deprecate configure 2020-07-06 17:15:22 +10:00
Michael Shilman
d706f5563d
Merge pull request #11430 from storybookjs/11427-controls-debounce
Controls: Fix interaction lag & CJK input
2020-07-06 15:09:51 +08:00
Tom Coleman
acf156b278 Move framework to be the first argument to loadCsf
(So it is easier to have a trailing arg)
2020-07-06 17:08:33 +10:00
Michael Shilman
25de639593 Controls: more cleaning 2020-07-06 14:48:51 +08:00
Michael Shilman
7ea3016d90 Controls: cleanup 2020-07-06 14:47:09 +08:00
Tom Coleman
63fec28021 Get rid of module.hot.accept code for configure API.
This avoids us having to solve #10005 right now and is consistent with the stories entry.
2020-07-06 16:38:11 +10:00
Michael Shilman
cb3134f108 Controls: Box control values to handle functions properly 2020-07-06 14:37:37 +08:00
Michael Shilman
121c2b7bda Controls: Store state locally, resolve on blur 2020-07-06 12:15:10 +08:00
Michael Shilman
40a319d367 6.0.0-beta.43 next.json version file 2020-07-05 18:51:30 +08:00
Michael Shilman
b92972628f Update version.ts to 6.0.0-beta.43 2020-07-05 18:44:32 +08:00
Michael Shilman
99a191894a v6.0.0-beta.43 v6.0.0-beta.43 2020-07-05 18:35:22 +08:00
Michael Shilman
89bd678916 Update root, peer deps to 6.0.0-beta.43 2020-07-05 18:29:12 +08:00
Michael Shilman
de23481549 6.0.0-beta.43 changelog 2020-07-05 18:29:03 +08:00