28929 Commits

Author SHA1 Message Date
Michael Shilman
4d29a4e442 Update root, peer deps to 6.0.0-rc.16 2020-07-28 22:09:31 +08:00
Michael Shilman
01c4440598 6.0.0-rc.16 changelog 2020-07-28 22:06:45 +08:00
Michael Shilman
9dc129032a
Merge pull request #11707 from storybookjs/11591-source-loader-perf
Source-loader: Inject source snippets as story parameters
2020-07-28 21:59:13 +08:00
Michael Shilman
6dfe50f3c9
Merge pull request #11710 from storybookjs/11678-source-loader-handle-bind
Source-loader: Handle bind expression stories
2020-07-28 20:03:19 +08:00
Michael Shilman
b4deb2422a Source-loader: Expand X.bind({}) stories in CSF 2020-07-28 18:38:54 +08:00
Norbert de Langen
dcc23b57b1
Merge pull request #11066 from storybookjs/feature/add-skip-to-content
feat: add skip to content on panel and story iframe
2020-07-28 11:20:56 +02:00
Norbert de Langen
ac67e1e54f
Merge branch 'next' into feature/add-skip-to-content 2020-07-28 10:36:19 +02:00
Norbert de Langen
6ecfd49576
Merge pull request #11699 from storybookjs/fix/11398-docsOnly-layout
Addon-docs: Fix docs render layout to always be 'fullscreen'
2020-07-28 09:41:30 +02:00
Norbert de Langen
2f154b1987
Merge pull request #11700 from storybookjs/fix/settings-pages-cherry-pick
Cherry pick #11576, fix bug for non-dev builds of SB for release notes
2020-07-28 09:40:26 +02:00
Michael Shilman
ef3da027cf Source-loader: injectParameters => injectStoryParameters 2020-07-28 15:11:46 +08:00
Michael Shilman
ee45f72e3f Source-loader: Inject source snippets as story parameters 2020-07-28 15:04:31 +08:00
Michael Shilman
f9ff83e8a1
Merge pull request #11354 from storybookjs/add-yarn-2-e2e-tests
CLI: Update some framework templates, rework Yarn 2 usage in E2E and comment outdated E2E configs
2020-07-28 14:25:57 +08:00
Kyle Suss
84c03baa7a Fix Menu stories, add one that exludes release notes 2020-07-27 14:14:01 -06:00
Kyle Suss
355b15b24f Fix DeepScan issues 2020-07-27 13:24:14 -06:00
Kyle Suss
c1212ffb26 Cherry pick #11576, fix bug for non-dev builds of SB for release notes 2020-07-27 13:01:40 -06:00
Norbert de Langen
8ce418ba18
Merge pull request #11064 from markhuot/next
Addon-Storyshots: Adding web-component support
2020-07-27 16:06:27 +02:00
Norbert de Langen
d2cb5137e4
FIX the layout of docsOnly pages & docs in general 2020-07-27 15:47:49 +02:00
Norbert de Langen
ce99a6060f
Merge branch 'next' into next 2020-07-27 12:31:59 +02:00
Michael Shilman
20812c9cc4
Merge pull request #11281 from storybookjs/fix/addon-docs/list_styles
Addon-docs: Apply list styles over reset
2020-07-27 14:32:30 +08:00
Michael Shilman
3b31cd651b 6.0.0-rc.15 next.json version file 2020-07-27 13:08:59 +08:00
Michael Shilman
bfe7fd5624 Update version.ts to 6.0.0-rc.15 2020-07-27 13:03:55 +08:00
Michael Shilman
7354abe09c v6.0.0-rc.15 v6.0.0-rc.15 2020-07-27 12:54:15 +08:00
Michael Shilman
b6e017d8c2 Update root, peer deps to 6.0.0-rc.15 2020-07-27 12:54:04 +08:00
Michael Shilman
98f3923b52 6.0.0-rc.15 changelog 2020-07-27 12:26:41 +08:00
Michael Shilman
7a1d8e5cb0
Merge pull request #11680 from jonspalmer/server_to_controls
Server: Update to 6.0 APIs and support Controls
2020-07-27 12:25:00 +08:00
Michael Shilman
a053d4b3c3
Merge pull request #11679 from storybookjs/fix/broken-storysource-when-no-story
Addon-storysource: Fix broken source when there's no story
2020-07-27 12:24:09 +08:00
Jon Palmer
a99f66a551
add fetchStoryHtml parameter support 2020-07-26 08:50:18 -04:00
Jon Palmer
a1b44d9e24
cleanup 2020-07-26 08:46:24 -04:00
Jon Palmer
3d7da43571
Update Server to 6.0 APIs and support Controls 2020-07-26 08:46:23 -04:00
Michael Shilman
5d453ae959
Merge pull request #11690 from storybookjs/fix-11315
Addon-knobs: Move `@types/react-color` to devDeps
2020-07-26 09:43:10 +08:00
Gaëtan Maisse
c115867654
feat(knobs): move @types/react-color from dep to devDeps
No definition file is using it anymore so we can move this regular dep to devDeps.
2020-07-25 20:14:16 +02:00
Gaëtan Maisse
5b59ae62f4
fix(knobs): update visibility of methods to avoid too broad .d.ts files
All theses functions shouldn't be used outside the class, making them private simplify the types generated in type definition files (`.d.ts`).
This enable us to move some deps to devDeps if they are not used (imported) in generated definition files.
2020-07-25 20:13:15 +02:00
Gaëtan Maisse
a8090fbde9
feat(cli): update Web component template with Button, Header and Page stories 2020-07-25 19:59:01 +02:00
Gaëtan Maisse
f3e122bca0
feat(cli): update Mithril template with Button, Header and Page stories 2020-07-25 19:59:01 +02:00
Gaëtan Maisse
6c9f09f25e
refactor(e2e): rename tests folders to {{name}}-{{version}}
It was previously `{{name}}-v{{version}}` but the `v` isn't needed as we are using `latest` version in many and `vX-lts` for angular.
2020-07-25 19:59:01 +02:00
Gaëtan Maisse
cd1b48f245
feat(e2e): add --use-local-sb-cli flag to run E2E tests with local @storybook/cli package 2020-07-25 19:59:00 +02:00
Gaëtan Maisse
359ee22983
chore(e2e): comment HTML e2e config as stories used in CLI need to be updated 2020-07-25 19:59:00 +02:00
Gaëtan Maisse
dfaa3ac87e
feat(e2e): remove riot@3 from e2e config list
Example stories for riot need to be updated.
Moreover, they should be migrated to riot@4.
2020-07-25 19:59:00 +02:00
Gaëtan Maisse
ca6784d274
feat(cli): update Rax template with Button, Header and Page stories 2020-07-25 19:59:00 +02:00
Gaëtan Maisse
ea8c5ee428
feat(e2e): use latest version of Yarn 2 when running tests
Using `latest` keyword with yarn 1 resolves to Yarn 1.x but we need Yarn 2.
2020-07-25 19:58:59 +02:00
Gaëtan Maisse
b1ad174bf3
refactor(e2e): make yarn add/install command run in e2e compatible with Yarn 2 2020-07-25 19:58:59 +02:00
Gaëtan Maisse
6515930833
refactor(e2e): use base CRA tests config for Yarn 2 instead of a custom one 2020-07-25 19:58:59 +02:00
Gaëtan Maisse
7e95114d79
feat(e2e): introduce --use-yarn-2 option to run tests with Yarn 2 2020-07-25 19:58:57 +02:00
Michael Shilman
59a3c87a99
Merge pull request #11472 from Marklb/marklb/fix-asset-normalize-win
Angular: Use system path when checking if asset is a directory
2020-07-25 17:01:03 +08:00
Michael Shilman
2175c6dce1
Merge pull request #11673 from storybookjs/tech/upgrade-telejson-for-backwards-compat
Composition: Fix composition of older storybooks
2020-07-24 21:10:05 +08:00
Norbert de Langen
75a8f083f5
FIX broken story-source when there's no story 2020-07-24 12:53:11 +02:00
Norbert de Langen
4a3d15ae16
FIX lockfile 2020-07-23 20:55:35 +02:00
Norbert de Langen
b88fd4f6e5
UPGRADE telejson 2020-07-23 19:58:23 +02:00
Michael Shilman
3bc466689b
Merge pull request #11667 from rek/patch-1
Typo: add missing comma in addons example
2020-07-23 21:24:09 +08:00
adam tombleson
e45cc5c94e
Typo: add missing comma in addons example 2020-07-23 11:39:41 +02:00