34189 Commits

Author SHA1 Message Date
Michael Shilman
4d895d90cd 6.3.0-alpha.30 next.json version file 2021-05-18 12:11:13 +08:00
Michael Shilman
052a2888ff Update git head to 6.3.0-alpha.30, update yarn.lock 2021-05-18 12:08:39 +08:00
Michael Shilman
eec56a5d93 v6.3.0-alpha.30 v6.3.0-alpha.30 2021-05-18 12:02:56 +08:00
Michael Shilman
5cf9f003a5 Update root, peer deps, version.ts/json to 6.3.0-alpha.30 [ci skip] 2021-05-18 11:55:11 +08:00
Michael Shilman
f92d6de5c6 6.3.0-alpha.30 changelog 2021-05-18 11:55:01 +08:00
Michael Shilman
42e2d78694
Merge pull request #14945 from storybookjs/feat/built-in-extract
Core: Built-in static `stories.json` support
2021-05-18 11:54:18 +08:00
Michael Shilman
02e7491f5b CsfFile: Fix case with no meta export, no title 2021-05-18 11:34:54 +08:00
Michael Shilman
8911a5976b Core: Fix skipping files for stories.json extraction, better error logging 2021-05-18 11:16:27 +08:00
Michael Shilman
19114200b8 CsfFile: Fix parsing for angular-cli files 2021-05-18 11:15:41 +08:00
Michael Shilman
cc4e739faa Add option to skip stories.json generation 2021-05-18 10:51:01 +08:00
Michael Shilman
62e741e5fb
Merge pull request #14967 from storybookjs/feat/add-modern-to-apps
Core: Add modern build target to apps aka frameworks
2021-05-18 10:38:47 +08:00
Michael Shilman
53abfd0a36
Merge pull request #14970 from storybookjs/build/increase-build-step-to-xl
Build: Increase CI `build` step to XL
2021-05-18 10:29:38 +08:00
Michael Shilman
14ecee1d9b Merge branch 'build/increase-build-step-to-xl' into feat/add-modern-to-apps 2021-05-18 10:17:03 +08:00
Michael Shilman
e06bf384cc Merge branch 'build/increase-build-step-to-xl' into feat/built-in-extract 2021-05-18 10:16:30 +08:00
Michael Shilman
76e971497f Build: Increase CI build step to XL 2021-05-18 10:13:17 +08:00
Michael Shilman
301ba106a3 Core: Add modern build to apps 2021-05-18 09:51:37 +08:00
Michael Shilman
793b101874 Merge branch 'next' into feat/built-in-extract 2021-05-18 09:50:44 +08:00
Michael Shilman
9250ca7127 Add sbmodern 2021-05-18 09:47:55 +08:00
Michael Shilman
2e95b7b200 Fix deepscan 2021-05-18 09:33:39 +08:00
Michael Shilman
7bce1ae3a6 Merge branch 'next' into feat/built-in-extract 2021-05-18 09:32:32 +08:00
Michael Shilman
343f7fd534 Core: Add fileName to built-in stories.json extraction 2021-05-18 09:27:20 +08:00
jonniebigodes
a6bdc157c1
Merge pull request #14963 from storybookjs/chore_docs_minor_fix_whats_story_snippet
Chore: (Docs) Small adjustments to the args snippet used in the documentation
2021-05-17 22:38:34 +01:00
jonniebigodes
8b8f6b79e4 adjustments to the args snippet 2021-05-17 22:31:53 +01:00
jonniebigodes
c72a50cb5f
Merge pull request #14961 from storybookjs/chore_docs_write_addon_polish
Chore: (Docs) Minor polish to the write an addon documentation
2021-05-17 22:13:29 +01:00
jonniebigodes
a66cffa509 Minor polish to the write an addon documentation 2021-05-17 22:01:23 +01:00
Michael Shilman
3c3c7d677e 6.3.0-alpha.29 next.json version file 2021-05-17 23:05:42 +08:00
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 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
42e1de75ad 6.3.0-alpha.29 changelog 2021-05-17 22:46:53 +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
7f04e6ced7
Merge pull request #14954 from storybookjs/tech/modern-build
Core: Support modern browser target
2021-05-17 20:41:11 +08:00
Norbert de Langen
efe28bbbcb
Merge pull request #14903 from fedodd/patch-1
["bug", "documentation"] fix bug in example storybook-preview-body-font-size.html.mdx
2021-05-17 14:12:57 +02:00
Michael Shilman
78ca90d971 Run the benchmark with the --modern flag 2021-05-17 18:36:03 +08:00
Michael Shilman
5f2ed97d75 Fix deepscan, minor refactor 2021-05-17 18:09:33 +08:00
Michael Shilman
74863b77d7 Core: Add sbmodern package export, drop modern to chrome 79+ 2021-05-17 18:01:30 +08:00
Michael Shilman
5ceb87e32f Core: Support modern build (chrome 80+) 2021-05-17 16:54:08 +08:00
Michael Shilman
06851d2610 CsfFile: Respond to code review (WIP) 2021-05-17 16:17:55 +08:00
Michael Shilman
4a59ea7bed Built-in stories.json extraction in dev server (on startup) 2021-05-17 13:11:56 +08:00
Michael Shilman
52ceb0915a
Merge pull request #14949 from storybookjs/fix/remove-update-globals-warning
Core: Remove updateGlobals warning message
2021-05-16 23:25:22 +08:00
Michael Shilman
34edf50758
Update config.yml 2021-05-16 23:02:08 +08:00
Yann Braga
0b4cc5d386 fix: remove updateGlobals warning 2021-05-16 16:51:02 +02:00
Michael Shilman
937b48c526 CsfFile: Extract basic parameters 2021-05-16 09:08:25 +08:00
Michael Shilman
d1d61beaa5 Build stories.json in production 2021-05-16 02:01:10 +08:00
Michael Shilman
4d78fc8f26 CsfTools: Read/parse/write 2021-05-15 23:18:37 +08: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
82e21bcff1 6.3.0-alpha.28 next.json version file 2021-05-15 08:55:15 +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 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