35 Commits

Author SHA1 Message Date
Norbert de Langen
08cd875e33 CLEANUP naming of story, storyFn in apps
RENAME `component` to `element` where applicable for consistency.
2019-02-19 16:06:09 +01:00
Norbert de Langen
0628997f48 ADD todo as a reminder to remove this file at V6 2019-01-18 21:57:28 +01:00
Norbert de Langen
136407f861 ADD special entry-points for vue and react for addon-centered. 2019-01-18 21:48:39 +01:00
Norbert de Langen
d7bfb78ff5
FIX some typescript issues 2018-12-17 11:35:39 +01:00
Norbert de Langen
9f0a4973d6
Merge branch 'next' into tech/overhaul-ui
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	lib/addons/package.json
#	lib/channel-websocket/package.json
#	lib/components/src/addon_panel/__snapshots__/index.stories.storyshot
#	lib/core/package.json
#	lib/ui/package.json
#	yarn.lock
2018-12-17 10:55:19 +01:00
Norbert de Langen
6a2f7b3a6c
FIX linting 2018-12-14 17:49:25 +01:00
Norbert de Langen
2f0bc494e9
Merge branch 'next' into tech/overhaul-ui
# Conflicts:
#	.eslintrc.js
#	lib/components/src/layout/__snapshots__/index.stories.storyshot
#	yarn.lock
2018-12-14 12:33:20 +01:00
Norbert de Langen
ec82d04797
REFACTOR a11y addon && FIX issues with decorators reloading 2018-12-10 19:27:12 +01:00
Bart Waardenburg
dfce65df3a fix: Solved issue with forced rerendering of stories and improved example storybook app 2018-12-04 00:59:18 +01:00
Norbert de Langen
fef21c26a7
Merge branch 'master' into tech/overhaul-ui
# Conflicts:
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/jest/src/register.js
#	addons/knobs/src/components/types/Array.js
#	addons/notes/package.json
#	addons/notes/src/index.js
#	addons/storyshots/storyshots-core/package.json
#	lib/channel-websocket/package.json
#	lib/components/package.json
#	lib/components/src/layout/desktop.js
#	lib/ui/package.json
#	lib/ui/src/modules/api/actions/api.js
#	lib/ui/src/modules/shortcuts/actions/shortcuts.js
#	lib/ui/src/modules/ui/components/stories_panel/index.js
#	lib/ui/src/modules/ui/components/stories_panel/text_filter.js
#	lib/ui/src/modules/ui/components/stories_panel/text_filter.test.js
#	lib/ui/src/modules/ui/containers/header.js
#	lib/ui/src/modules/ui/containers/layout.js
#	lib/ui/src/modules/ui/libs/filters.js
#	yarn.lock
2018-10-11 11:21:31 +02:00
Gabriel J. Csapo
be5d4c0181 [framework] add ember support 2018-10-03 00:50:39 -07:00
ekhaled
157a580893 fix actions not working with centered 2018-07-23 19:18:21 +01:00
Gavin King
042ca5d5fa Tidying up the centered addon functionality and adding comments 2018-06-24 22:17:57 +02:00
Gavin King
cf7b724480 Less confusing to follow the same property names as styles.json 2018-06-20 00:52:48 +02:00
Gavin King
05f01ad48e This is not necessarily just a svelte helper 2018-06-20 00:50:34 +02:00
Gavin King
037187ea50 Should use the same styles as all the other frameworks 2018-06-17 23:37:02 +02:00
Gavin King
ce09ea7b0c No longer using this file for svelte, refactor not required for review 2018-06-17 22:11:44 +02:00
Gavin King
306b580080 Centered addon working with Svelte 2018-06-17 07:30:58 +02:00
Sam Grace
500f2db096 Fix centered addon for IE11 2018-06-13 12:13:58 +01:00
klimentru1986
44eb39327a import { centered } from '@storybook/addon-centered/angular'; 2018-05-13 07:39:03 +03:00
klimentru1986
3475f431ad rename centeredAng to ngCentered 2018-05-12 08:52:17 +03:00
klimentru1986
974b0ad4f3 added centered for angular 2018-05-11 00:11:07 +03:00
igor-dv
902a0cb8ba Reuse divs in Centered addon 2018-04-25 12:19:17 +03:00
igor-dv
e3c8db4dfd Remove unneeded statement 2018-04-24 16:35:16 +03:00
igor-dv
931dadf02c Add Centered addon 2018-04-24 15:09:59 +03:00
Hypnosphi
34f39526db Move addon-centered stories to official-storybook 2018-04-21 14:47:03 +03:00
Sangmin Yoon
ff8a14afb5 add Mithril support to addon-centered 2018-03-20 14:59:51 +09:00
Norbert de Langen
d0b752d8d3 FIX linting after prettier upgrade 2017-09-06 00:54:12 +02:00
igor
ea8ef2c25b Merge remote-tracking branch 'origin/master' into improve-search-and-highlighting 2017-08-20 07:55:54 +03:00
kazuya kawaguchi
cf111e6465
🆙 update(addons/centered): fix mistake 2017-08-12 03:20:53 +09:00
kazuya kawaguchi
ec619b4032
👮 update(addons/centered): fix eslint errors 2017-08-12 03:15:31 +09:00
kazuya kawaguchi
117f520210
new(addos/centered): support centered decorator for vue 2017-08-12 02:55:45 +09:00
Norbert de Langen
15540df990 CHANGE indentation rule eslint (prettier) 2017-07-08 22:57:21 +02:00
Nathan Arthur
c757c8def9 Fix display of large components
Add CSS to allow for oversized components to scroll in all directions. See [issue #1225](https://github.com/storybooks/storybook/issues/1225#issuecomment-307259951).
2017-06-09 09:51:31 -04:00
Norbert de Langen
bd95b6e6b5 RENAME decorator-cantered to addon-centered 2017-05-15 07:31:54 +02:00