3945 Commits

Author SHA1 Message Date
igor
d214b7e670 Merge remote-tracking branch 'origin/release/3.2' into 151-story-hierarchy 2017-07-10 11:35:31 +03:00
Norbert de Langen
f2054b91d8 Merge pull request #1434 from storybooks/1433-fix-alpha-versions
Update cra-kitchen-sink package versions for 3.2-alpha
2017-07-08 23:26:17 +02:00
Michael Shilman
c331251fcb Update cra-kitchen-sink package versions for 3.2-alpha 2017-07-08 08:05:01 -07:00
igor
de858e5899 Add test for pressing enter on story 2017-07-08 00:04:40 +03:00
igor
760a752256 Fix long story name word-breaking 2017-07-07 21:10:17 +03:00
igor
3607ed5fa2 Merge remote-tracking branch 'origin/release/3.2' into 151-story-hierarchy 2017-07-07 11:11:25 +03:00
igor
392f4d4b90 Merge branch '151-story-hierarchy' of https://github.com/storybooks/storybook into 151-story-hierarchy 2017-07-07 11:08:46 +03:00
igor
e34cf1999e Add keyboard accessibility to stories tree 2017-07-07 11:05:53 +03:00
Michael Shilman
fbc665f24c v3.2.0-alpha.7 2017-07-06 01:59:39 -07:00
Michael Shilman
f6e4c1167f v3.2.0-alpha.7 v3.2.0-alpha.7 2017-07-06 01:39:33 -07:00
Michael Shilman
3d1926b461 Merge pull request #1419 from storybooks/master
Updating 3.2 alpha release with patches
2017-07-06 01:19:18 -07:00
Michael Shilman
d6177f8ea8 Merge pull request #1401 from storybooks/151-story-hierarchy
Story Hierarchy - initial state bug fix
2017-07-06 01:00:26 -07:00
Michael Shilman
3096cdeee3 Merge remote-tracking branch 'origin/151-story-hierarchy' into 151-story-hierarchy 2017-07-06 00:43:45 -07:00
Norbert de Langen
acfddc052b Merge pull request #1410 from tarjei/patch-1
Support webpack 3.0.0
2017-07-05 13:43:07 +02:00
Tarjei Huse
6a068d7018 Support webpack 3.0.0
Without this, the main webpack dependency will break for users using 3.0.0. See #1371
2017-07-05 12:39:37 +02:00
Norbert de Langen
33096d407e Merge pull request #1408 from abhiaiyer91/master
fix(react-inspector): update react inspector to fix #1385
2017-07-05 09:52:54 +02:00
abhiaiyer91
5bee33f0c1 fix(react-inspector): update react inspector to fix #1385 2017-07-04 16:46:54 -07:00
Norbert de Langen
c14bf092f3 Merge pull request #1406 from storybooks/addon-knobs-readme
Updated addon knob readme.
2017-07-04 22:50:26 +02:00
Gytis Vinclovas
e0fe7742f6 Updated addon knob readme. 2017-07-04 17:55:15 +03:00
Norbert de Langen
89c5f3b528 Merge pull request #1381 from storybooks/fix-rn-webpack-prod-config
Removed empty array, since webpack 2 doesn't support them anymore.
2017-07-04 15:11:25 +02:00
igor
9120949f91 Merge remote-tracking branch 'origin/release/3.2' into 151-story-hierarchy 2017-07-04 15:24:19 +03:00
igor
fe3f19df23 Use deepEqual to compare selectedHierarchy 2017-07-04 12:35:56 +03:00
Alexandre BODIN
03e10d0873 Bump vue to 3.2.0-alpha.6 to publish as latest (getstorybook needs this) 2017-07-04 09:06:59 +02:00
igor
0e06e1acf9 Merge remote-tracking branch 'origin/release/3.2' into 151-story-hierarchy 2017-07-03 10:05:44 +03:00
igor
281b021b01 Add tests to check the componentWillReceiveProps 2017-07-03 09:26:57 +03:00
Michael Shilman
957ff8f0bf Merge branch 'release/3.2' into 151-story-hierarchy 2017-07-02 19:48:15 -07:00
Michael Shilman
a2802e5596 Merge pull request #1400 from storybooks/examples-3.2-alpha-versioning
Update cra-kitchen-sink versioning for alpha release
2017-07-02 19:47:25 -07:00
igor
61f6878faf Fix loss of the state in a reall app with componentWillReceiveProps 2017-07-03 00:51:03 +03: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
5642b7df6f v3.2.0-alpha.5 v3.2.0-alpha.5 2017-07-02 10:22:53 -07:00
Michael Shilman
b26e39b99d Merge pull request #1387 from storybooks/151-story-hierarchy
Story Hierarchy (UI improvements)
2017-07-02 09:59:00 -07:00
igor
f048d32afa Add more tests for stories_tree 2017-07-02 12:15:22 +03:00
igor
3d65aad62a Upgrade storybook-react-treebeard to a newer version that fixes import syntax 2017-07-02 11:33:34 +03:00
Michael Shilman
cf941900bf Merge pull request #1267 from storybooks/add-app-vue
WIP - add vue support
2017-07-02 01:00:54 -07:00
igor
5a6ca6cc9d Rename stories dir to the stories_tree to prevent prepublish script ignore flags collision 2017-07-02 10:10:16 +03:00
Michael Shilman
83bb8746a3 Merge branch 'release/3.2' into add-app-vue 2017-07-02 00:02:55 -07:00
Michael Shilman
a10d19dbe4 Merge remote-tracking branch 'origin/151-story-hierarchy' into 151-story-hierarchy 2017-07-01 23:38:40 -07:00
Michael Shilman
682d3947c2 Merge branch 'release/3.2' into 151-story-hierarchy 2017-07-01 17:27:43 -07:00
Michael Shilman
80f7ab2765 Merge branch 'master' into release/3.2 2017-07-01 10:34:33 -07:00
igor
3e315bb73e Use a forked version of the react-treebeard 2017-07-01 13:46:53 +03:00
Alexandre BODIN
864e97e926 fix version in package.json 2017-07-01 10:40:24 +02:00
Alexandre BODIN
929eb389be Merge branch 'master' of github.com:storybooks/storybook into add-app-vue 2017-07-01 10:39:29 +02:00
Alexandre BODIN
d2f259b727 Merge branch 'add-app-vue' of github.com:storybooks/storybook into add-app-vue 2017-07-01 10:29:26 +02:00
Daniel Duan
98f95d7d9a Merge branch 'master' into fix-rn-webpack-prod-config 2017-06-30 21:49:20 -04:00
Michael Shilman
6df3dea8e5 Merge pull request #1390 from storybooks/tmeasday-patch-1
Add a FAQ entry for shared config with next
2017-06-30 07:08:45 -07:00
igor
2980693581 Extract tree_style to separate file 2017-06-30 10:39:05 +03:00
igor
836215fe91 Fix a bug when the component node and one of the namespaces nodes have the same name 2017-06-30 10:26:33 +03:00
Tom Coleman
59507770fa Add a FAQ entry for shared config with next 2017-06-30 13:12:11 +10:00
igor
4c562c39eb Move decorators to separate file 2017-06-30 00:25:40 +03:00