1215 Commits

Author SHA1 Message Date
Michael Shilman
30a22ce4c2 v6.2.0-alpha.31 2021-02-20 21:43:18 +08:00
Michael Shilman
c894e4957c Update git head to 6.2.0-alpha.30 2021-02-20 20:11:59 +08:00
Michael Shilman
35ad9e58eb v6.2.0-alpha.30 2021-02-20 20:05:37 +08:00
Norbert de Langen
240429ed2e
Merge branch 'next' into tech/core-builder
# Conflicts:
#	lib/core/src/server/config/defaults.ts
2021-02-19 12:14:50 +01:00
Michael Shilman
cce0587b64
Merge pull request #13919 from storybookjs/12071-consistent-defaultProp-handling
Args: Fix issues with string default values
2021-02-19 14:25:22 +08:00
Norbert de Langen
a337c757b2
Merge branch 'next' into tech/core-builder
# Conflicts:
#	addons/essentials/package.json
#	addons/graphql/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	app/angular/package.json
#	app/aurelia/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marionette/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/preact/package.json
#	app/rax/package.json
#	app/react/package.json
#	app/riot/package.json
#	app/server/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	app/vue3/package.json
#	app/web-components/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	lib/cli/src/versions.json
#	lib/core-server/src/__snapshots__/manager-dev
#	lib/core-server/src/__snapshots__/manager-prod
#	lib/core-server/src/__snapshots__/preview-dev
#	lib/core-server/src/__snapshots__/preview-prod
#	lib/core/package.json
#	lib/core/src/server/__snapshots__/cra-ts-essentials_manager-dev
#	lib/core/src/server/__snapshots__/manager-dev
#	lib/core/src/server/__snapshots__/manager-prod
#	lib/core/src/server/__snapshots__/preview-dev
#	lib/core/src/server/__snapshots__/preview-prod
#	lib/core/src/server/__snapshots__/vue-3-cli_manager-dev
#	lib/core/src/server/__snapshots__/vue-3-cli_preview-dev
#	lib/core/src/server/__snapshots__/vue-3-cli_preview-prod
#	lib/core/src/server/core-presets.test.ts
#	lib/ui/package.json
2021-02-18 16:05:08 +01:00
Norbert de Langen
08c73e4cba
prep for merge from next 2021-02-18 15:51:16 +01:00
Tom Coleman
b473e77caa Merge branch '12767-falsy-default-values' into 12071-consistent-defaultProp-handling 2021-02-18 16:02:02 +11:00
Michael Shilman
ab2219a71d Update git head to 6.2.0-alpha.29 2021-02-18 06:20:11 +08:00
Michael Shilman
66dbae1b4f v6.2.0-alpha.29 2021-02-18 06:13:39 +08:00
Michael Shilman
70ac9142b6
Merge pull request #13803 from storybookjs/url-state-sync
Core: Sync args state to URL
2021-02-17 23:04:17 +08:00
Gert Hengeveld
952c2e6c52 Rename file 2021-02-15 21:46:44 +01:00
Gert Hengeveld
f131c3769c Fix test 2021-02-15 17:04:52 +01:00
Gert Hengeveld
ce4b618da8 Fix initial args value and map args to their expected data type.
Warn when attempting to serialize or unserialize args with disallowed characters.
2021-02-15 14:53:40 +01:00
Norbert de Langen
4802dad406
Merge branch 'next' into tech/core-builder
# Conflicts:
#	addons/docs/package.json
#	addons/essentials/package.json
#	addons/graphql/package.json
#	addons/knobs/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	app/angular/package.json
#	app/aurelia/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marionette/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/preact/package.json
#	app/rax/package.json
#	app/react/package.json
#	app/riot/package.json
#	app/server/package.json
#	app/svelte/package.json
#	app/svelte/src/server/framework-preset-svelte.ts
#	app/vue/package.json
#	app/vue3/package.json
#	app/web-components/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/react-ts/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-3-cli/package.json
#	lib/cli/src/versions.json
#	lib/core/package.json
#	lib/ui/package.json
#	yarn.lock
2021-02-15 10:23:52 +01:00
Norbert de Langen
e52309a22c
prep for merge with next 2021-02-15 09:50:58 +01:00
Michael Shilman
fa1afb2be8 Update git head to 6.2.0-alpha.28 2021-02-15 14:39:29 +08:00
Michael Shilman
899ca0824d v6.2.0-alpha.28 2021-02-15 14:33:00 +08:00
Tom Coleman
2cbdda965c Allow falsey default args
For #12767
2021-02-15 16:11:54 +11:00
Michael Shilman
8de65887f5 Fix type export 2021-02-15 02:19:36 +08:00
Michael Shilman
09c4aa1d29 Fix PropDescriptor babel warnings 2021-02-15 02:14:32 +08:00
Michael Shilman
3f58b60c50 Update git head to 6.2.0-alpha.27 2021-02-15 01:26:50 +08:00
Michael Shilman
ca441e62dd v6.2.0-alpha.27 2021-02-15 01:20:55 +08:00
Michael Shilman
6d3bdf5437 Merge branch 'next' into feature/addon-controls-inferred-types 2021-02-14 20:45:03 +08:00
Yann Braga
7b4964bc54 feat(addon-controls): use matchers for args inference 2021-02-13 10:57:47 +01:00
Yann Braga
085a80b060 feat(client-api): infer color and date controls 2021-02-13 10:57:46 +01:00
Yann Braga
09bc787a63 refactor(addon-controls): improve argTypes filter 2021-02-13 10:57:05 +01:00
Yann Braga
354b93bf29 feat(client-api): add filterArgTypes function 2021-02-13 10:57:05 +01:00
Yann Braga
877434c4e8 feature(addon-controls): add ability to exclude/include args 2021-02-13 10:57:05 +01:00
Michael Shilman
d1f94167f5 Update git head to 6.2.0-alpha.26 2021-02-13 11:31:21 +08:00
Michael Shilman
dc281516a8 v6.2.0-alpha.26 2021-02-13 11:25:37 +08:00
Norbert de Langen
3308d6441f
Merge branch 'next' into tech/core-builder
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/controls/package.json
#	addons/cssresources/package.json
#	addons/design-assets/package.json
#	addons/docs/package.json
#	addons/essentials/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/graphql/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/queryparams/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/toolbars/package.json
#	addons/viewport/package.json
#	app/angular/package.json
#	app/aurelia/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marionette/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/preact/package.json
#	app/rax/package.json
#	app/react/package.json
#	app/riot/package.json
#	app/server/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	app/vue3/package.json
#	app/web-components/package.json
#	dev-kits/addon-decorator/package.json
#	dev-kits/addon-parameter/package.json
#	dev-kits/addon-preview-wrapper/package.json
#	dev-kits/addon-roundtrip/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/react-ts/package.json
#	examples/vue-3-cli/package.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli-sb/package.json
#	lib/cli-storybook/package.json
#	lib/cli/package.json
#	lib/cli/src/versions.json
#	lib/client-api/package.json
#	lib/client-logger/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/core-events/package.json
#	lib/core/package.json
#	lib/node-logger/package.json
#	lib/postinstall/package.json
#	lib/router/package.json
#	lib/source-loader/package.json
#	lib/theming/package.json
#	lib/ui/package.json
2021-02-11 20:24:48 +01:00
Norbert de Langen
b4c71d5e74
Merge branch 'next' into tech/core-builder
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/controls/package.json
#	addons/cssresources/package.json
#	addons/design-assets/package.json
#	addons/docs/package.json
#	addons/essentials/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/graphql/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/queryparams/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/toolbars/package.json
#	addons/viewport/package.json
#	app/angular/package.json
#	app/aurelia/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marionette/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/preact/package.json
#	app/rax/package.json
#	app/react/package.json
#	app/riot/package.json
#	app/server/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	app/vue3/package.json
#	app/web-components/package.json
#	dev-kits/addon-decorator/package.json
#	dev-kits/addon-parameter/package.json
#	dev-kits/addon-preview-wrapper/package.json
#	dev-kits/addon-roundtrip/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/react-ts/package.json
#	examples/vue-3-cli/package.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli-sb/package.json
#	lib/cli-storybook/package.json
#	lib/cli/package.json
#	lib/cli/src/versions.json
#	lib/client-api/package.json
#	lib/client-logger/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/core-events/package.json
#	lib/core/package.json
#	lib/node-logger/package.json
#	lib/postinstall/package.json
#	lib/router/package.json
#	lib/source-loader/package.json
#	lib/theming/package.json
#	lib/ui/package.json
2021-02-11 20:11:07 +01:00
Gert Hengeveld
931eed6698 Merge branch 'next' into url-state-sync 2021-02-11 17:29:33 +01:00
Gert Hengeveld
b3b9ea6505 Add test for how args are set on a story 2021-02-11 17:18:52 +01:00
Gert Hengeveld
1f75281c4e Directly set story args based on URL in story store rather than through an event 2021-02-11 15:22:39 +01:00
Michael Shilman
8a6a42ea2d Update git head to 6.2.0-alpha.25 2021-02-11 09:30:57 +08:00
Michael Shilman
d4ff49b2de v6.2.0-alpha.25 2021-02-11 09:24:46 +08:00
Norbert de Langen
3b45d2c4f9
Merge branch 'next' into tech/core-builder
# Conflicts:
#	CHANGELOG.md
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/controls/package.json
#	addons/cssresources/package.json
#	addons/design-assets/package.json
#	addons/docs/package.json
#	addons/docs/src/frameworks/common/preset.ts
#	addons/essentials/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/graphql/package.json
#	addons/jest/package.json
#	addons/jest/tsconfig.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/queryparams/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/toolbars/package.json
#	addons/viewport/package.json
#	app/angular/package.json
#	app/angular/src/client/preview/index.ts
#	app/angular/src/server/options.ts
#	app/aurelia/package.json
#	app/aurelia/src/server/options.ts
#	app/ember/package.json
#	app/ember/src/server/options.ts
#	app/html/package.json
#	app/html/src/server/options.ts
#	app/marionette/package.json
#	app/marionette/src/client/index.js
#	app/marionette/src/client/index.ts
#	app/marionette/src/client/preview/index.ts
#	app/marionette/src/server/framework-preset-marionette.ts
#	app/marionette/src/server/options.ts
#	app/marionette/src/typings.d.ts
#	app/marionette/tsconfig.json
#	app/marko/package.json
#	app/marko/src/client/index.js
#	app/marko/src/client/index.ts
#	app/marko/src/client/preview/index.ts
#	app/marko/src/server/framework-preset-marko.ts
#	app/marko/src/server/options.ts
#	app/marko/src/typings.d.ts
#	app/marko/tsconfig.json
#	app/mithril/package.json
#	app/mithril/src/server/options.ts
#	app/preact/package.json
#	app/preact/src/server/options.ts
#	app/rax/package.json
#	app/rax/src/client/preview/index.ts
#	app/rax/src/server/options.ts
#	app/rax/src/typings.d.ts
#	app/react/package.json
#	app/react/src/server/options.ts
#	app/riot/package.json
#	app/riot/src/client/preview/index.ts
#	app/riot/src/server/framework-preset-riot.ts
#	app/riot/src/server/options.ts
#	app/riot/src/typings.d.ts
#	app/riot/tsconfig.json
#	app/server/package.json
#	app/server/src/client/preview/types.ts
#	app/server/src/server/options.ts
#	app/svelte/package.json
#	app/svelte/src/server/options.ts
#	app/vue/package.json
#	app/vue/src/server/options.ts
#	app/vue3/package.json
#	app/vue3/src/client/preview/types.ts
#	app/vue3/src/server/framework-preset-vue3.ts
#	app/vue3/src/server/options.ts
#	app/vue3/src/typings.d.ts
#	app/vue3/tsconfig.json
#	app/web-components/package.json
#	app/web-components/src/client/preview/types.ts
#	app/web-components/src/server/options.ts
#	dev-kits/addon-decorator/package.json
#	dev-kits/addon-parameter/package.json
#	dev-kits/addon-preview-wrapper/package.json
#	dev-kits/addon-roundtrip/package.json
#	docs/versions/next.json
#	examples/angular-cli/package.json
#	examples/aurelia-kitchen-sink/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/dev-kits/package.json
#	examples/ember-cli/package.json
#	examples/html-kitchen-sink/package.json
#	examples/marko-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/rax-kitchen-sink/package.json
#	examples/react-ts/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/server-kitchen-sink/package.json
#	examples/standalone-preview/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-3-cli/package.json
#	examples/vue-3-cli/src/stories/Button.vue
#	examples/vue-3-cli/src/stories/Header.stories.js
#	examples/vue-3-cli/src/stories/Header.vue
#	examples/vue-3-cli/src/stories/Page.stories.js
#	examples/vue-3-cli/src/stories/Page.vue
#	examples/vue-3-cli/tsconfig.json
#	examples/vue-cli/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	lerna.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/api/src/version.ts
#	lib/builder-webpack4/src/preview/iframe-webpack.config.ts
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli-sb/package.json
#	lib/cli-storybook/package.json
#	lib/cli/package.json
#	lib/cli/src/versions.json
#	lib/client-api/package.json
#	lib/client-logger/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/core-events/package.json
#	lib/core-server/src/cli/dev.ts
#	lib/core-server/src/manager/manager-webpack.config.ts
#	lib/core/client.js
#	lib/core/package.json
#	lib/core/server.js
#	lib/core/src/server/build-dev.ts
#	lib/core/src/server/build-static.ts
#	lib/core/src/server/common/es6Transpiler.ts
#	lib/core/src/server/dev-server.ts
#	lib/core/src/server/preview/base-webpack.config.ts
#	lib/node-logger/package.json
#	lib/postinstall/package.json
#	lib/router/package.json
#	lib/source-loader/package.json
#	lib/theming/package.json
#	lib/ui/package.json
#	lib/ui/tsconfig.json
#	package.json
#	scripts/build-manager.js
#	yarn.lock
2021-02-08 15:43:50 +01:00
Michael Shilman
e56f5d1cb6 Update git head to 6.2.0-alpha.24 2021-02-06 09:51:13 +08:00
Michael Shilman
8001ec00b1 v6.2.0-alpha.24 2021-02-06 09:45:29 +08:00
Michael Shilman
de27374e66 Update git head to 6.2.0-alpha.23 2021-02-05 14:57:58 +08:00
Michael Shilman
da6c7fca24 v6.2.0-alpha.23 2021-02-05 14:51:47 +08:00
Michael Shilman
d32af21d0c Update git head to 6.2.0-alpha.22 2021-02-05 06:35:49 +08:00
Michael Shilman
e35c88c7a7 v6.2.0-alpha.22 2021-02-05 06:29:11 +08:00
Michael Shilman
a67f8b5811 Update git head to 6.2.0-alpha.21 2021-02-04 16:15:06 +08:00
Michael Shilman
881800fbc3 v6.2.0-alpha.21 2021-02-04 16:08:27 +08:00
Gaëtan Maisse
b4f30f6a26
Merge pull request #13714 from phated/phated/ts-exclude-tests
Build: Exclude all test and story files from transpilation
2021-02-03 20:34:12 +01:00
Michael Shilman
c5c5a983ab Merge from next WIP 2021-02-03 22:34:44 +08:00
Michael Shilman
3d19e7c316 Update git head to 6.2.0-alpha.20 2021-02-02 09:47:16 +08:00