1339 Commits

Author SHA1 Message Date
Michael Shilman
3573a822c3 Update git head to 6.2.0-beta.4 2021-02-26 21:12:18 +08:00
Michael Shilman
09707a9b03 v6.2.0-beta.4 2021-02-26 21:02:43 +08:00
Michael Shilman
1a73e7463e
Merge pull request #14049 from storybookjs/fix-qs-encoding
Core: Support null and undefined in URL args
2021-02-26 17:41:27 +08:00
Gert Hengeveld
ee7aaa2663 Simplify a bit of logic 2021-02-26 09:43:48 +01:00
Gert Hengeveld
37ecf8c1ad No need to export 2021-02-26 09:43:16 +01:00
Gert Hengeveld
c2b87e314d Add support for null and undefined 2021-02-25 11:12:22 +01:00
Michael Shilman
2695e3d90c Update git head to 6.2.0-beta.3 2021-02-25 11:31:49 +08:00
Michael Shilman
b215c5d360 v6.2.0-beta.3 2021-02-25 11:25:31 +08:00
Michael Shilman
c2291caeaa Update git head to 6.2.0-beta.2 2021-02-24 13:08:04 +08:00
Michael Shilman
6836920db1 v6.2.0-beta.2 2021-02-24 13:01:28 +08:00
Michael Shilman
d5504bb1fe Update git head to 6.2.0-beta.1 2021-02-23 11:50:20 +08:00
Michael Shilman
409d897e6f v6.2.0-beta.1 2021-02-23 11:43:29 +08:00
Michael Shilman
513a1ba7d1 Update git head to 6.2.0-beta.0 2021-02-22 23:48:06 +08:00
Michael Shilman
88c8da9b94 v6.2.0-beta.0 2021-02-22 23:40:38 +08:00
Michael Shilman
08be5a17c2 Update git head to 6.2.0-alpha.35 2021-02-22 22:45:11 +08:00
Michael Shilman
95cf9c6118 v6.2.0-alpha.35 2021-02-22 22:37:36 +08:00
Michael Shilman
16c2f0438f Update git head to 6.2.0-alpha.34 2021-02-22 17:16:52 +08:00
Michael Shilman
557c58032e v6.2.0-alpha.34 2021-02-22 17:09:40 +08:00
Michael Shilman
b27a43dbcc Update git head to 6.2.0-alpha.33 2021-02-22 09:50:50 +08:00
Michael Shilman
149c8bb91b v6.2.0-alpha.33 2021-02-22 09:44:22 +08:00
Michael Shilman
d48d8d5a64 Update git head to 6.2.0-alpha.32 2021-02-21 16:56:41 +08:00
Michael Shilman
cb02d735a8 v6.2.0-alpha.32 2021-02-21 16:50:32 +08:00
Michael Shilman
0b1579c3a4 Update git head to 6.2.0-alpha.31 2021-02-20 21:49:16 +08:00
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