Norbert de Langen
|
341d549ca8
|
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
|
2022-11-18 14:18:00 +01:00 |
|
Kasper Peulen
|
e8ed15febc
|
Upgrade to TS 4.9
|
2022-11-17 16:24:12 +01:00 |
|
Norbert de Langen
|
7743017cd0
|
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
|
2022-11-17 10:07:52 +01:00 |
|
Michael Shilman
|
b5920aaef1
|
Update git head to 7.0.0-alpha.50, update yarn.lock [ci skip]
|
2022-11-17 15:10:36 +08:00 |
|
Michael Shilman
|
77184d0390
|
v7.0.0-alpha.50
|
2022-11-17 15:06:07 +08:00 |
|
Ian VanSchooten
|
c1a49c4c6c
|
Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
|
2022-11-16 14:20:48 -05:00 |
|
Kasper Peulen
|
a972ff2470
|
Merge pull request #19833 from storybookjs/kasper/expose-more-types
Expose more CSF types in all renderers
|
2022-11-16 10:17:59 +01:00 |
|
Norbert de Langen
|
b105b21001
|
regen lockfile, sync csf package version
|
2022-11-15 10:06:58 +01:00 |
|
Ian VanSchooten
|
25f7141c50
|
name jest projects using file path
|
2022-11-14 15:06:11 -05:00 |
|
Ian VanSchooten
|
e1d0790c9f
|
Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
# code/lib/preview-web/src/PreviewWeb.test.ts
# code/yarn.lock
|
2022-11-14 13:20:31 -05:00 |
|
Kasper Peulen
|
4d637a5b85
|
Expose more types in the renderer
|
2022-11-14 17:12:13 +01:00 |
|
Norbert de Langen
|
8eb96195a5
|
do not ts ignore test
|
2022-11-14 14:18:39 +01:00 |
|
Kasper Peulen
|
dcb3159294
|
Rename Framework to Renderer
|
2022-11-13 20:37:10 +01:00 |
|
Ian VanSchooten
|
3d3c23e9cd
|
Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
# code/addons/essentials/package.json
# code/addons/storyshots/storyshots-core/package.json
# code/lib/api/package.json
# code/yarn.lock
|
2022-11-13 11:59:45 -05:00 |
|
Michael Shilman
|
6fc49dd1b2
|
Update git head to 7.0.0-alpha.49, update yarn.lock [ci skip]
|
2022-11-13 23:54:31 +08:00 |
|
Michael Shilman
|
d7eb433300
|
v7.0.0-alpha.49
|
2022-11-13 23:50:52 +08:00 |
|
Ian VanSchooten
|
dfb9384de6
|
Create separate jest projects in /lib
This allows us to run some projects with node, and others with browser environment
|
2022-11-10 13:46:42 -05:00 |
|
Norbert de Langen
|
226f9a4c41
|
Merge pull request #19623 from storybookjs/tom/sb-850-allow-passing-webview-and-urlstore-to
Core: Allow overriding WebView and UrlStore
|
2022-11-08 17:18:20 +01:00 |
|
Michael Shilman
|
99fe5792f9
|
Update git head to 7.0.0-alpha.48, update yarn.lock [ci skip]
|
2022-11-07 16:00:44 +08:00 |
|
Michael Shilman
|
b58a29b785
|
v7.0.0-alpha.48
|
2022-11-07 15:56:24 +08:00 |
|
Tom Coleman
|
2becfed339
|
Merge remote-tracking branch 'origin/next' into tom/sb-850-allow-passing-webview-and-urlstore-to
|
2022-11-04 14:03:12 +11:00 |
|
Tom Coleman
|
a29323d722
|
Update to renderToCanvas + canvasElement
Update from https://github.com/ComponentDriven/csf/pull/53
|
2022-11-04 13:48:56 +11:00 |
|
Tom Coleman
|
08863527cf
|
Merge remote-tracking branch 'origin/next' into tom/sb-882-use-mdx-tag-instead-of-matching-on
|
2022-11-04 13:22:40 +11:00 |
|
Norbert de Langen
|
5eaf7d89ed
|
Merge pull request #19720 from storybookjs/tech/revert-back-removal-of-re-export
undo - client-api should export from store
|
2022-11-03 08:46:11 +01:00 |
|
Norbert de Langen
|
e789ca6fa9
|
add re-export back that I removed in https://github.com/storybookjs/storybook/pull/19580
|
2022-11-02 14:30:21 +01:00 |
|
Tom Coleman
|
6e256cd2ab
|
Allow setting docsPage = automatic to set docs entries for all components
|
2022-11-02 16:19:51 +11:00 |
|
Tom Coleman
|
c7c4498965
|
Update client-api to use tags instead of filename to detect MDX stories
|
2022-11-02 15:41:31 +11:00 |
|
Tom Coleman
|
95da68c93e
|
Drop second parameter, and read root element type off framework
|
2022-11-02 12:57:34 +11:00 |
|
Tom Coleman
|
a7f29b71de
|
Add rootElement to Framework and add Framework
|
2022-11-02 12:48:26 +11:00 |
|
Michael Shilman
|
93e154bc4d
|
Update git head to 7.0.0-alpha.47, update yarn.lock [ci skip]
|
2022-11-01 12:18:02 +08:00 |
|
Michael Shilman
|
1c706a4a77
|
v7.0.0-alpha.47
|
2022-11-01 12:14:02 +08:00 |
|
Tom Coleman
|
816930c28a
|
Fix various missed types
|
2022-11-01 14:03:55 +11:00 |
|
Michael Shilman
|
a2174e328c
|
Update git head to 7.0.0-alpha.46, update yarn.lock [ci skip]
|
2022-10-28 21:32:45 +08:00 |
|
Michael Shilman
|
c64b5be851
|
v7.0.0-alpha.46
|
2022-10-28 21:28:37 +08:00 |
|
Ian VanSchooten
|
393a12aac3
|
Use explicit type imports
|
2022-10-27 19:33:39 -04:00 |
|
Tom Coleman
|
06907e106e
|
Merge remote-tracking branch 'origin/next' into tom/sb-831-only-generate-docs-page-for-tagged
|
2022-10-28 09:42:16 +11:00 |
|
Michael Shilman
|
b60bd552fe
|
Update git head to 7.0.0-alpha.45, update yarn.lock [ci skip]
|
2022-10-28 05:58:51 +08:00 |
|
Michael Shilman
|
3ef1436611
|
v7.0.0-alpha.45
|
2022-10-28 05:55:09 +08:00 |
|
Michael Shilman
|
323d1271e5
|
Update git head to 7.0.0-alpha.44, update yarn.lock [ci skip]
|
2022-10-27 21:57:47 +08:00 |
|
Michael Shilman
|
d4965bd328
|
v7.0.0-alpha.44
|
2022-10-27 21:52:14 +08:00 |
|
Tom Coleman
|
835e1f217a
|
Allow setting tags in storiesOf via parameters.
|
2022-10-27 14:44:14 +11:00 |
|
Tom Coleman
|
ed39244a41
|
Merge branch 'tom/sb-829-add-story-tags-to-the-index-index' into tom/sb-831-only-generate-docs-page-for-tagged
|
2022-10-27 14:21:11 +11:00 |
|
Tom Coleman
|
c3c059af53
|
Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-tags-to-the-index-index
|
2022-10-26 21:21:58 +11:00 |
|
Tom Coleman
|
6912c9e801
|
Update tests for v6 store
|
2022-10-26 20:20:57 +11:00 |
|
Norbert de Langen
|
8bc4b24f3b
|
fixing linting
|
2022-10-26 10:02:19 +02:00 |
|
Tom Coleman
|
97f2e1e8c7
|
Merge branch 'tom/sb-829-add-story-tags-to-the-index-index' into tom/sb-831-only-generate-docs-page-for-tagged
|
2022-10-26 17:58:23 +11:00 |
|
Norbert de Langen
|
9e60c3428f
|
Merge branch 'next' into ugrades/eslint
|
2022-10-26 08:51:41 +02:00 |
|
Tom Coleman
|
5c3ad2d2b5
|
Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-tags-to-the-index-index
|
2022-10-26 17:46:18 +11:00 |
|
Tom Coleman
|
b373ed9486
|
Ensure story tags *override* component tags
|
2022-10-26 17:44:47 +11:00 |
|
Tom Coleman
|
880739d940
|
Don't show docspage unless the user opts in
|
2022-10-26 17:32:44 +11:00 |
|