Skip to content

Commit b0e10fb

Browse files
committed
Merge branch 'next' into core/netlify-again
2 parents d2d5e94 + d401a25 commit b0e10fb

File tree

300 files changed

+1753
-11819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+1753
-11819
lines changed

.babelrc.js

-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ module.exports = {
6868
test: withTests,
6969
},
7070
},
71-
{
72-
test: './app/react-native',
73-
presets: ['module:metro-react-native-babel-preset'],
74-
plugins: ['babel-plugin-macros', ['emotion', { sourceMap: true, autoLabel: true }]],
75-
},
7671
{
7772
test: [
7873
'./lib/node-logger',

.circleci/config.yml

-29
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
- run:
8080
name: Run chromatic on the pre-built mithril-kitchen-sink example
8181
command: yarn chromatic --storybook-build-dir="built-storybooks/mithril-kitchen-sink" --app-code="8adgm46jzk8"
82-
- run:
83-
name: Run chromatic on the pre-built polymer-cli example
84-
command: yarn chromatic --storybook-build-dir="built-storybooks/polymer-cli" --app-code="o6jl9kmh0qd"
8582
- run:
8683
name: Run chromatic on the pre-built preact-kitchen-sink example
8784
command: yarn chromatic --storybook-build-dir="built-storybooks/preact-kitchen-sink" --app-code="ls0ikhnwqt"
@@ -194,11 +191,6 @@ jobs:
194191
command: |
195192
cd examples/ember-cli
196193
yarn storybook --smoke-test --quiet
197-
- run:
198-
name: Run polymer-cli (smoke test)
199-
command: |
200-
cd examples/polymer-cli
201-
yarn storybook --smoke-test --quiet
202194
- run:
203195
name: Run marko-cli (smoke test)
204196
command: |
@@ -229,24 +221,6 @@ jobs:
229221
command: |
230222
cd examples/cra-react15
231223
yarn storybook --smoke-test --quiet
232-
native-smoke-tests:
233-
<<: *defaults
234-
steps:
235-
- checkout
236-
- attach_workspace:
237-
at: .
238-
- run:
239-
name: Bootstrap
240-
command: yarn bootstrap --core
241-
- run:
242-
name: Run React-Native-App example
243-
command: |
244-
cd examples-native/crna-kitchen-sink
245-
yarn storybook --smoke-test
246-
- run:
247-
name: Publish React-Native-App example
248-
command: |
249-
./scripts/crna-publish.js
250224
frontpage:
251225
<<: *defaults
252226
steps:
@@ -334,9 +308,6 @@ workflows:
334308
- packtracker:
335309
requires:
336310
- build
337-
- native-smoke-tests:
338-
requires:
339-
- build
340311
- test:
341312
requires:
342313
- build

.github/CODEOWNERS

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
/addons/viewport/ @saponifi3d
1919

2020
/app/angular/ @alterx @igor-dv
21-
/app/polymer/ @ndelangen @naipath @leonrodenburg
2221
/app/react/ @xavcz @shilman @thomasbertet
23-
/app/react-native/ @rmevans9 @Gongreg @tmeasday
2422
/app/vue/ @thomasbertet @kazupon
2523
/app/svelte/ @plumpNation
2624

@@ -30,7 +28,6 @@
3028
/examples/cra-kitchen-sink/ @ndelangen @UsulPro
3129
/examples/cra-ts-kitchen-sink/ @mucsi96
3230
/examples/official-storybook/ @UsulPro
33-
/examples/polymer-cli/ @naipath @igor-dv
3431
/examples/vue-kitchen-sink/ @igor-dv @alexandrebodin
3532
/examples/svelte-kitchen-sink/ @plumpNation
3633

.github/autolabeler.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
'addon: storyshots': ["addons/storyshots/**"]
1414
'addon: viewport': ["addons/viewport/**"]
1515
'app: angular': ["app/angular/**"]
16-
'app: polymer ': ["app/polymer/**"]
1716
'app: preact': ["app/preact/**"]
1817
'app: rax': ["app/rax/**"]
19-
'app: react-native': ["app/react-native/**"]
2018
'app: react': ["app/react/**"]
2119
'app: vue': ["app/vue/**"]
2220
'app: svelte': ["app/svelte/**"]

.github/automention.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
'app: ember': ['gabrielcsapo']
33
'app: html': ['Hypnosphi']
44
'app: marko': ['nm123github']
5-
'app: polymer': ['stijnkoopal', 'ndelangen']
65
'app: preact': ['BartWaardenburg']
76
'app: rax': ['SoloJiang']
8-
'app: react-native': ['benoitdion', 'gongreg']
9-
'app: react-native-server': ['benoitdion', 'gongreg']
107
'app: svelte': ['rixo', 'cam-stitt', 'plumpNation']
118
'app: vue': ['backbone87', 'elevatebart', 'pksunkara', 'Aaron-Pool', 'pocka']
129
'app: web-components': ['daKmoR']

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ storybook-out
3535
built-storybooks
3636
cypress/videos
3737
cypress/screenshots
38+
examples/ember-cli/ember-output

ADDONS_SUPPORT.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
## Addon / Framework Support Table
22

3-
| | [React](app/react) | [React Native](app/react-native) | [Vue](app/vue) | [Angular](app/angular) | [Polymer](app/polymer) | [Mithril](app/mithril) | [HTML](app/html) | [Marko](app/marko) | [Svelte](app/svelte) | [Riot](app/riot) | [Ember](app/ember) | [Preact](app/preact) | [Rax](app/rax) |
4-
| ------------------------------------------- | :----------------: | :------------------------------: | :------------: | :--------------------: | :--------------------: | :--------------------: | :--------------: | :----------------: | :------------------: | :--------------: | :----------------: | :------------------: | -------------- |
5-
| [a11y](addons/a11y) | + | | + | + | + | + | + | + | + | + | + | + | + |
6-
| [actions](addons/actions) | + | +\* | + | + | + | + | + | + | + | + | + | + | + |
7-
| [backgrounds](addons/backgrounds) | + | \* | + | + | + | + | + | + | + | + | + | + | + |
8-
| [centered](addons/centered) | + | | + | + | | + | + | | + | | + | + | + |
9-
| [contexts](addons/contexts) | + | | + | | | | | | | | | + | + |
10-
| [events](addons/events) | + | | + | + | + | + | + | + | | | + | + | + |
11-
| [design assets](addons/design-assets) | + | | + | + | + | + | + | + | + | + | + | + | + |
12-
| [graphql](addons/graphql) | + | | | | | | | | | | | | |
13-
| [google-analytics](addons/google-analytics) | + | + | + | + | + | + | + | + | + | + | + | + | + |
14-
| [info](addons/info) | + | | | | | | | | | | | | |
15-
| [jest](addons/jest) | + | + | + | + | + | + | + | + | + | + | + | + | + |
16-
| [knobs](addons/knobs) | + | +\* | + | + | + | + | + | + | + | + | + | + | + |
17-
| [links](addons/links) | + | + | + | + | + | + | + | | + | + | + | + | + |
18-
| [notes](addons/notes) | + | +\* | + | + | + | + | + | | + | + | + | + | + |
19-
| [options](addons/options) | + | + | + | + | + | + | + | | + | + | + | + | + |
20-
| [cssresources](addons/cssresources) | + | | + | + | + | + | + | + | + | + | + | + | + |
21-
| [storyshots](addons/storyshots) | + | + | + | + | | | + | | + | + | | + | + |
22-
| [storysource](addons/storysource) | + | | + | + | + | + | + | + | + | + | + | + | + |
23-
| [viewport](addons/viewport) | + | | + | + | + | + | + | + | + | + | + | + | + |
3+
| | [React](app/react) | [React Native](app/react-native) | [Vue](app/vue) | [Angular](app/angular) | [Mithril](app/mithril) | [HTML](app/html) | [Marko](app/marko) | [Svelte](app/svelte) | [Riot](app/riot) | [Ember](app/ember) | [Preact](app/preact) | [Rax](app/rax) |
4+
| ------------------------------------------- | :----------------: | :------------------------------: | :------------: | :--------------------: | :--------------------: | :--------------: | :----------------: | :------------------: | :--------------: | :----------------: | :------------------: | -------------- |
5+
| [a11y](addons/a11y) | + | | + | + | + | + | + | + | + | + | + | + |
6+
| [actions](addons/actions) | + | +\* | + | + | + | + | + | + | + | + | + | + |
7+
| [backgrounds](addons/backgrounds) | + | \* | + | + | + | + | + | + | + | + | + | + |
8+
| [centered](addons/centered) | + | | + | + | + | + | | + | | + | + | + |
9+
| [contexts](addons/contexts) | + | | + | | | | | | | | + | + |
10+
| [events](addons/events) | + | | + | + | + | + | + | | | + | + | + |
11+
| [design assets](addons/design-assets) | + | | + | + | + | + | + | + | + | + | + | + |
12+
| [graphql](addons/graphql) | + | | | | | | | | | | | |
13+
| [google-analytics](addons/google-analytics) | + | + | + | + | + | + | + | + | + | + | + | + |
14+
| [info](addons/info) | + | | | | | | | | | | | |
15+
| [jest](addons/jest) | + | + | + | + | + | + | + | + | + | + | + | + |
16+
| [knobs](addons/knobs) | + | +\* | + | + | + | + | + | + | + | + | + | + |
17+
| [links](addons/links) | + | + | + | + | + | + | | + | + | + | + | + |
18+
| [notes](addons/notes) | + | +\* | + | + | + | + | | + | + | + | + | + |
19+
| [options](addons/options) | + | + | + | + | + | + | | + | + | + | + | + |
20+
| [cssresources](addons/cssresources) | + | | + | + | + | + | + | + | + | + | + | + |
21+
| [storyshots](addons/storyshots) | + | + | + | + | | + | | + | + | | + | + |
22+
| [storysource](addons/storysource) | + | | + | + | + | + | + | + | + | + | + | + |
23+
| [viewport](addons/viewport) | + | | + | + | + | + | + | + | + | + | + | + |
2424

2525
`*` - React Native on device addon (addons/onDevice-\<name>)

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 5.3.9 (January 24, 2020)
2+
3+
### Bug Fixes
4+
5+
* Addon-docs: Revert breaking source indentation fix ([#9609](https://github.com/storybookjs/storybook/pull/9609))
6+
7+
## 6.0.0-alpha.1 (January 23, 2020)
8+
9+
### Features
10+
11+
* Core: Enable HMR logging in browser console ([#9535](https://github.com/storybookjs/storybook/pull/9535))
12+
13+
### Bug Fixes
14+
15+
* Addon-knobs: Fix broken link to repo in empty panel ([#9530](https://github.com/storybookjs/storybook/pull/9530))
16+
* Typescript: Export IStory in `@storybook/angular` ([#9097](https://github.com/storybookjs/storybook/pull/9097))
17+
18+
### Maintenance
19+
20+
* React-native: Extract to its own repo ([#9599](https://github.com/storybookjs/storybook/pull/9599))
21+
* Polymer: Extract to its own repo ([#9596](https://github.com/storybookjs/storybook/pull/9596))
22+
* Build: Fix some dependencies & ts problems ([#9603](https://github.com/storybookjs/storybook/pull/9603))
23+
24+
## 5.3.8 (January 22, 2020)
25+
26+
### Bug Fixes
27+
28+
* Addon-docs: Fix TS false default value in prop table ([#9560](https://github.com/storybookjs/storybook/pull/9560))
29+
* Addon-knobs: Fix broken repo link in empty panel ([#9530](https://github.com/storybookjs/storybook/pull/9530))
30+
* Typescript: Export IStory in `@storybook/angular` ([#9097](https://github.com/storybookjs/storybook/pull/9097))
31+
* Fixed Angular button example story ([#9540](https://github.com/storybookjs/storybook/pull/9540))
32+
* Clean usage of `@types/webpack-env` dep in all packages ([#9536](https://github.com/storybookjs/storybook/pull/9536))
33+
134
## 6.0.0-alpha.0 (January 21, 2020)
235

336
### Features

0 commit comments

Comments
 (0)