Gert Hengeveld
|
ff435afced
|
Consider default addons and auto refs when deciding to use the prebuilt manager. Avoid conflicting express routes.
|
2020-10-28 17:35:27 +01:00 |
|
Gert Hengeveld
|
30bd5c863a
|
Merge branch 'next' into 12702-instant-on-manager
|
2020-10-27 00:25:53 +01:00 |
|
Michael Shilman
|
675980df89
|
Merge pull request #12765 from storybookjs/12714-search-rfc
Search UX improvements
|
2020-10-27 06:19:13 +08:00 |
|
Michael Shilman
|
96a124e197
|
Merge pull request #12727 from guilhermewaess/refactor/storyrenderer-styles
Core: Add new layout style `none` and fix layout styles
|
2020-10-27 06:17:23 +08:00 |
|
Guilherme Waess
|
21ec3c9ac8
|
refactor: move layout from styles attr to css classes.
Remove logic from adding styles through styles attr and start to use css instead.
|
2020-10-26 22:34:39 +01:00 |
|
Gert Hengeveld
|
61ea0a167f
|
Fix missing isLoading prop.
|
2020-10-26 16:57:13 +01:00 |
|
Gert Hengeveld
|
3c38f89431
|
Fix types.
|
2020-10-26 16:48:17 +01:00 |
|
Michael Shilman
|
f883f080f2
|
v6.1.0-alpha.30
v6.1.0-alpha.30
|
2020-10-26 23:38:51 +08:00 |
|
Michael Shilman
|
c9d57f500f
|
Update root, peer deps, version.ts/json to 6.1.0-alpha.30
|
2020-10-26 23:38:02 +08:00 |
|
Michael Shilman
|
d595ba518f
|
6.1.0-alpha.30 changelog
|
2020-10-26 23:30:03 +08:00 |
|
Michael Shilman
|
76bd8ea673
|
Merge pull request #12903 from storybookjs/deps/babel
Deps: upgrade babel to 7.12
|
2020-10-26 23:28:04 +08:00 |
|
Michael Shilman
|
8842f3a094
|
Merge pull request #12908 from storybookjs/fix/relax-react-dependencies
React: Allow Storybook packages to use React 17.x
|
2020-10-26 23:26:42 +08:00 |
|
Michael Shilman
|
d31b1613ea
|
Merge pull request #12899 from storybookjs/12881-jsx-transform-react
React: Support JSX react transform introduced in 16.14.0
|
2020-10-26 23:22:42 +08:00 |
|
Michael Shilman
|
15f407722a
|
Merge pull request #12915 from matharden/patch-1
Correct typo on naming-components and hierarchy
|
2020-10-26 23:11:27 +08:00 |
|
Gert Hengeveld
|
fd6dbbf7c5
|
Fix DeepScan issues.
|
2020-10-26 15:54:57 +01:00 |
|
Gert Hengeveld
|
cf61235279
|
Merge branch 'next' into 12702-instant-on-manager
|
2020-10-26 15:48:27 +01:00 |
|
Gert Hengeveld
|
4a9293e214
|
Change max search results back to 50 because rendering 200 results gives noticeable lag.
|
2020-10-26 15:39:02 +01:00 |
|
Mat Harden
|
c954875139
|
Correct typo on naming-components and hierarchy
When referring to stories in the past tense, "show" should be "shown".
|
2020-10-26 14:39:02 +00:00 |
|
Gert Hengeveld
|
3df7c3218b
|
Fix various focus/blur issues with the search input.
|
2020-10-26 15:35:27 +01:00 |
|
Michael Shilman
|
651cf94d6a
|
Merge pull request #12905 from storybookjs/feat/killMDXCliOption
CLI: Deprecate '--story-format=mdx' option
|
2020-10-25 23:18:45 +08:00 |
|
Michael Shilman
|
d2b60eafa1
|
Merge pull request #12910 from storybookjs/12907-remove-react-is
Addon-docs: Remove react-is dependency
|
2020-10-25 23:16:46 +08:00 |
|
Brody McKee
|
32c2ea90a4
|
fix: allow Storybook packages to use React 17.x
|
2020-10-25 16:19:17 +02:00 |
|
Clément DUNGLER
|
78a9e9a844
|
Update lib/cli/src/initiate.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
|
2020-10-25 15:19:04 +01:00 |
|
Michael Shilman
|
859ebcbae7
|
Remove react-is dependency
|
2020-10-25 21:59:34 +08:00 |
|
Clément DUNGLER
|
ec1743d393
|
Merge branch '12881-jsx-transform-react' of https://github.com/storybookjs/storybook into 12881-jsx-transform-react
|
2020-10-25 14:56:47 +01:00 |
|
Clément DUNGLER
|
ab0d35b011
|
cleanup semver import
|
2020-10-25 14:55:58 +01:00 |
|
Michael Shilman
|
587be3ac3d
|
Remove unused import
|
2020-10-25 21:54:42 +08:00 |
|
Michael Shilman
|
e19a5cb09c
|
Merge pull request #12906 from storybookjs/test/jswRuntime
Test: jsx runtime
|
2020-10-25 21:53:21 +08:00 |
|
Clément DUNGLER
|
4667e7082c
|
cleanup
|
2020-10-25 11:05:19 +01:00 |
|
Clément DUNGLER
|
6f60abbdce
|
React test jsx runtime
|
2020-10-25 10:45:38 +01:00 |
|
Clément DUNGLER
|
22e70a2192
|
CLI: Deprecate '--story-format=mdx' option
|
2020-10-25 09:39:29 +01:00 |
|
Michael Shilman
|
87d8fa2bd2
|
Addon-docs: Add missing @babel/generator dep
|
2020-10-25 16:22:13 +08:00 |
|
Clément DUNGLER
|
e8324a7a5c
|
Deps: upgrade babel
|
2020-10-24 22:47:58 +02:00 |
|
Clément DUNGLER
|
434223de42
|
detect user's react version
|
2020-10-24 21:34:38 +02:00 |
|
Michael Shilman
|
271fb46d48
|
Don't use JSX transform when no react version
|
2020-10-25 00:54:32 +08:00 |
|
Michael Shilman
|
addf787442
|
React: Support JSX transform introduced in 16.14.0
|
2020-10-25 00:04:53 +08:00 |
|
Michael Shilman
|
902b366dfb
|
Merge pull request #12888 from literalpie/patch-1
Addon-docs: Lazy load iframes
|
2020-10-24 23:31:41 +08:00 |
|
Michael Shilman
|
23dedfcbd1
|
Fix typescript for lazy-loaded iframes
|
2020-10-24 22:34:07 +08:00 |
|
Michael Shilman
|
4edd42c859
|
Merge pull request #12889 from DaleSeo/patch-1
Fix syntax error in docs on DocsPage
|
2020-10-24 21:38:24 +08:00 |
|
Michael Shilman
|
fbccc28147
|
Merge pull request #12885 from BME5150/fix/snapshots-testing-docs
fix:snapshots-testing doc's mdx
|
2020-10-24 21:38:01 +08:00 |
|
Michael Shilman
|
ad20b1e34b
|
Merge pull request #12862 from FBerthelot/patch-3
Add reference to Canvas isColumn props
|
2020-10-24 21:37:21 +08:00 |
|
Michael Shilman
|
6490a0d646
|
Merge pull request #12887 from storybookjs/gaetanmaisse-patch-2
Toolbar: fix link in Readme
|
2020-10-24 21:22:40 +08:00 |
|
Dale Seo
|
91b07fb432
|
Fix syntax error
|
2020-10-23 13:06:33 -04:00 |
|
Benjamin Kindle
|
d74b1d069e
|
lazy load iframes
The added attribute is supported in Chrome, Opera, and Edge. Other browsers will behave the same as before.
Closes #7455
|
2020-10-23 11:58:09 -04:00 |
|
Gaëtan Maisse
|
d718143cd4
|
docs(addon-toolbar): fix link in Readme
|
2020-10-23 16:27:49 +02:00 |
|
Unknown
|
a09f41741b
|
fix:snapshots-testing doc's mdx
・typo
・Delete a comment(doesn't write anything.)
|
2020-10-23 21:47:18 +09:00 |
|
Michael Shilman
|
2536198fc6
|
Merge pull request #12870 from storybookjs/fix/viewports-drop-shadow
Addon-viewport: Fill entire iframe width with drop shadow
|
2020-10-23 18:56:54 +08:00 |
|
Michael Shilman
|
4e27001568
|
6.1.0-alpha.29 next.json version file
|
2020-10-23 18:51:25 +08:00 |
|
Michael Shilman
|
44db4db088
|
Update git head to 6.1.0-alpha.29
|
2020-10-23 18:47:26 +08:00 |
|
Michael Shilman
|
c4c9f9bf50
|
v6.1.0-alpha.29
v6.1.0-alpha.29
|
2020-10-23 18:41:35 +08:00 |
|