38155 Commits

Author SHA1 Message Date
Michael Shilman
fc1a840845 v6.5.0-alpha.21 v6.5.0-alpha.21 2022-01-18 23:47:32 +08:00
Michael Shilman
eef8d4f2ac Update root, peer deps, version.ts/json to 6.5.0-alpha.21 [ci skip] 2022-01-18 23:36:56 +08:00
Michael Shilman
ed612a708e 6.5.0-alpha.21 changelog 2022-01-18 23:36:47 +08:00
Michael Shilman
369b1d4cfb
Merge pull request #17270 from storybookjs/enable-lazy-compilation
Webpack5: Switch to using `import.meta.webpackHot.accept`
2022-01-18 23:35:31 +08:00
Michael Shilman
b6a3c2526e 6.5.0-alpha.20 next.json version file 2022-01-18 23:33:51 +08:00
Michael Shilman
46b4f6a9f0 Update git head to 6.5.0-alpha.20, update yarn.lock 2022-01-18 23:32:00 +08:00
Michael Shilman
8b9f966f43 v6.5.0-alpha.20 v6.5.0-alpha.20 2022-01-18 23:26:14 +08:00
Tom Coleman
e60a589a8b Switch to using import.meta.webpackHot.accept in WP5
This is primarily to work around this issue: https://github.com/webpack/webpack/issues/15190 although it is probably the more futuristic syntax anyway.
2022-01-18 22:26:11 +11:00
Michael Shilman
e32de21b6f Update root, peer deps, version.ts/json to 6.5.0-alpha.20 [ci skip] 2022-01-18 16:57:38 +08:00
Michael Shilman
014f96291a 6.5.0-alpha.20 changelog 2022-01-18 16:57:30 +08:00
Michael Shilman
2d9ba43bf7
Merge pull request #17266 from storybookjs/upgrade-compodoc-colors-dep
Upgrade compodoc for colors.js bug
2022-01-18 16:51:56 +08:00
Michael Shilman
42937ecb5e Merge branch 'next' into upgrade-compodoc-colors-dep 2022-01-18 15:39:21 +08:00
Michael Shilman
259f3d0096 Update snapshots 2022-01-18 15:35:47 +08:00
Michael Shilman
3eabcf9040
Merge pull request #17265 from storybookjs/17261-fix-jscodeshift-colorsjs-dep
Upgrade jscodeshift dependency for colors.js bug
2022-01-18 15:26:37 +08:00
Michael Shilman
5d54711cd0 Upgrade compodoc for colors.js bug 2022-01-18 09:26:58 +08:00
Michael Shilman
37da183305 Upgrade jscodeshift dependency for colors.js bug 2022-01-18 09:20:50 +08:00
Michael Shilman
3848171b36
Merge pull request #17257 from storybookjs/17255-fix-prettier-parser-babel
Restore prettier >= 2.2.1 to satisfy previous constraints
2022-01-17 22:50:44 +08:00
Michael Shilman
13657da792 Force prettier >= 2.2.1 to satisfy previous constraints 2022-01-17 21:32:41 +08:00
Michael Shilman
afdddc9182 6.5.0-alpha.19 next.json version file 2022-01-17 20:05:27 +08:00
Michael Shilman
5bb462d19c Update git head to 6.5.0-alpha.19, update yarn.lock 2022-01-17 20:03:56 +08:00
Michael Shilman
ce3592fc32 v6.5.0-alpha.19 v6.5.0-alpha.19 2022-01-17 19:58:19 +08:00
Michael Shilman
7663066ce6 Update root, peer deps, version.ts/json to 6.5.0-alpha.19 [ci skip] 2022-01-17 19:48:16 +08:00
Michael Shilman
ff6b9d326c 6.5.0-alpha.19 changelog 2022-01-17 19:48:07 +08:00
Michael Shilman
1a99d9d5bb
Merge pull request #16676 from srmagura/is-storybook
Core: Add IS_STORYBOOK global variable
2022-01-17 19:46:53 +08:00
Michael Shilman
12f44d7c39
Update docs/faq.md 2022-01-17 19:46:33 +08:00
Michael Shilman
8747f9c623
Merge pull request #17256 from storybookjs/16895-fix-docs-disable
Addon-docs: Fix `docs.disable` parameter on DocsPage
2022-01-17 19:41:36 +08:00
Michael Shilman
ad15e4c771
Merge pull request #17247 from aritrakoley/number_counter_issue
Controls: Fix number control update when using useArgs hook
2022-01-17 19:28:06 +08:00
Michael Shilman
eaddc6dfeb Addon-docs: Fix docs.disable parameter 2022-01-17 19:11:08 +08:00
Michael Shilman
2f83d1b7a1
Merge pull request #17252 from storybookjs/17038-16964-16924-fix-complex-globs
Core: Fix issue with recursive glob with prior special chars
2022-01-17 16:54:01 +08:00
Tom Coleman
b1e0534204 Fix issue with recursive glob with prior special chars 2022-01-17 16:32:55 +11:00
Michael Shilman
d6b88e4cbe 6.5.0-alpha.18 next.json version file 2022-01-17 00:10:59 +08:00
Michael Shilman
41e9999988 Update git head to 6.5.0-alpha.18, update yarn.lock 2022-01-17 00:08:21 +08:00
Michael Shilman
3dc5da601f v6.5.0-alpha.18 v6.5.0-alpha.18 2022-01-17 00:03:28 +08:00
Michael Shilman
ce7aa7f615 Update root, peer deps, version.ts/json to 6.5.0-alpha.18 [ci skip] 2022-01-16 23:53:49 +08:00
Michael Shilman
4a4f42a676 6.5.0-alpha.18 changelog 2022-01-16 23:53:30 +08:00
Michael Shilman
011617f7e5
Merge pull request #17249 from merceyz/merceyz/fix/process-fallback
Webpack: Fix for `process` fallback using `require.resolve`
2022-01-16 23:50:49 +08:00
Michael Shilman
1310bc3969 Fix manager-webpack5 process dependency 2022-01-16 23:21:44 +08:00
merceyz
b6bcdae0f2 fix(webpack5): use require.resolve for process fallback 2022-01-15 22:05:00 +01:00
jonniebigodes
fb4d3b204d
Merge pull request #17248 from storybookjs/chore_docs_expand_api_docs
Chore: (Docs) Complements the Addon API docs
2022-01-15 17:09:20 +00:00
jonniebigodes
e451ba83f8 Complements the Addon API docs 2022-01-15 17:04:01 +00:00
aritrakoley
4e6dfb4e1e Fix Issue #15924 (Number control does not update when using useArgs hook) 2022-01-15 19:32:23 +05:30
Michael Shilman
18e514a873 6.4.13 changelog 2022-01-15 12:21:58 +08:00
Michael Shilman
1593f12f9e
Merge pull request #12733 from andezzat/fix/forward-ref-warning
Official-storybook: Fix ForwardRefButtonInnerPropTypes warning
2022-01-15 11:27:52 +08:00
Michael Shilman
04d2902372 Merge pull request #15476 from hazem3500/patch-1
Jest: Add instructions to fix infinite loop in generating output in watch mode
2022-01-15 10:51:37 +08:00
Michael Shilman
fd42ebb59f Merge branch 'next' into pr/12733 2022-01-15 10:46:31 +08:00
jonniebigodes
2476e3ff9e
Merge pull request #17244 from storybookjs/chore_docs_fix_composition_link
Chore: (Docs) Fix dead link in sharing section
2022-01-14 21:49:22 +00:00
jonniebigodes
d6711e3cd2 fix dead link in sharing 2022-01-14 21:42:36 +00:00
Sam Magura
97bc4ee149 Add IS_STORYBOOK global variable
This is to let user code detect if it is running in Storybook.
2022-01-14 13:52:47 -05:00
Michael Shilman
bdf9e5ed85
Merge pull request #17242 from storybookjs/fix-pretter-2-3-formatting
Fix prettier 2.3 formatting across the codebase
2022-01-15 00:33:41 +08:00
Michael Shilman
8888ebc014 Fix prettier 2.3 formatting across the codebase 2022-01-14 23:26:56 +08:00