710 Commits

Author SHA1 Message Date
Michael Shilman
8604717e15 MDX support is official 2020-01-21 18:56:07 +08:00
Norbert de Langen
3026db9303
Next 6.0.0 (#9212)
Next 6.0.0
2020-01-20 11:25:55 +01:00
Norbert de Langen
9ac9da64cd
Merge branch 'next' into next-6.0.0
# Conflicts:
#	addons/cssresources/package.json
#	examples/dev-kits/package.json
#	examples/rax-kitchen-sink/package.json
2020-01-20 09:06:35 +01: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
Michael Shilman
f32b34b493 v5.3.5 2020-01-17 03:28:19 +08:00
Michael Shilman
25850e1e34 v5.3.4 2020-01-16 14:17:49 +08:00
Norbert de Langen
f318220458
Merge branch 'next' into next-6.0.0
# Conflicts:
#	addons/cssresources/package.json
#	examples/dev-kits/package.json
#	examples/rax-kitchen-sink/package.json
2020-01-15 18:00:25 +01:00
Michael Shilman
24ee5fa747 v5.3.3 2020-01-14 17:54:05 +08:00
Michael Shilman
5164f5739d Merge branch 'next' 2020-01-14 16:48:46 +08:00
Michael Shilman
5d581285e2 v5.3.2 2020-01-13 23:31:56 +08:00
Norbert de Langen
5ba16515e3
Merge branch 'next' into next-6.0.0
# Conflicts:
#	addons/cssresources/package.json
#	docs/src/pages/configurations/options-parameter/index.md
#	examples/dev-kits/package.json
#	examples/rax-kitchen-sink/package.json
#	lib/api/src/index.tsx
#	lib/core-events/src/index.ts
#	yarn.lock
2020-01-13 15:27:35 +01:00
Norbert de Langen
9c0d0f240f
CHANGE docs & examples to prefer webpackFinal over webpack property https://github.com/storybookjs/storybook/issues/9396 2020-01-13 12:23:15 +01:00
Michael Shilman
14f9760411 v5.3.1 2020-01-12 23:32:39 +08:00
Michael Shilman
ee7b9591ba v5.3.0 2020-01-11 17:27:43 +08:00
Michael Shilman
aaef883c47 v5.3.0-rc.14 2020-01-11 16:46:54 +08:00
Michael Shilman
9042106880 v5.3.0-rc.13 2020-01-11 10:14:46 +08:00
Michael Shilman
bec2df77c8 Addon-docs: Fix link CORS errors using channel navigate event 2020-01-10 22:47:51 +08:00
Norbert de Langen
5c6934635c Merge branch 'next' into next-6.0.0 2020-01-09 11:40:34 +01:00
Beth Pan
1e5220bdb3
[Addon-docs][Web Components] Update 'props' to 'properties'
Update 'props' section title to 'properties'
2020-01-08 17:53:43 -08:00
Norbert de Langen
9641759a88
Merge branch 'next' into next-6.0.0
# Conflicts:
#	examples/dev-kits/package.json
#	examples/rax-kitchen-sink/package.json
2020-01-08 19:32:26 +01:00
Michael Shilman
2c0b28727a v5.3.0-rc.12 2020-01-08 22:48:35 +08:00
Norbert de Langen
1ba6aab2d6
Merge branch 'next' into next-6.0.0
# Conflicts:
#	examples/dev-kits/package.json
2020-01-07 17:29:34 +01:00
Michael Shilman
a44240e420 v5.3.0-rc.11 2020-01-07 21:55:35 +08:00
Michael Shilman
554f1047e2 Update main.js MIGRATION instructions 2020-01-07 10:54:35 +08:00
Michael Shilman
70b3a7aa30 v5.3.0-rc.10 2020-01-06 22:29:30 +08:00
Michael Shilman
5d47d072a3
Addon-docs: Fix scroll behavior on page navigation (#9331)
Addon-docs: Fix scroll behavior on page navigation
2020-01-06 16:17:14 +08:00
patrick.lafrance
eaa7d84b93 Only render anchor when in docs viewmode 2020-01-05 18:12:29 -05:00
patrick.lafrance
49b281f382 Meta component render an anchor 2020-01-05 17:50:11 -05:00
Michael Shilman
16da56cf90 v5.3.0-rc.9 2020-01-04 20:55:28 +08:00
Michael Shilman
755e90db0f v5.3.0-rc.8 2020-01-03 16:46:30 +08:00
Michael Shilman
f54e19061b v5.3.0-rc.7 2020-01-02 11:00:58 +08:00
Michael Shilman
25f36c6492 v5.3.0-rc.6 2019-12-31 16:23:38 +08:00
Michael Shilman
078366baef
Main.js: Combine presets/registers in addons field (#9246)
Main.js: Combine presets/registers in `addons` field
2019-12-31 16:14:37 +08:00
Michael Shilman
316c8cc826 Main.js Combine addons/presets in documentation 2019-12-31 15:20:27 +08:00
Michael Shilman
49e0ffa811 v5.3.0-rc.5 2019-12-31 03:34:30 +08:00
Michael Shilman
0efb742947 Addon-docs: Don't show stories heading when there are no stories 2019-12-31 02:22:12 +08:00
Michael Shilman
1681a28c83 v5.3.0-rc.4 2019-12-28 21:06:53 +08:00
Michael Shilman
ddaa466869
Addon-docs: Fix MDX story rendering with dynamic component titl… (#9248)
Addon-docs: Fix MDX story rendering with dynamic component titles
2019-12-28 08:56:25 +08:00
Michael Shilman
86bff9abaa Remove unused import 2019-12-28 00:47:47 +08:00
Michael Shilman
5934ee9a0a Fix ID generation heuristic for dynamic titles 2019-12-27 23:29:22 +08:00
Michael Shilman
9c5005e16c v5.3.0-rc.3 2019-12-26 20:08:26 +08:00
Michael Shilman
996f0f8db1 Update version.ts to 5.3.0-rc.2 2019-12-26 20:01:12 +08:00
Michael Shilman
4b9d901add v5.3.0-rc.2 2019-12-26 19:55:40 +08:00
Michael Shilman
532263cc66 Update snapshots 2019-12-26 11:50:22 +08:00
Michael Shilman
544444f410 MDX: Make story name => ID generation handle dynamic titles 2019-12-26 11:45:18 +08:00
Michael Shilman
423665b094 Make presets loadable in main.js addons array 2019-12-25 21:26:53 +08:00
Norbert de Langen
caa153a1fb Merge branch 'next' into next-6.0.0 2019-12-24 13:25:24 +01:00
Matthew Irish
9e31e3d913 include ember files when publishing addon-docs 2019-12-23 15:08:54 -06:00