Michael Shilman
755dd83996
Add MDX example to cra-kitchen-sink
2019-07-18 19:52:42 +08:00
Michael Shilman
5cc05031ea
Merge branch 'next' into 7101-convert-stories-to-module-format
2019-06-27 18:15:33 +08:00
Michael Shilman
ef14ecf3b5
Merge branch 'next' into pr/6472
2019-06-27 10:56:35 +08:00
Michael Shilman
710b88f3b3
Convert cra-kitchen-sink to module format
2019-06-24 00:23:57 +08:00
Michael Shilman
bb3e7f71cd
Github org rename to storybookjs
2019-06-03 11:06:42 -07:00
Norbert de Langen
720295a3d6
REMOVE sortStoriesByKind
from docs & implementation
2019-05-22 09:41:13 +02:00
Rob Snow
87f16eac46
clarify messaging
2019-05-03 14:34:17 -07:00
Rob Snow
113588eb73
Sort in story_store so we aren't sorting on every render. Also, we can safely use the options object here because it hasn't been sent over the channel
2019-05-03 14:30:19 -07:00
codebyalex
3d9aeae7df
Added a11y addon to the CRA example
2019-04-26 18:33:08 -04:00
Rob Snow
f18f0d5464
Use localeCompare for sorting names
...
Unsure if I should also remove the stuff for addParameters?
2019-04-13 10:41:20 -07:00
Rob Snow
fa123b35cb
I've honestly no idea why I can't pass the function from config through.
...
It gets called with the right values, but it always returns 'undefined'
2019-04-09 19:07:03 -07:00
aamct2
38f25e2dd5
Fix config demo of grid
2019-03-24 21:02:42 +00:00
aamct2
4f5b847631
Add custom grid size
2019-03-24 18:08:31 +00:00
aamct2
0ef4738c43
Fix deprecations in examples
2019-03-17 12:11:17 +00:00
Arman Sargsyan
d5aaee62fc
fix(examples): cra-kitchen-sink project has a11y addon, but not correct initialized
2019-03-09 16:47:50 +03:00
Norbert de Langen
a1762d7796
MODIFY option to use addParameters
2018-12-10 19:28:40 +01:00
igor-dv
fb6c71fb9e
Fix options warning
2018-11-23 12:59:34 +02:00
Norbert de Langen
78d8c6c181
CHANGE html-webpack-plugin for generate-page-webpack-plugin
2018-08-02 10:42:21 +02:00
Michael Shilman
f6ac31ac16
Fix addWthInfo removal linting errors
2018-05-22 16:38:55 -07:00
denzenin
0773a14b31
Merge master
2018-04-17 22:13:19 +03:00
denzenin
a92759d1ec
Fix stories-panel: still need to pass url and name via props
2018-04-01 21:21:13 +03:00
denzenin
ce32102063
Add different header and panels layout for mobile devices:
...
* add separate Header component
* add isMobileDevice helper
* initially place addonPanel at the bottom if storybook is open on mobile device
* add first part of tests
2018-03-24 16:53:02 +03:00
PunitGr
f8b612f49c
Update example for enabling/disabling shortcuts
2018-03-19 21:08:28 +05:30
Hypnosphi
1a550e912b
Include more paths into linting
2018-02-17 23:32:26 +03:00
MJ Meinders
bd025b73f6
change rootSeparator to hierarchyRootSeparator
2017-12-27 10:41:31 +01:00
MJ Meinders
dbaf4e5690
extend kitchen sink example with multiple hierarchies
2017-12-27 10:41:31 +01:00
Norbert de Langen
3cfacfe4ec
UPGRADE jest to latest & FIX all failing unittests
2017-12-23 18:48:29 +01:00
hypnos
74bd979ba8
Fix addonPanelInRight option in examples
2017-11-01 01:39:08 +03:00
Norbert de Langen
effe2ee84b
Merge branch 'master' into release/3.3
...
# Conflicts:
# app/react-native/readme.md
# examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot
# examples/cra-kitchen-sink/src/stories/index.js
# examples/crna-kitchen-sink/package.json
# integration/__image_snapshots__/cra-kitchen-sink-snap.png
# integration/__image_snapshots__/vue-kitchen-sink-snap.png
# yarn.lock
2017-10-31 23:26:48 +01:00
Daniel Duan
6c6d822661
#1750 reorganize knobs and notes
2017-10-29 15:04:44 -04:00
Daniel Duan
0e20787311
move welcome screen
2017-10-28 20:22:56 -04:00
Daniel Duan
6a6d6dd4c7
auto import stories
2017-10-28 17:53:02 -04:00
hypnos
1b7481be23
Revert "Revert "Deprecate confusing option names""
...
This reverts commit 524110b2e5c62a901ee9dfa326a1bd5a99e55520.
2017-08-20 06:32:42 +03:00
hypnos
524110b2e5
Revert "Deprecate confusing option names"
...
This reverts commit 713623201b987d13cdcd39013ee96e256e5908fd.
2017-08-20 06:31:00 +03:00
hypnos
713623201b
Deprecate confusing option names
2017-08-20 06:27:53 +03:00
Norbert de Langen
cde1b7c087
MOVE storybook of components to cra-kitchen-sink
...
This prevents cyclical dependencies!
2017-08-16 10:37:26 +02:00
Oleg Proskurin
2e590bfa9f
Add regExpStringify
2017-07-30 20:07:11 +03:00
igor
dbb04c1338
Repalce resolveStoryHierarchy func with hierarchySeparator
2017-06-26 19:48:06 +03:00
igor
c16cc2d544
Rename resolveStoryHierarchyNamespace to resolveStoryHierarchy
2017-06-23 17:33:52 +03:00
igor
06a4c54a0a
Remove shortcuts for the hierarchy toggling + change leftPanelHierarchy to resolveStoryHierarchyNamespace
2017-06-23 17:24:59 +03:00
igor
3dbdb9e8a9
Better UI for the hierarchy view + bugs fixes
2017-06-22 13:22:59 +03:00
Michael Shilman
9571b40452
Redo CRA kitchen sink work in a single commit
...
- renamed project
- added `info`, `notes`, `centered`, `knobs` examples
2017-06-15 15:09:08 +10:00