396 Commits

Author SHA1 Message Date
Carlos Vega
5c7a851e36 Update getstorybook CLI
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
a8e8ed4600 Enabling support for components with separate templates/css
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
ca3520073b Testing add-ons
- Links
- Actions
- Notes

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
7ae3f1ddf8 Fixing issues with duplicate types introduced by recent changes
We had TypeScript errors related to conflicting @types included in the root @storybook repo and the angular-cli sample. Also, we had some issues with TS not recognizing `describe`, `it` and other global functions exposed by jasmine.

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:37 +02:00
Norbert de Langen
3f0cbc9b1a SYNC dependencies 2017-08-18 18:18:37 +02:00
Michael Shilman
b9a955721b Update example deps
- `start-storybook` / `build-storybook` should be run out of
`node_modules/.bin`
- update lerna config to not publish angular-test example
2017-08-18 18:18:37 +02:00
Carlos Vega
63a6e3fe56 Removing @storybook/angular dep as it doesn't exist
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:16:45 +02:00
Carlos Vega
99435cfcf5 Angular (2+) support (#269)
This is the first attempt at adding support for Angular based, mostly, on the vue changes.

What works:
- Added angular sample code to the `examples` folder
- Rendering stories and creating stories out of existing angular components
- For the time being, this only supports one-page angular components

What's missing:
- Addons support
- Support for components that have a separate template

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:16:45 +02:00
hypnos
85aeb4ee72 Fix new errors 2017-08-18 19:10:28 +03:00
Filipp Riabchun
4b4914833f Merge branch 'master' into stricter-lint-imports 2017-08-18 18:45:58 +03:00
Daniel Duan
0b0b26dd04 snapshot update 2017-08-18 11:40:17 -04:00
Joao Ribeiro
03ea103166 Add flowtype example again 2017-08-18 11:40:17 -04:00
Daniel Duan
2e25fee3d2 docgen spacing issues 2017-08-18 11:06:43 -04:00
Daniel Duan
2c289d7666 Merge pull request #1562 from storybooks/info-docgen
Add new react-docgen propTypes to info addon
2017-08-18 11:03:40 -04:00
Filipp Riabchun
79a2b9327b Merge branch 'master' into stricter-lint-imports 2017-08-18 15:26:50 +03:00
Norbert de Langen
a274227adc Merge branch 'master' into addon-knobs-rn-example 2017-08-18 11:59:00 +02:00
Norbert de Langen
c8b2e6f9ac Merge branch 'master' into improve/decorator-for-vue 2017-08-18 11:46:48 +02:00
Norbert de Langen
63eaa5af49 Merge branch 'master' into stricter-lint-imports 2017-08-18 10:57:33 +02:00
hypnos
cb92897063 Promote no-extraneous-dependencies to error level and make it pass 2017-08-18 04:35:25 +03:00
Norbert de Langen
67cb7dccdc FIX some code-review 2017-08-17 22:51:19 +02:00
Daniel Duan
a46d83e650 Merge branch 'master' into info-docgen 2017-08-16 14:23:29 -04:00
Daniel Duan
42b806c053 docgen examples 2017-08-16 14:10:16 -04:00
Daniel Duan
38fe9b9e7b removed styles from docgen button 2017-08-16 13:58:44 -04:00
Norbert de Langen
6515a5f471 UPDATE snapshots 2017-08-16 16:46:53 +02:00
Norbert de Langen
d1984b52de FIX & optimize CircleCI 2017-08-16 14:31:42 +02:00
Norbert de Langen
e6da5eab68 FIXED test-cra & others that manually link 2017-08-16 14:10:47 +02: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
da3ed2efd7 Rename selectedDownPanel to selectedAddonPanel 2017-08-12 16:41:11 +03:00
Oleg Proskurin
9c0bd90732 Add tests 2017-08-11 22:01:59 +03:00
kazuya kawaguchi
9be66534a3
🆙 update(examples/vue-kitchen-sink): add centered decorator 2017-08-12 03:01:33 +09:00
kazuya kawaguchi
ce674bc749
📌 depedency(example/vue-kitchen-sink): add addon-centered and bump vue related versions 2017-08-12 03:00:40 +09:00
Oleg Proskurin
cab7163cd8 Add selectedDownPanel option 2017-08-11 21:00:08 +03:00
Daniel Duan
18751fc3f9 Merge branch 'master' into info-docgen 2017-08-10 11:33:54 -04:00
Gytis Vinclovas
c93ffffe1f Added knobs examples to crna and vanilla react native. 2017-08-10 11:27:32 +03:00
Daniel Duan
b45a5b2434 docgen info works without flow 2017-08-07 16:57:30 -04:00
Daniel Duan
1b3be20591 deleted .babelrc to use default babel 2017-08-07 16:54:14 -04:00
Joao Ribeiro
1b2f2597a4 Add TypedButton example showcasing Flowtype & React Docgen docs 2017-08-07 16:54:14 -04:00
Norbert de Langen
056a0e19c6 Merge branch 'master' into improve/decorator-for-vue 2017-08-05 20:32:35 +02:00
Filipp Riabchun
6439f8cb9a Merge branch 'master' into tree-visual-adjusments 2017-08-05 15:27:03 +03:00
hypnos
63b64e596d Update storyshot 2017-08-05 04:24:26 +03:00
hypnos
d29c431c2c Visual adjusments for stories tree 2017-08-05 03:38:28 +03:00
michaltaberski
e375f48b68 Add sidebarAnimations config prop 2017-08-04 19:54:08 +02:00
kazuya kawaguchi
6f357405f9
🍭 example: add decorator example 2017-08-05 00:58:41 +09:00
kazuya kawaguchi
329906b3e1
🔥 refactor(examples): Remove unecesary code 2017-08-02 16:47:54 +09:00
Michael Shilman
279dc892b2 Updated RN packager host with PR comments 2017-08-01 12:07:27 -07:00
Michael Shilman
8f10fce540 Use RN packager host by default in examples and also CLI templates 2017-08-01 11:13:11 -07:00
Michael Shilman
aebecbe00d Add CRNA kitchen sink example for testin 2017-08-01 11:12:11 -07:00
Tom Coleman
ee6204eab0 Merge branch 'master' into 1147-addon-info-refactor 2017-07-31 09:36:15 +10:00
Oleg Proskurin
ae2a030d0e Upd snapshots 2017-07-30 21:59:00 +03:00
Oleg Proskurin
2e590bfa9f Add regExpStringify 2017-07-30 20:07:11 +03:00