Michael Shilman
94aeb7ab94
Bumped react-dev-utils dependency to v10. ( #9579 )
...
Bumped react-dev-utils dependency to v10.
2020-01-21 21:04:49 +08:00
Norbert de Langen
2b95ec20db
FIX linting
2020-01-21 12:07:02 +01:00
Norbert de Langen
49cf0e4574
Merge branch 'next' into pr/urish/9557
2020-01-21 11:59:13 +01:00
Rob Caldecott
fd3324574d
Bumped react-dev-utils dependency to v10.
2020-01-21 08:54:28 +00:00
Michael Shilman
1cdbf1f528
Revert "Revert "Add BBC to list of examples""
2020-01-21 10:51:22 +08:00
Norbert de Langen
c35919c497
Typescript: Migrate `@storybook/polymer ( #9565 )
...
Typescript: Migrate `@storybook/polymer
2020-01-20 22:05:34 +01:00
Norbert de Langen
b8543b569c
Merge branch 'next' into pr/kroeder/8102
...
# Conflicts:
# app/polymer/package.json
2020-01-20 19:44:52 +01:00
Uri Shaked
1dfa5892e7
fix(webcomponents): make types play nicely with lit-element
...
Before this change, returning html`<sometag>...</sometag>` from `storiesOf(...).add` would result in the following error: Type 'TemplateResult' is not assignable to type 'StoryFnHtmlReturnType'
2020-01-20 13:42:01 +02:00
Norbert de Langen
bf9506e120
Merge branch 'next' into pr/avasuro/7981
...
# Conflicts:
# lib/cli/package.json
2020-01-20 11:58:12 +01:00
Norbert de Langen
59fbfe3630
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2
...
# Conflicts:
# addons/a11y/src/components/A11YPanel.test.js
# addons/a11y/src/components/__snapshots__/A11YPanel.test.js.snap
# lib/components/package.json
2020-01-20 11:33:43 +01: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
Norbert de Langen
3046a88f7c
Merge branch 'next-6.0.0' into ts-migration/polymer
2020-01-20 08:52:31 +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
Norbert de Langen
ad67e81011
Merge branch 'next-6.0.0' into ts-migration/polymer
2020-01-14 10:59:03 +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
287a3a7c7b
Angular: Fix missing architect properties ( #9390 )
...
Angular: Fix missing architect properties
2020-01-14 16:27:57 +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
Norbert de Langen
09d95aeedb
decrease size of snapshots by snapping the html instead && FIX snapshots
2020-01-11 10:38:00 +01:00
Michael Shilman
ee7b9591ba
v5.3.0
2020-01-11 17:27:43 +08:00
Kai Röder
f419b7fa21
fix(app/angular): add missing architect.build properties
...
previously angular-devkit has thrown an error if they were missing
fixes #9319
2020-01-11 10:03:58 +01:00
Kai Röder
7980eb656c
chore(app/angular): add additional log outputs
...
this should help improving the error reporting when a user has trouble using app/angular
2020-01-11 09:56:11 +01:00
Michael Shilman
aaef883c47
v5.3.0-rc.14
2020-01-11 16:46:54 +08:00
Michael Shilman
b3f08866b1
Merge branch 'master' into shilman/test-53-release-from-next
2020-01-11 15:09:59 +08:00
Michael Shilman
9042106880
v5.3.0-rc.13
2020-01-11 10:14:46 +08:00
Norbert de Langen
55b9876543
Merge branch 'next-6.0.0' into ts-migration/polymer
2020-01-11 02:33:41 +01:00
shisama
ad548e930c
Upgrade @types/webpack-env and @types/node to fix conflicting types
2020-01-09 19:33:03 +09: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
8146a57a8b
Merge branch 'next' into next-6.0.0
2020-01-08 15:15:22 +01:00
Michael Shilman
be4d06c0cd
Merge branch 'next' into pr/9250
2020-01-08 11:10:41 +08:00
Michael Shilman
7ba88f6506
React: Check CRA is installed before showing warning ( #9346 )
...
React: Check CRA is installed before showing warning
2020-01-08 01:49:39 +08:00
atanasster
12bbbcc22b
moved the check to avoid double-check
2020-01-07 11:42:23 -05: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
atanasster
01c0e7f846
check if CRA is installed before showing the warning
2020-01-07 11:28:17 -05:00
Michael Shilman
a44240e420
v5.3.0-rc.11
2020-01-07 21:55:35 +08:00
Michael Shilman
70b3a7aa30
v5.3.0-rc.10
2020-01-06 22:29:30 +08:00
Dale Seo
2db48fd44d
Update Welcome.tsx
2020-01-05 16:35:47 -05:00
Filipp Riabchun
b2dae4089f
Fix tests
2020-01-04 20:20:02 +00:00
Dale Seo
5e9598e7e3
Correct the file path for the Button story
2020-01-04 14:40:04 -05:00
Filipp Riabchun
37f5d27f28
Fix jsconfig support with CRA
2020-01-04 19:37:46 +00:00