4289 Commits

Author SHA1 Message Date
igor
130b53da43 Add .editorconfig file 2017-08-08 08:20:50 +03:00
Lochlan Bunn
094459a43e Fix info addon prop tables (#1607)
Prop Tables were being key'd by their component's object `name` prop; this means that only the first component, of many components of the same type, would show.

Making sure we first check `displayName` for key usage means that components with the same type can all appear in the Prop Tables if their individual `displayName`'s were different.

Case: Higher Order Components
2017-08-07 21:49:03 +03:00
Norbert de Langen
89b6b41cea Merge pull request #1605 from storybooks/shortcut-cra
add shortcut for running `yarn storybook` in `cra-kitchen-sink`
2017-08-07 00:23:41 +02:00
hypnos
2d93244fc6 Rename to 'start' 2017-08-07 01:01:55 +03:00
Filipp Riabchun
32770140da Merge branch 'master' into shortcut-cra 2017-08-07 00:58:06 +03:00
Norbert de Langen
e783776018 Merge pull request #1600 from storybooks/nvmrc
Ignore nvmrc
2017-08-06 23:48:50 +02:00
hypnos
1c44ab226f add shortcut for running yarn storybook in cra-kitchen-sink 2017-08-06 23:55:17 +03:00
Igor
ba9d5202a3 Hierarchy expansion on search (#1598)
* Expand stories by default when the search filter applied + highlight matched parts of the nodes

* Merge remote-tracking branch 'origin/master' into hierarchy-expansion-on-search

Conflicts:
	lib/ui/src/modules/ui/components/left_panel/stories_tree/index.js
	lib/ui/src/modules/ui/components/left_panel/stories_tree/tree_decorators.js

* Remove comments

* Fix filter tests

* Cleanups

* Rename for readability

* Mock 'lodash.debounce' import

* Remove special characters from stories filter

* Escape instead of replacing

* Add test for highlighting
2017-08-06 13:23:41 +03:00
Filipp Riabchun
c054e65171 Merge branch 'master' into nvmrc 2017-08-06 13:19:29 +03:00
Oleg Proskurin
38ff4cb429 Merge pull request #1592 from slorber/patch-2
Document how to use info addon as decorator
2017-08-05 19:30:40 +03:00
hypnos
2c181d05f8 ignore .nvmrc 2017-08-05 18:50:38 +03:00
hypnos
01b49edc1f adjust version 2017-08-05 18:37:26 +03:00
Filipp Riabchun
662c24d427 Merge branch 'master' into nvmrc 2017-08-05 18:32:31 +03:00
Oleg Proskurin
523fae4724 Merge branch 'master' into patch-2 2017-08-05 14:54:52 +03:00
Norbert de Langen
e01fd7a12d Merge pull request #1601 from michaltaberski/add-sidebar-animations-config-prop
Add sidebarAnimations config prop
2017-08-05 13:13:54 +02:00
Norbert de Langen
cee0081030 Merge branch 'master' into add-sidebar-animations-config-prop 2017-08-05 12:47:33 +02:00
Norbert de Langen
586252281f Merge branch 'master' into nvmrc 2017-08-05 10:10:08 +02:00
Norbert de Langen
f36dac32f8 Merge pull request #1548 from storybooks/modal-search-box
Use ReactModal for search box
2017-08-05 10:04:55 +02:00
hypnos
45ecf9e185 Add nvmrc 2017-08-05 04:36:27 +03:00
Filipp Riabchun
1852b0e400 Merge branch 'master' into modal-search-box 2017-08-05 01:38:27 +03:00
Sébastien Lorber
d806ff2799 Update README.md 2017-08-04 21:03:28 +02:00
michaltaberski
e375f48b68 Add sidebarAnimations config prop 2017-08-04 19:54:08 +02:00
Michael Shilman
cac540158a Merge pull request #1591 from Billydubb/patch-2
Update readme.md
2017-08-04 09:40:30 -07:00
Igor
ab45a9b3e9 Merge pull request #1523 from Hypnosphi/menu-hrefs
Add hrefs to left menu links
2017-08-04 19:24:01 +03:00
Igor
c4bfa31b74 Merge branch 'master' into menu-hrefs 2017-08-04 19:17:29 +03:00
Michael Shilman
9b0dabea37 Fix DBS user entry 2017-08-04 08:49:18 -07:00
Norbert de Langen
5e57d5b3bc Merge pull request #1594 from tonysk/master
adding new user
2017-08-04 17:17:39 +02:00
Norbert de Langen
f8aa01f001 CHANGE to svg version of the logo, change order a bit 2017-08-04 16:46:18 +02:00
Tony Sebastian
dc3a9bf212 update user content 2017-08-04 22:17:25 +08:00
Tony Sebastian
d42ffa7ec5 adding user logo 2017-08-04 22:14:39 +08:00
Tony Sebastian
5f2514d87a update users 2017-08-04 22:14:03 +08:00
Sébastien Lorber
ea74e36bbe Update README.md 2017-08-04 15:33:12 +02:00
Oleg Proskurin
6f0d99b703 Merge branch 'master' into patch-2 2017-08-04 16:09:51 +03:00
hypnos
47e54edf59 Adjust the merged test 2017-08-04 15:14:41 +03:00
Filipp Riabchun
e033e6b9f2 Merge branch 'master' into menu-hrefs 2017-08-04 15:11:37 +03:00
Filipp Riabchun
5048a50312 Merge branch 'master' into modal-search-box 2017-08-04 15:10:31 +03:00
Filipp Riabchun
e3ac03cd68 Always collapse an expanded kind without changing selected story (#1590)
* Always collapse an expanded kind without changing selected story

* Reduce duplication in stories_tree tests
2017-08-04 15:09:55 +03:00
Sébastien Lorber
6ce37ddcb2 Document how to use info addon as decorator 2017-08-04 12:50:57 +02:00
Billydubb
a09146010c Update readme.md 2017-08-04 11:25:57 +02:00
Filipp Riabchun
c8541f8e37 Merge branch 'master' into modal-search-box 2017-08-04 00:59:52 +03:00
hypnos
bd0524c50f Add link funtionality to story menu items 2017-08-03 20:49:30 +03:00
kazuya kawaguchi
bfc9c85439 Merge pull request #1574 from kazupon/tweak/vue-example
🔥 refactor(examples): Remove unnecesary code
2017-08-03 19:47:55 +09:00
Norbert de Langen
ecfceace09 Merge branch 'master' into tweak/vue-example 2017-08-03 12:25:15 +02:00
Filipp Riabchun
a1986eb209 Show outline when navigating with tab, but prevent focusing when clicking on menu items (#1583) 2017-08-03 08:26:39 +03:00
Norbert de Langen
b5a69e4c04 Merge branch 'master' into modal-search-box 2017-08-02 22:12:59 +02:00
Norbert de Langen
232c2b00df Merge branch 'master' into tweak/vue-example 2017-08-02 21:59:12 +02:00
Norbert de Langen
095393c041 Merge pull request #1577 from herrmannplatz/patch-1
Fixed border-radius typo in MyButton.vue
2017-08-02 21:57:03 +02:00
René Herrmann
bb961b6fd1 Fixed border-radius typo in MyButton.vue 2017-08-02 13:48:20 +02:00
kazuya kawaguchi
329906b3e1
🔥 refactor(examples): Remove unecesary code 2017-08-02 16:47:54 +09:00
Filipp Riabchun
2243e6c68e Merge branch 'master' into modal-search-box 2017-08-02 00:37:49 +03:00