17360 Commits

Author SHA1 Message Date
Michael Shilman
752f27cc5b Merge pull request #5999 from area73/patch-3
Update index.md
2019-03-12 15:58:08 +08:00
Michael Shilman
ea7c589ac1 Merge pull request #5990 from sabljakovich/patch-3
Fixed a typo in the react native example
2019-03-12 15:58:06 +08:00
Michael Shilman
b560b554be Merge pull request #5987 from MKRazz/patch-3
Updated React reference to Vue
2019-03-12 15:58:05 +08:00
Michael Shilman
7a6c1fadab Merge pull request #5967 from no23reason/patch-3
Fix example of setting defaultViewport per story
2019-03-12 15:58:03 +08:00
Michael Shilman
cd4e5dd4f6 Merge pull request #5972 from chrisdrackett/patch-3
add missing `addDecorator` import
2019-03-12 15:58:01 +08:00
dependabot[bot]
e6f28790dc
build(deps): bump axe-core from 3.2.0 to 3.2.2
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v3.2.0...v3.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-12 05:21:56 +00:00
dependabot[bot]
c96e04ff24
build(deps): bump css-loader from 2.1.0 to 2.1.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-12 05:21:23 +00:00
dependabot[bot]
b5ac383238
build(deps-dev): bump react-test-renderer from 16.8.3 to 16.8.4
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.8.3 to 16.8.4.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.4/packages/react-test-renderer)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-12 05:20:39 +00:00
dependabot[bot]
86a89421ff
build(deps): bump react-focus-lock from 1.17.7 to 1.18.3
Bumps [react-focus-lock](https://github.com/theKashey/react-focus-lock) from 1.17.7 to 1.18.3.
- [Release notes](https://github.com/theKashey/react-focus-lock/releases)
- [Changelog](https://github.com/theKashey/react-focus-lock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theKashey/react-focus-lock/compare/v1.17.7...v1.18.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-12 05:19:23 +00:00
Benoit Dion
2e52e7ae25 fix android host 2019-03-12 00:35:34 -04:00
Benoit Dion
68a5f2a78a update versions to 5.1.0-alpha.4 2019-03-11 22:11:41 -04:00
Benoit Dion
1780e929e4 Merge remote-tracking branch 'upstream/next' into react-native/use-core-for-server 2019-03-11 21:58:38 -04:00
Phoenixton
c4079e2b22 reformating focusable API and applying it to more elements 2019-03-12 01:52:13 +01:00
Phoenixton
4f85dfe701 fixing search item in menu and minor refactor 2019-03-11 22:55:22 +01:00
Phoenixton
d7df1c18c1 adding an API function to focus on a document element 2019-03-11 22:54:11 +01:00
Arman Sargsyan
4828ee29d2 fix(a11y): remove bg color from reports 2019-03-12 00:01:59 +03:00
Norbert de Langen
279415ad92 CHANGE to use client-logger 2019-03-11 21:48:03 +01:00
Michael Shilman
26a822aeea
Merge pull request #6022 from CodeByAlex/feature/knobs-performance-debouncing
Modified the Knobs onChange debounce function so that knob storage occurs on keypress but rendering waits until debouncing has completed
2019-03-12 04:11:02 +08:00
Curtis M. Humphrey, Ph.D
2e61b12472
Update build-static.js
It should clear the output folder completely and then only copy the defaultFavIcon once.  This allows the use of plugins like CopyWebpackPlugin to work as expected (otherwise what it copies is never removed on future builds).
2019-03-11 14:21:29 -05:00
Gaëtan Maisse
1e71612416
Merge pull request #5988 from gaetanmaisse/improve-lib-theming-ts-typing
Improve typings of theming lib
2019-03-11 20:11:04 +01:00
Gaëtan Maisse
fcdc0baedd refactor: improve typings of theming lib
Exported `styled` was implicitly of type `CreateStyled<any>`, now it is typed using SB Theme.
This stronger typing reveals a missing `bar` property in background default object.
2019-03-11 19:33:33 +01:00
Norbert de Langen
c560254a20 ADD minWidth & minHeight for layout stories 2019-03-11 19:08:02 +01:00
Norbert de Langen
64ad28de9b Merge branch 'next' into dependabot/npm_and_yarn/react-resize-detector-4.0.2 2019-03-11 18:02:14 +01:00
codebyalex
48788f65e3 Removed double lodash import added during merge 2019-03-11 12:39:18 -04:00
Alex Wilson
636a02dc91
Merge branch 'next' into feature/knobs-performance-debouncing 2019-03-11 12:02:41 -04:00
codebyalex
fcb86a835f Modified the component force render debounce so that knob storage occurs but the force rendering is debounced. Debouncing waits 325ms to allow for a user to finish a thought before rendering. Tested this change in the cli projects. 2019-03-11 11:46:20 -04:00
Markus Siering
38f90591df docs(addons): add hint about addon tab order
which I missed and I guess would be rather helpful
for others searching for this.

fixes #6019
2019-03-11 16:42:08 +01:00
Michael Shilman
3f94f5b793 5.1.0-alpha.4 versions.json 2019-03-11 22:52:46 +08:00
Michael Shilman
aab869c4d8 v5.1.0-alpha.4 v5.1.0-alpha.4 2019-03-11 22:29:26 +08:00
Michael Shilman
fe79a513e0 5.1.0-alpha.4 changelog 2019-03-11 22:20:02 +08:00
Norbert de Langen
5379dbcd8d
Merge pull request #6015 from storybooks/tech/cleanup-unused-storyshots
CLEANUP - remove unused storyshots
2019-03-11 12:12:44 +01:00
Norbert de Langen
90c6062e70
Merge pull request #6013 from storybooks/tech/sync-lineLength
SYNC printWidth prettier config
2019-03-11 11:01:42 +01:00
Norbert de Langen
58411bff77 CLEANUP 2019-03-11 10:48:02 +01:00
Norbert de Langen
526343a785
Merge pull request #6007 from storybooks/dependabot/npm_and_yarn/@types/jest-24.0.11
build(deps-dev): bump @types/jest from 24.0.6 to 24.0.11
2019-03-11 10:25:11 +01:00
Norbert de Langen
0697022c9a SYNC printWidth prettier config 2019-03-11 10:06:58 +01:00
Michael Shilman
8e68e14bea
Merge pull request #5998 from malykhinvi/sb-5785
Fix #5785 - welcome component in dark theme
2019-03-11 16:19:46 +08:00
Michael Shilman
8bc1fe6a82
Merge pull request #5868 from storybooks/fix/lit-html
FIX an issue when re-rendering lit-html elements after rendering a non-lit-html element
2019-03-11 16:18:40 +08:00
dependabot[bot]
cb986041b0
build(deps-dev): bump @types/jest from 24.0.6 to 24.0.11
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.6 to 24.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 08:04:09 +00:00
Norbert de Langen
01e761c82b
Merge pull request #6010 from storybooks/dependabot/npm_and_yarn/react-is-16.8.4
build(deps): bump react-is from 16.8.3 to 16.8.4
2019-03-11 08:59:28 +01:00
Norbert de Langen
4fef5f3693
Merge pull request #6008 from storybooks/dependabot/npm_and_yarn/@types/node-11.11.0
build(deps-dev): bump @types/node from 11.10.4 to 11.11.0
2019-03-11 08:59:05 +01:00
Norbert de Langen
57da95b10a
Merge pull request #6011 from storybooks/dependabot/npm_and_yarn/react-dev-utils-8.0.0
build(deps): bump react-dev-utils from 7.0.3 to 8.0.0
2019-03-11 08:58:40 +01:00
Norbert de Langen
68b6009a2b CLEANUP 2019-03-11 08:51:39 +01:00
Norbert de Langen
d5e689a269 Merge branch 'next' into fix/lit-html 2019-03-11 08:50:39 +01:00
Norbert de Langen
e23a6b7656 FIX snapshots 2019-03-11 08:48:50 +01:00
dependabot[bot]
393beca783
build(deps): bump react-dev-utils from 7.0.3 to 8.0.0
Bumps [react-dev-utils](https://github.com/facebook/create-react-app) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md)
- [Commits](https://github.com/facebook/create-react-app/compare/react-dev-utils@7.0.3...react-dev-utils@8.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 05:26:36 +00:00
dependabot[bot]
d432a06720
build(deps): bump react-is from 16.8.3 to 16.8.4
Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 16.8.3 to 16.8.4.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.4/packages/react-is)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 05:25:04 +00:00
dependabot[bot]
9664956217
build(deps-dev): bump @types/node from 11.10.4 to 11.11.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.10.4 to 11.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 05:21:37 +00:00
Michael Shilman
acb15553a1
Merge pull request #6006 from N1ck/theming-typo
Fix theming doc typo
2019-03-11 07:43:04 +08:00
Michael Shilman
25b2b684e6
Merge pull request #5997 from maraisr/feature/npm-copy
docs: use npm command for npm example
2019-03-11 07:42:18 +08:00
Marais Rossouw
3b6c63c670
test: updated snapshots 2019-03-11 07:50:58 +10:00