9903 Commits

Author SHA1 Message Date
Michael Shilman
0c21b96819 Update git head to 6.3.0-alpha.29, update yarn.lock 2021-05-17 23:01:58 +08:00
Michael Shilman
db7aa5aecb v6.3.0-alpha.29 2021-05-17 22:56:40 +08:00
Michael Shilman
9e3b00ceee Update root, peer deps, version.ts/json to 6.3.0-alpha.29 [ci skip] 2021-05-17 22:47:14 +08:00
Michael Shilman
ee0c559606
Merge pull request #14897 from Tomastomaslol/issue-14617-provide-option-to-hide-default-toolbar-tools
UI: Provide option to hide default toolbar tools
2021-05-17 22:41:03 +08:00
Michael Shilman
74863b77d7 Core: Add sbmodern package export, drop modern to chrome 79+ 2021-05-17 18:01:30 +08:00
Yann Braga
0b4cc5d386 fix: remove updateGlobals warning 2021-05-16 16:51:02 +02:00
Michael Shilman
2626146dbe
Merge pull request #14684 from storybookjs/test/addon-controls-infer-and-e2e
Controls: Tighten color control inference heuristic and test
2021-05-15 09:11:36 +08:00
Michael Shilman
d4582a8b1d Update git head to 6.3.0-alpha.28, update yarn.lock 2021-05-15 08:51:54 +08:00
Michael Shilman
2f7423e385 v6.3.0-alpha.28 2021-05-15 08:46:49 +08:00
Michael Shilman
ff5431cac7 Update root, peer deps, version.ts/json to 6.3.0-alpha.28 [ci skip] 2021-05-15 08:37:07 +08:00
Michael Shilman
0119591577 Merge branch 'next' into test/addon-controls-infer-and-e2e 2021-05-15 08:31:47 +08:00
Gaëtan Maisse
1497a4773e
fix(cli): fix computation of Angular version in sb init
`packageManager.getVersion` was fetching the latest version from npm
registry instead of checking the version installed locally.
2021-05-14 21:10:11 +02:00
Yann Braga
ba1e5a42ba fix(cli): fix style property in webcomponents example
- It should use styleMap to pass style properties
2021-05-14 18:55:24 +02:00
Yann Braga
e19c589409 fix(controls): handle unsupported values for color matcher 2021-05-14 15:16:18 +02:00
Yann Braga
c167d6853d test(client-api): include/exclude on inferControls 2021-05-14 15:16:18 +02:00
Michael Shilman
8544f2c347 Update git head to 6.3.0-alpha.27, update yarn.lock 2021-05-14 17:46:43 +08:00
Michael Shilman
c48862959a v6.3.0-alpha.27 2021-05-14 17:42:01 +08:00
Michael Shilman
6c7187d1f7 Update root, peer deps, version.ts/json to 6.3.0-alpha.27 [ci skip] 2021-05-14 17:30:15 +08:00
Michael Shilman
c8fecf0ad5 CLI/Angular: Add ng12 + docs inline rendering support 2021-05-14 12:32:54 +08:00
Tomas Nygren
f4cc5c9528 Merge branch 'next' of github.com:storybookjs/storybook into issue-14617-provide-option-to-hide-default-toolbar-tools 2021-05-14 13:23:09 +10:00
Michael Shilman
330d800cd1 Update git head to 6.3.0-alpha.26, update yarn.lock 2021-05-14 11:03:18 +08:00
Michael Shilman
10b42ef0cd v6.3.0-alpha.26 2021-05-14 10:58:26 +08:00
Michael Shilman
44518891dc Update root, peer deps, version.ts/json to 6.3.0-alpha.26 [ci skip] 2021-05-14 10:46:57 +08:00
Michael Shilman
0e94fa79e7
Merge pull request #14925 from Tomastomaslol/issue-14793-same-key-issue-color-swatches-in-color-control
Addon-controls: Fix duplicate color swatch id's in Color control
2021-05-14 10:43:31 +08:00
Michael Shilman
0c1c392c4f CLI: Add preamble instructions to sb repro 2021-05-14 09:52:18 +08:00
Tomas Nygren
c41c801a3b add index to key when looping color swatches in Color control 2021-05-14 11:50:24 +10:00
Michael Shilman
1dad9cd8ab
Merge pull request #14914 from storybookjs/fix-webpack5-crypto
Webpack5: Always set `resolve.fallback.crypto` to `false`
2021-05-14 09:20:27 +08:00
Gaëtan Maisse
d9b94f606c
repro: add a config for Angular 11 as angular now points to Angular 12
Also, run Angular 11 repro in e2e for now. Will be replaced by Angular 12 as soon as SB will support it.
2021-05-13 20:41:25 +02:00
Michael Shilman
f68a8fede8 Webpack5: Always set resolve.fallback.crypto to false 2021-05-14 00:33:00 +08:00
Michael Shilman
3d21741f06 Update git head to 6.3.0-alpha.25, update yarn.lock 2021-05-13 13:00:20 +08:00
Michael Shilman
9938e2194b v6.3.0-alpha.25 2021-05-13 12:55:25 +08:00
Michael Shilman
986bb1b2a8 Update root, peer deps, version.ts/json to 6.3.0-alpha.25 [ci skip] 2021-05-13 12:47:14 +08:00
Michael Shilman
1f97f82d48
Merge pull request #14281 from KosyanMedia/webpack-5-optimizations
Builder-Webpack5: Use native features instead of plugins
2021-05-13 12:45:48 +08:00
Michael Shilman
09b5fe9d52 Improve post-install instructions 2021-05-13 11:45:03 +08:00
Michael Shilman
a191deac52
Update lib/cli/src/repro.ts
Co-authored-by: Yann Braga <yannbf@gmail.com>
2021-05-13 11:22:22 +08:00
Tomas Nygren
9f18b71bdc improve variable names in toolbarItemHasBeenExcluded 2021-05-13 12:52:18 +10:00
Gaëtan Maisse
fe9839497a
Merge branch 'next' into webpack-5-optimizations 2021-05-12 20:24:30 +02:00
Tomas Nygren
9bf9d240a9 create story scenarios to exclude toolbar items. Can exclude toolbar item with story parameter 2021-05-12 11:02:19 +10:00
Tomas Nygren
432aade001 Merge branch 'next' of github.com:storybookjs/storybook into issue-14617-provide-option-to-hide-default-toolbar-tools 2021-05-12 10:03:21 +10:00
Tomas Nygren
a2ead8c73a make it possible to hide toolbar tools with configuration 2021-05-12 10:02:47 +10:00
Gaëtan Maisse
ab4436ed87
feat(cli): improve sb repro UX by reducing the logs displayed in console 2021-05-11 22:45:57 +02:00
Michael Shilman
884b161f88 CLI: Repro refinements per feedback 2021-05-11 20:39:15 +08:00
Michael Shilman
abb3b41f8e Update git head to 6.3.0-alpha.24, update yarn.lock 2021-05-11 15:58:35 +08:00
Michael Shilman
a8870128bc v6.3.0-alpha.24 2021-05-11 15:53:33 +08:00
Michael Shilman
d888ceb550 Update root, peer deps, version.ts/json to 6.3.0-alpha.24 [ci skip] 2021-05-11 15:44:44 +08:00
Michael Shilman
3d3d88026e
Merge pull request #14594 from storybookjs/feat/cli-repro-template
CLI: Add repro/link commands for creating/running reproductions
2021-05-11 15:41:51 +08:00
Norbert de Langen
ce10c0d8e5
Merge pull request #14810 from Tomastomaslol/issue-13547-hide-add-ons-if-docsOnly-on-mobile
Fix: only show addons in mobile menu if docsOnly is false
2021-05-11 09:26:59 +02:00
Michael Shilman
cf0852ab51 Merge branch 'next' into feat/cli-repro-template 2021-05-11 15:09:45 +08:00
Michael Shilman
5e76f6fc48 Update git head to 6.3.0-alpha.23, update yarn.lock 2021-05-11 14:32:58 +08:00
Michael Shilman
a3d63d6a3f v6.3.0-alpha.23 2021-05-11 14:27:47 +08:00