76 Commits

Author SHA1 Message Date
Mark Huot
2aedb29a30 Merge branch 'next' of github.com:storybookjs/storybook into next 2020-07-01 10:13:35 -04:00
Jongyoon Jeong
0b3d0ccdad docs: replace deprecated addon-notes 2020-06-29 22:15:21 +09:00
Jongyoon Jeong
80544b5985 docs: replace deprecated addon-info 2020-06-29 22:13:19 +09:00
Mark Huot
16b93e5a12 adding web-component storyshot support based on html support 2020-06-06 06:38:31 -04:00
Norbert de Langen
d8317ae5ef
CLEANUP 2020-04-23 13:25:18 +02:00
Norbert de Langen
2ce9723ed1
REMOVE addon-centered examples 2020-04-03 13:14:17 +02:00
Yann Braga
3ca7b04996 docs(addons-support): separate deprecated addons 2020-03-10 13:43:03 +01:00
Yann Braga
6da3778ad0 docs(addons-support): fix broken links
- Add deprecation note for the addons note and info
- Add query params addon to the support table
- Organize addons alphabetically in the table
2020-03-10 13:43:03 +01:00
Norbert de Langen
26c1417d12
DELETE references to polymer 2020-01-22 16:01:12 +01:00
fushen
58a770c195 fix: readme 2020-01-21 12:16:51 +08:00
fushen
2df547e229 fix: readme 2020-01-21 11:43:05 +08:00
fushen
01e2675d49 chore(rax): supplement related to rax 2019-12-23 00:40:50 +08:00
Michael Shilman
7c3c9385bd Update ADDONS_SUPPORT.md (#8697)
Update ADDONS_SUPPORT.md
2019-11-30 20:25:09 +08:00
Norbert de Langen
f1a46b6c50 ADD design assets addon to the readme 2019-05-10 19:44:47 +02:00
codebyalex
fca90ec78a Merge branch 'next' into enhancement/add-support-for-a11y
# Conflicts:
#	ADDONS_SUPPORT.md
#	examples/angular-cli/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/marko-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/polymer-cli/package.json
#	examples/preact-kitchen-sink/.storybook/addons.js
#	examples/preact-kitchen-sink/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
2019-05-02 20:07:32 -04:00
Benoit Dion
49c23c4e8d
Merge branch 'next' into ondevice-actions 2019-05-01 22:16:08 +00:00
codebyalex
8d192457c5 Added the a11y addon to the Ember example and added ember to the list of supported frameworks for the addon 2019-04-26 21:23:34 -04:00
Leo Y. Li
160ff9d76f ADD addon-contexts: Preact support 2019-04-26 20:46:40 -04:00
codebyalex
8e0d4b2e54 updated the addon support documentation 2019-04-26 18:36:49 -04:00
Norbert de Langen
06e252c329 Merge branch 'next' into pr/ForbesLindesay/6594
# Conflicts:
#	examples-native/crna-kitchen-sink/package.json
2019-04-26 22:07:59 +02:00
Forbes Lindesay
476d1cf7b6 docs: update examples and docs 2019-04-23 14:20:20 +01:00
Leo Y. Li
c31d437f57 UPDATE documentation for addon-contexts 2019-04-21 12:53:24 -04:00
Bart Waardenburg
880d30a9ca chore: Changed ADDONS_SUPPORT to be in chronological order; reading is hard 2018-12-10 21:59:02 +00:00
Bart Waardenburg
a11e865f39 chore: Changed ADDONS_SUPPORT to be in chronological order 2018-12-09 20:51:17 +00:00
Bart Waardenburg
61a4e2066e fix: Updated incorrect table for addons_support 2018-12-04 12:37:25 +01:00
Bart Waardenburg
e7400d12d4 feat: Added support for storyshots 2018-12-04 12:02:22 +01:00
Bart Waardenburg
9b4d4997f1 chore: Added proper welcome story, added cli support and updated ADDONS_SUPPORT table 2018-12-04 10:55:16 +01:00
Neville Mehta
194b943463 updated readme's and storyshot 2018-10-29 18:07:14 -07:00
Neville Mehta
c59475539b update ADDONS_SUPPORT.md for resources addon 2018-10-22 11:23:33 -07:00
Neville Mehta
2e4565708a add README, fix component style, add disable option 2018-10-21 17:21:52 -07:00
igor-dv
50cdaca41c Add notes about google analytics in ADDONS_SUPPORT.md and README.md 2018-10-16 12:26:01 +03:00
Gytis Vinclovas
e413ec2e05
[onDeviceUI] Add ability to render addons in React Native (#4381)
* Reducing the size of the ui.

* Addon scrollview with addon names

* Updated style, shows addons list with loaded addons.

* Updated status bar, so content would not be drawn below it on android.

* Added some addons to example.

* Moved out of state

* Fixed event on android.

* Temporary disabled yellow box.

* Adding two options for storybook ui:

isUIOpen - whether to initially show top bar - default true.
isStoryMenuOpen - should show story menu open by default - default false.

* Creating rn-addons.js file inside generators.

* Removed separate addon store.

* Using active prop.

* Rewrote addons wrapper without using modal.
We cannot use modal since addons expect to be rendered all the time.
So now we display the wrapper as position absolute and make it 0 0 size when it is not visible.

* Fixing yellow box warnings.

* Addon window by default is scrollable.

* Removed yellow box disabling, cleared up example index.

* Reverted accidentally deleted line.

* Updated dependencies.

* Dependency bump

* Updated UI. Removed modal, displaying menus as panels appearing from sides.

* Clearing up the style a little bit.

* Temporary disabling some examples

* Updating the readmes.

* Updating the readme.

* Added notes addon that support rn

* Updated addon documentation regarding setTimeout.

* Fixed proptypes issue, properly set initial tab from the props.

* Reduced the amount of rerenders, if you use onDeviceUI it only listens to story change events once instead of twice.

* Adding more addons.

* OnDeviceUI is now set to true by default.

* Updated the notes addon so it renders markdown properly.

* Fixes endless cycle when initially rendering when both onDeviceUI and server are enabled.

* Selection prop is not required ( it is not set when not using onDeviceUI).

* Renamed rn-notes to ondevice-notes addon.

* Added option to use channels as async.

* Using async channel if onDeviceUI is set to true.

* Updated notes documentation/tests.

* Adding backgrounds addon.

* Updated notes readme.

* Adding ondevice knobs addon.

* Updated example

* Reverted accidental merge issue.

* Updating documentation.

* Fixed knobs entry file.

* Updating documentation.

* Updating documentation.

* Removed packager completely.

* Updated cli.

* Added missing dependency.

* Websocket doesn't throw red screen on connection fail anymore.

* Takes children from props instead out of state..

* Fixed bug where selecting story didn't actually select it.

* Removed ondeviceUI in example.

* If it fails to connect it selects initial story.

* Knobs are properly reset on change.

* Proper import in example

* Reverts to localhost if no host is defined.

* Ui doesnt jump when hiding bottom bar, should handle keyboard correctly on ios.

* Updated background addon to unregister on unmount.

* Properly handles animations on android.

* Creates channel as soon as getStorybookUI is called instead of during the render.

* Displays message if no addons are loaded.

* setOptions called without timeout.

* Sets initial story if connection to websocket server fail.

* Updating style.

* Removed margin bottom.

* Added swiping on the nav bar, touching preview maximizes it.

* Fixed keyboard aware view.

* Fixed background panel so it doesn't lose color immediately.

* Uses preview width for panels.

* Moving class inside preview.

* All react native installations receive same template.

* Removed react_native fixture.

* Fixing lint.

* Lint fix.

* Improving performance dramatically.

* Adding on device addons.

* Reverted back fixtures change.

* Reverting file change

* Updating readmes.

* Updated readme about server.

* Reverted yarn.lock

* Fixing propTypes.

* Splitting out onDeviceUI/index to smaller components.

* Splitting up onDeviceUI.

* Removed unused dependency.

* Properly uses whole screen for preview.

* Updated visibility button.

* Few code review fixes

Updated readme,
Renamed handlers.

* Fixed where width is taken from.
2018-10-12 12:22:28 +03:00
Gabriel J. Csapo
be5d4c0181 [framework] add ember support 2018-10-03 00:50:39 -07:00
libetl
3ba7058dfa igor's suggestions 2018-08-29 23:37:48 +02:00
libetl
2fcd84b10f fixes in the kitchen sink for addon-actions and addon-links 2018-08-28 22:25:39 +02:00
lionel benychou
3893d5299d riot integration 2018-08-27 19:42:20 +02:00
Gavin King
35b477f486 Storyshot support marked as supported 2018-06-24 22:17:56 +02:00
Gavin King
02bc696935 Tested story source addon 2018-06-20 00:42:53 +02:00
Gavin King
03c6c0c42a Readded addon options support 2018-06-18 02:57:58 +02:00
Gavin King
27104f8b2d Viewport addon support added 2018-06-18 02:43:34 +02:00
Gavin King
022896299d Added addon notes example 2018-06-18 02:22:13 +02:00
Gavin King
0f4f756703 Added addon link example 2018-06-18 01:50:05 +02:00
Gavin King
f64ec6853f Added support for actions addon 2018-06-17 07:30:58 +02:00
Gavin King
5f64ea371b Added background addon support 2018-06-17 07:30:58 +02:00
Gavin King
306b580080 Centered addon working with Svelte 2018-06-17 07:30:58 +02:00
Hypnosphi
a36f35d1ee Merge remote-tracking branch 'origin/master' into generic-addon-decorators
# Conflicts:
#	ADDONS_SUPPORT.md
#	examples/angular-cli/src/stories/__snapshots__/custom-styles.stories.storyshot
2018-05-16 01:04:42 +03:00
Hypnosphi
06101efd97 Generic addon-viewport decorator 2018-05-12 22:22:43 +03:00
Hypnosphi
c15b9daa47 Merge branch 'master' into generic-addon-decorators
# Conflicts:
#	ADDONS_SUPPORT.md
2018-05-12 18:22:30 +03:00
Рудниченко Климент
c689a1be68 documentation updated 2018-05-11 10:30:51 +03:00
Filipp Riabchun
a9a7f86899
Update ADDONS_SUPPORT.md 2018-05-11 01:10:58 +03:00