1168 Commits

Author SHA1 Message Date
Michael Shilman
7970836309 v6.0.0-alpha.21 2020-03-05 17:26:05 +08:00
Michael Shilman
dac6752d47 v6.0.0-alpha.20 2020-02-27 08:26:52 +08:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Michael Shilman
480370557a v6.0.0-alpha.18 2020-02-22 04:31:14 +08:00
Michael Shilman
36327ee08e v6.0.0-alpha.17 2020-02-21 11:58:31 +08:00
Michael Shilman
b2d08977a3 v6.0.0-alpha.16 2020-02-21 11:45:13 +08:00
Michael Shilman
efd0256348 v6.0.0-alpha.15 2020-02-20 11:54:32 +08:00
Norbert de Langen
e8c41383a1
Merge branch 'next' into refactor-client-api 2020-02-19 15:13:13 +01:00
Tom Coleman
b8b8454dbc Remove multiple decorator from background stories 2020-02-19 21:38:26 +11:00
Michael Shilman
4341bc65f7 v6.0.0-alpha.14 2020-02-19 06:53:15 +08:00
Tom Coleman
36253648e4 Fix addon-centered stories to only add decorator once 2020-02-18 20:25:56 +11:00
Tom Coleman
42d21a223c Update snapshots 2020-02-18 20:16:51 +11:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
Michael Shilman
ba5430acb5 v6.0.0-alpha.12 2020-02-14 01:00:02 +08:00
Norbert de Langen
57b7aceed4
Merge branch 'next' into core/ui-cleanup 2020-02-13 11:16:16 +01:00
Michael Shilman
f46cdcf7f4 v6.0.0-alpha.11 2020-02-13 12:07:31 +08:00
Norbert de Langen
bca6253604
ADD back to gitignore 2020-02-12 00:59:39 +01:00
Norbert de Langen
db15015c03
FIX missing testresults 2020-02-12 00:59:17 +01:00
Michael Shilman
558371ae9d v6.0.0-alpha.10 2020-02-11 22:29:59 +08:00
Norbert de Langen
1f88b054fc
CHANGE to use yarn 2020-02-10 16:48:10 +01:00
Michael Shilman
4f0a75c824 v6.0.0-alpha.9 2020-02-09 01:24:54 +08:00
Michael Shilman
582b5c4f43 v6.0.0-alpha.8 2020-02-08 00:22:00 +08:00
Michael Shilman
45c0400457 v6.0.0-alpha.7 2020-02-07 23:46:35 +08:00
Michael Shilman
ec8a5d4644 Add MDX props example for angular 2020-02-07 09:19:27 +08:00
Michael Shilman
34bfe84397 v6.0.0-alpha.6 2020-02-05 07:42:41 +08:00
Michael Shilman
7393fc18ce v6.0.0-alpha.5 2020-02-04 16:51:13 +08:00
Michael Shilman
b8fdc3e31d Addon-a11y: Update preset registration & document in MIGRATION.md 2020-02-04 16:26:36 +08:00
Michael Shilman
1b8dc9625b Merge branch 'next' into pr/9697 2020-02-04 15:19:26 +08:00
Michael Shilman
d7f493b305 v6.0.0-alpha.4 2020-02-03 23:47:53 +08:00
Dave Cross
c8a8fd550e
Merge branch 'next' into 9471-A11y-preset 2020-02-03 08:37:31 -07:00
Norbert de Langen
746b2a4f11
Merge branch 'next' into upgrades
# Conflicts:
#	addons/essentials/package.json
#	addons/notes/package.json
#	addons/storyshots/storyshots-core/package.json
#	app/angular/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/preact/package.json
#	app/react/package.json
#	app/vue/package.json
#	app/web-components/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/cli/package.json
#	lib/core/package.json
#	yarn.lock
2020-02-03 13:40:26 +01:00
Michael Shilman
7f11ee2d76 v6.0.0-alpha.3 2020-02-02 13:47:43 +08:00
Dave Cross
3e31910d7b Change all examples to use addon-a11y preset. 2020-01-31 16:41:55 -07:00
Kai Roeder
b063989550 fix example angular-cli tsconfig.spec path 2020-01-31 23:17:19 +01:00
Norbert de Langen
871e328ef7
UPGRADE protractor 2020-01-30 22:54:51 +01:00
Norbert de Langen
f136bc9c52
UPGRADE node types 2020-01-30 22:39:22 +01:00
Norbert de Langen
523286dda7
UPGRADE node 2020-01-30 17:02:29 +01:00
Norbert de Langen
c4945f315e
UPGRADE webpack 2020-01-30 16:50:18 +01:00
Norbert de Langen
1994020cd5
UPGRADE jest 2020-01-30 16:34:54 +01:00
Norbert de Langen
60655c118e
Merge branch 'next' into remove/addon-notes-info
# Conflicts:
#	addons/info/package.json
#	addons/notes/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/ember-cli/package.json
#	examples/html-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/official-storybook/stories/addon-notes.stories.js
#	examples/preact-kitchen-sink/package.json
#	examples/rax-kitchen-sink/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
2020-01-30 15:56:28 +01:00
Michael Shilman
779ef4791d v6.0.0-alpha.2 2020-01-30 21:36:20 +08:00
Norbert de Langen
9530f234c9
REMOVE unneeded snapshots 2020-01-29 17:24:33 +01:00
Norbert de Langen
924e403786
REMOVE addon-info & addon-notes
They have been MOVED to https://github.com/storybookjs/deprecated-addons
2020-01-29 17:15:27 +01:00
Michael Shilman
81cb58e2f0 v6.0.0-alpha.1 2020-01-23 20:19:16 +08:00
Norbert de Langen
3fd5ceef5b
Merge branch 'next' of github.com:storybooks/storybook into next 2020-01-21 15:45:36 +01:00
Norbert de Langen
045db27eea
FIX lockfile & FIX linting 2020-01-21 15:44:42 +01:00
Michael Shilman
0cccdabb53 v6.0.0-alpha.0 2020-01-21 22:18:48 +08:00
Gaëtan Maisse
36ee762ec7 fix: clean usage of @types/webpack-env dep in all packages
- `@types/webpack-env` must be defined as `dependencies` in packages that export a type/function using typings from `@types/webpack-env` (it is often `NodeModule`). In that case `/// <reference types="webpack-env" />` is present in some files of the `dist` folder of the lib. Example: `lib/client-api`.
 - `@types/webpack-env` must be defined as `devDependencies` in packages that use its typings internally but does not expose anything related to it. Many addons need the type because they use `module.hot` function. Example: `addons/a11y`
 - `webpack-env` should be removed from "compilerOptions.types" key of `tsconfig.json` of packages that don't need it.

 I also bump `@types/webpack-env` to ^1.15.0 to have the same version all across the monorepo
2020-01-20 08:41:44 +01:00
Michael Shilman
d6d745006f v5.3.7 2020-01-20 14:51:39 +08:00
Michael Shilman
b609ebbec1 v5.3.6 2020-01-17 16:10:45 +08:00