Michael Shilman
c331251fcb
Update cra-kitchen-sink package versions for 3.2-alpha
2017-07-08 08:05:01 -07:00
Michael Shilman
90e9780e4f
Fix typo
2017-07-02 13:50:59 -07:00
Michael Shilman
c0eb57a20c
Update cra-kitchen-sink versioning for alpha release
...
`-alpha` naming scheme is not semver, so Learn does not do the right
thing here, and as a workaround we need to hardcode the version numbers
while we’re doing alpha releases if we want our example apps to work
properly.
2017-07-02 13:46:24 -07:00
Michael Shilman
83bb8746a3
Merge branch 'release/3.2' into add-app-vue
2017-07-02 00:02:55 -07:00
Alexandre BODIN
929eb389be
Merge branch 'master' of github.com:storybooks/storybook into add-app-vue
2017-07-01 10:39:29 +02:00
igor
43ca59bb29
Merge remote-tracking branch 'origin/release/3.2' into 151-story-hierarchy
...
Conflicts:
addons/info/README.md
2017-06-29 13:49:50 +03:00
igor
279e198857
Change the order of the atomic namespace
2017-06-29 13:41:52 +03:00
igor
dbb04c1338
Repalce resolveStoryHierarchy func with hierarchySeparator
2017-06-26 19:48:06 +03:00
Michael Shilman
8e6df76a2e
Tweaked Welcome message and snapshot to fix the build
2017-06-26 15:28:03 +10:00
igor
21d71731f8
Remove package-lock.json files
2017-06-25 12:20:54 +03:00
Norbert de Langen
997f3d9171
FIX multiple versions of react & vue && CLEANUP
2017-06-23 22:39:33 +02:00
Norbert de Langen
0605107006
CLEANUP
2017-06-23 16:55:25 +02: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
Norbert de Langen
d806c3f73f
WIP
2017-06-23 15:38:13 +02:00
Norbert de Langen
96031cd552
Merge branch 'master' into add-app-vue
...
# Conflicts:
# .gitignore
# addons/knobs/package.json
# addons/notes/package.json
# lib/cli/package.json
2017-06-23 13:38:36 +02:00
Michael Shilman
b20e6f5091
Remove package-lock.json
2017-06-23 01:03:45 +10:00
igor
6bfed5d7bd
Merge remote-tracking branch 'origin/master' into left-panel-hierarchy
...
Conflicts:
lib/ui/package.json
2017-06-22 13:49:21 +03:00
igor
3dbdb9e8a9
Better UI for the hierarchy view + bugs fixes
2017-06-22 13:22:59 +03:00
Michael Shilman
f496deba0b
Create @storybook/react/demo
exports
2017-06-22 15:05:19 +10:00
Tom Coleman
b04849bc6e
Use a pack -> install technique to recreate local packages
...
As suggested by https://github.com/npm/npm/pull/15900 . This is a workaround until we get a better resolution of https://github.com/storybooks/storybook/issues/1286
2017-06-22 12:18:16 +10:00
Michael Shilman
e5041fa06a
Add package-lock.json
...
Per discussion with @tmeasday 😉
2017-06-22 11:17:16 +10:00
Michael Shilman
b6de6ac954
Add placeholder tests to react-kitchen-sink
2017-06-22 10:54:16 +10:00
Alexandre BODIN
70a043f10a
add more examples with knobs fields
2017-06-18 18:37:47 +02:00
Alexandre BODIN
8145ac3414
Merge branch 'master' into add-app-vue
2017-06-18 18:00:46 +02:00
Alexandre BODIN
bc84ee633d
Rename vue example to vue-kitchen-sink
2017-06-18 17:39:46 +02:00
Michael Shilman
83e9977701
Minor cleanup
2017-06-18 00:10:48 +10:00
Michael Shilman
600b9bd79c
Move demo components from @storybook/components
to @storybook/react
2017-06-17 23:49:04 +10:00
Michael Shilman
ed6d404a39
Update cra-kitchen-sink to use demo imports from @storybook/react
2017-06-17 23:02:08 +10:00
Alexandre BODIN
3260f7d756
Readme fix
2017-06-17 12:44:34 +02:00
Alexandre BODIN
4dd6b78a1b
Make example a proper vue app
2017-06-17 12:29:31 +02:00
Michael Shilman
db5b5a6504
Fix prop-type warning in date knob
2017-06-17 19:46:16 +10:00
Alexandre BODIN
b355060568
Fix example using a function as a component to object component
2017-06-17 11:30:51 +02:00
Michael Shilman
57f52b4993
Move broken date picker knob to the end
2017-06-17 19:29:45 +10:00
Michael Shilman
0664a7cd69
Add test cases to kitchen sink, fix object/boolean knobs
2017-06-17 18:36:25 +10:00
Alexandre BODIN
4c1daabf50
More clean up
2017-06-16 23:04:03 +02:00
Alexandre BODIN
6255569279
Finish cleanup of addon knobs
2017-06-16 22:50:30 +02:00
Alexandre BODIN
bac1905875
Add support for addonKnobs, rename withX to addonX to avoid name collision
2017-06-16 22:33:07 +02:00
Alexandre BODIN
aef1f0188e
less ugly working example
2017-06-16 22:31:42 +02:00
Alexandre BODIN
d9a3da5113
Make a working example
2017-06-16 22:31:42 +02:00
Norbert de Langen
19dcfd961d
Change docs to contains Vue info
2017-06-16 17:17:54 +02:00
Norbert de Langen
765d394da2
Merge branch 'master' into add-app-vue
...
# Conflicts:
# examples/cra-kitchen-sink/.storybook/addons.js
# examples/cra-kitchen-sink/package.json
2017-06-16 14:37:47 +02:00
Norbert de Langen
59d4cc2b15
Merge branch 'master' into add-lib-components
...
# Conflicts:
# examples/cra-kitchen-sink/src/stories/Button.js
# examples/cra-kitchen-sink/src/stories/Welcome.js
2017-06-16 08:49:59 +02:00
Michael Shilman
3cb388c539
Remove package-lock.json files accidentally added
2017-06-15 15:25:14 +10: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
Alexandre BODIN
514f4b775c
deprecate old WithNotes but keep backward compatible
2017-06-14 23:20:06 +02:00
Alexandre BODIN
bf00a9a6ed
Make addon notes agnostic
2017-06-14 18:37:25 +02:00
Alexandre BODIN
9974a3bc1d
Add support for vue in addon-notes
2017-06-14 17:04:45 +02:00
Alexandre BODIN
d0dc873834
Update the dep value to work with next releases of @storybook/vue
2017-06-14 16:27:15 +02:00
Norbert de Langen
9454fa781d
ADD example with actions and links
2017-06-14 15:06:39 +02:00