71 Commits

Author SHA1 Message Date
hypnos
3fc64a12d9 Use current version for peerDeps 2017-11-22 20:52:42 +03:00
hypnos
23e8953063 Merge branch 'release/3.3' into addons-peer
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/options/package.json
#	addons/storyshots/package.json
2017-11-22 20:43:36 +03:00
Michael Shilman
3c1715daca v3.3.0-alpha.4 2017-11-22 03:15:31 -08:00
Hypnosphi
da232aeba2 Move @storybook/addons to peerDependencies in all addons 2017-11-17 22:59:30 +03:00
hypnos
8c8b35a2d2 Merge remote-tracking branch 'origin/master' into release/3.3
# Conflicts:
#	CHANGELOG.md
#	addons/actions/package.json
#	addons/background/package.json
#	addons/centered/package.json
#	addons/comments/package.json
#	addons/events/package.json
#	addons/graphql/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/options/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	app/vue/package.json
#	lerna.json
#	lib/addons/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/ui/package.json
#	yarn.lock
2017-11-11 03:24:39 +03:00
hypnos
03507ceb3b Run lint --fix 2017-11-10 23:59:40 +03:00
Michael Shilman
0be4efcec8 v3.2.15 2017-11-10 11:39:27 +09:00
hypnos
01f8b63a9a Merge branch 'master' into release/3.3
# Conflicts:
#	addons/comments/package.json
#	addons/comments/src/manager/components/CommentItem/index.js
#	addons/comments/src/manager/components/CommentItem/style.js
#	addons/knobs/package.json
#	app/react-native/src/preview/components/OnDeviceUI/index.js
#	examples/cra-kitchen-sink/src/stories/__snapshots__/addon-info.stories.storyshot
#	yarn.lock
2017-11-10 03:11:24 +03:00
hypnos
df748d759a Fix propTypes in addon-background 2017-11-10 02:11:50 +03:00
Michael Shilman
1a6082a4ad v3.3.0-alpha.3 2017-11-07 12:56:56 +09:00
hypnos
30fb6850f0 Fix linting and accessibility 2017-11-04 03:39:54 +03:00
Norbert de Langen
9285aae2c2
DELETE local licence 2017-11-04 01:08:52 +01:00
Norbert de Langen
a119a99a75
FIX linting 2017-11-04 00:40:58 +01:00
Norbert de Langen
81420d244d
FIX unittests 2017-11-04 00:26:20 +01:00
Norbert de Langen
e83e86454f
WIP 2017-11-02 23:13:00 +01:00
Norbert de Langen
4e922097c5 REMOVE docs 2017-11-02 20:20:28 +01:00
Simon Knox
a5f4a5c837 remove unused eslint packages for now 2017-11-02 20:20:28 +01:00
Christophe VERCLYTTE
7a5601cfb3 Update changelog 2017-11-02 20:20:28 +01:00
Christophe VERCLYTTE
c1d77a0ab0 Update package name references and repos 2017-11-02 20:20:28 +01:00
Simon Knox
849b505e49 fix warnings from React import. remove object-assign 2017-11-02 20:20:28 +01:00
Simon Knox
869878158e disable eslint, plan to get everything else working first 2017-11-02 20:20:28 +01:00
Simon Knox
0d22ce3d0e convert to js with babel 2017-11-02 20:20:27 +01:00
Norbert de Langen
3b2d1e2280 Linting 2017-11-02 20:20:27 +01:00
Norbert de Langen
cdbcb9d2b5 Update Readme 2017-11-02 20:20:27 +01:00
Norbert de Langen
8c7b889bb4 FIX example && linting 2017-11-02 20:20:27 +01:00
Norbert de Langen
1dbfc36750 REMOVE coverage reporting 2017-11-02 20:20:27 +01:00
Norbert de Langen
c713fdc37a UPDATE dependencies && RENAME package name 2017-11-02 20:20:27 +01:00
Christophe VERCLYTTE
281b32aa60 Bump Storybook dependencies to v3 2017-11-02 20:20:27 +01:00
Blake Stephens
802e1d6378 Fixed layout when background text is too long.
Signed-off-by: Blake Stephens <blake.stephens@lge.com>
2017-11-02 20:20:27 +01:00
James Baxley
bfce94ffd3 set default background color (#23)
* set default background color

* update changelog

* 0.0.7
2017-11-02 20:20:27 +01:00
James Baxley
b987342d89 allow default background (#21)
* allow default background

* updated changelog for new default feature

* 0.0.6
2017-11-02 20:20:26 +01:00
James Baxley
b0d34a6b34 update changelog 2017-11-02 20:20:26 +01:00
James Baxley
97ec21971a 0.0.5 2017-11-02 20:20:26 +01:00
Blake Stephens
c8129e14cc Support background-images (#15)
* Removed the specificity of `backgroundColor` for a more inclusive `background`

Signed-off-by: Blake Stephens <blake.stephens@lge.com>

* Updated styles type definition too
Oops. Not too familiar with typescript

Signed-off-by: Blake Stephens <blake.stephens@lge.com>

* Updated test too
Thanks Travis.

Signed-off-by: Blake Stephens <blake.stephens@lge.com>
2017-11-02 20:20:26 +01:00
Michael Neumair
d65656e236 add overflow scroll to allow scrolling again (#17)
* add overflow scroll to allow scrolling again

Should fix the issue when scrolling breaks when using overflow: fixed.

* Update index.tsx
2017-11-02 20:20:26 +01:00
Jake Dawkins
a227715beb added react-dom dependency and updated react dep 2017-11-02 20:20:26 +01:00
Jake Dawkins
6ac4d3d5aa Fixed typo ;) 2017-11-02 20:20:26 +01:00
James Baxley
a71125d5de update build 2017-11-02 20:20:26 +01:00
James Baxley
3f4fafe7b2 update changelog and version bump 2017-11-02 20:20:26 +01:00
Alexander Ryzhikov
15f3661968 Tests pass 2017-11-02 20:20:26 +01:00
Alexander Ryzhikov
7e84ed9848 Tests for prop updates 2017-11-02 20:20:26 +01:00
Alexander Ryzhikov
09162b5b77 Fixes HMR when used as a global decorator 2017-11-02 20:20:26 +01:00
Jake Dawkins
20b74fbc38 fixed failing tests 2017-11-02 20:20:25 +01:00
Jake Dawkins
50ef16556f added tests for BackgroundPanel 2017-11-02 20:20:25 +01:00
Jake Dawkins
7364bbb968 added test for default background swatch showing 2017-11-02 20:20:25 +01:00
Jake Dawkins
a309d38a33 added test for default background swatch showing 2017-11-02 20:20:25 +01:00
edolyne
3d2856959e SYS-2136 Adding test for setting and unsetting query sting 2017-11-02 20:20:25 +01:00
James Baxley
0d268bb5f7 update docs 2017-11-02 20:20:25 +01:00
James Baxley
af203b3044 bump version 2017-11-02 20:20:25 +01:00
James Baxley
6d0e21d72e updated readme 2017-11-02 20:20:25 +01:00