hypnos
b907c166c2
Make cra-kitchen-sink test snapshot locale-independent
2017-07-29 02:12:21 +03:00
Michael Shilman
1810a98153
Respond to review comments and update addon-info README
2017-07-28 09:17:39 -07:00
Michael Shilman
a50a8e874a
Refactoring of withX wrappers withNotes and withInfo
...
- make signatures consistent
- make string-only variant of withNotes/withInfo
- simplify withInfo code
2017-07-28 01:34:14 -07:00
Michael Shilman
f8ce75fda5
Update example package deps
2017-07-27 08:27:09 -07:00
Norbert de Langen
5ba0e4f3ee
SYNC dependencies for improved hoisting
2017-07-27 09:56:26 +02:00
Tom Coleman
ea02ddd4e4
Revert addonNotes -> withNotes
2017-07-27 12:11:58 +10:00
Tom Coleman
6f74da4576
Revert knobs API to previous API.
...
`withKnobs` the decorator is still the base API. (This now works for
Vue).
The new API is called `wrapperKnobs` and will eventually be merged into
`withKnob` (c.f. medium term addons plan, to be posted)
2017-07-27 11:33:54 +10:00
Norbert de Langen
de75c5df89
Merge branch 'master' into release/3.2
2017-07-25 22:34:27 +02:00
Norbert de Langen
c11c189d7e
UPDATE everything (including eslint 4)
2017-07-25 11:20:08 +02:00
Norbert de Langen
b7f43ed859
Merge branch 'master' into release/3.2
2017-07-25 10:00:05 +02:00
Michael Shilman
e89c4c9bd6
Linting fixes
2017-07-24 14:58:37 -07:00
Michael Shilman
a9b1664409
Merge branch 'release/3.2' into 1492-on-device-startup
2017-07-22 12:40:39 -07:00
Michael Shilman
0f8755c413
Reset storybook on startup?
...
@matt-oakes I’m not sure why I need to do this but I get a “URL
required” prop-types error unless I force `resetStorybook` in
`react-native-vanilla` example
2017-07-22 12:12:28 -07:00
Norbert de Langen
07ece8e7ee
Merge branch 'release/3.2' into fix-hmr-issue-in-cra-kitchen-sink
2017-07-22 12:02:41 +02:00
Norbert de Langen
bf2e4ee0d6
FIX unittests
2017-07-22 11:51:00 +02:00
igor
1e696e969f
Fix a 'funny' hmr issue
2017-07-22 12:39:06 +03:00
Michael Shilman
9fe1a144b2
Fix vue release and examples dependencies
2017-07-20 14:24:55 -07:00
kazuya kawaguchi
d9ff515d75
📌 dependecy:make vue-template-compiler the same as vue core
2017-07-21 01:48:29 +09:00
Norbert de Langen
312eebf192
Merge branch 'release/3.2' into tweak/vue-app
2017-07-20 11:26:56 +02:00
Norbert de Langen
096877032e
UPDATE / SYNC package dependencies for optimal bootstrap
2017-07-20 09:44:00 +02:00
Norbert de Langen
3862c99541
Merge branch 'master' into release/3.2
...
# Conflicts:
# addons/actions/package.json
# addons/info/package.json
# addons/knobs/package.json
# addons/storyshots/package.json
# app/react-native/package.json
# app/react/package.json
# lerna.json
# lib/cli/package.json
# lib/ui/package.json
2017-07-20 09:23:47 +02:00
Norbert de Langen
91b62f0707
Merge branch 'release/3.2' into tweak/vue-app
2017-07-19 23:59:05 +02:00
Norbert de Langen
3be8c8d561
CLEANUP && improve hoist internals script
2017-07-19 23:26:21 +02:00
Norbert de Langen
9469f5da55
REVERT storyshots changes
2017-07-19 17:38:45 +02:00
Norbert de Langen
3c84722b54
Merge branch 'release/3.2' into storybook-native-ui
2017-07-19 10:31:00 +02:00
Norbert de Langen
9faced558e
CI run jest in series && add dummy deploy
2017-07-19 10:11:23 +02:00
Norbert de Langen
cad2b8d419
export getStorybook from config
2017-07-19 08:21:47 +02:00
Norbert de Langen
299a53ac72
SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure:
...
- Use yarn for installation
- Hoist all dependencies to root
- Hoist known packages to root
- Test storyshots in cra-kitchen-sink
2017-07-19 08:01:50 +02:00
kazuya kawaguchi
573f9862d0
📌 dependency(examples): bump dependency modules
2017-07-17 08:52:33 +09:00
Michael Shilman
1c59065b39
Merge branch 'master' into release/3.2
...
# Conflicts:
# addons/actions/package.json
# addons/knobs/package.json
# addons/storyshots/package.json
# app/react-native/package.json
# app/react/package.json
# examples/cra-kitchen-sink/package.json
# lerna.json
# lib/ui/src/modules/ui/components/layout/index.js
2017-07-14 10:40:54 -07:00
Oleg Proskurin
ec8ee5cb2d
Add deprecation warning
2017-07-11 20:43:22 +03:00
Oleg Proskurin
73f64c8052
Add withInfo()(storyFn)
2017-07-10 22:52:16 +03:00
Oleg Proskurin
d41888f848
Addons composition
2017-07-10 11:09:10 +03:00
Oleg Proskurin
d9a2948dab
Refactoring Addon Info [WIP]
2017-07-10 00:30:31 +03:00
Norbert de Langen
91e3c82e9c
Dependency updates
2017-07-09 01:45:07 +02:00
Norbert de Langen
15540df990
CHANGE indentation rule eslint (prettier)
2017-07-08 22:57:21 +02:00
Michael Shilman
c331251fcb
Update cra-kitchen-sink package versions for 3.2-alpha
2017-07-08 08:05:01 -07:00
Matt Oakes
86679ebe7c
MVP version of the on device React Native UI
...
This is a combination of 10 commits.
- Add a basic implementation of the native UI for the storybook
- Fix the lint errors
- Add a param to turn the native UI on and off using the same package
- Correctly set the width of the story list
- Added a size selector for the different sized iPhone screens
- Show the selected story in bold
- Add some styling to the panels
- Removed the canvas size switcher
- Fix lint errors
- Shortened the long render item and header lines
2017-07-07 16:10:13 +01: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