27 Commits

Author SHA1 Message Date
Michael Shilman
bc54bbd143 Merge branch 'release/4.1' 2018-12-12 04:49:41 -08:00
Mansoor Basha Bellary
9aeb439f89 fix(): deprecations with replacing setOptions with withOptions 2018-12-01 00:29:20 -05:00
igor-dv
113bdb8e95 Change .storybook/tsconfig.json to extend the src/tsconfig.json 2018-10-09 15:24:36 +03:00
igor-dv
e21590d6a8 Initial logic of supporting "config" and "addons" files with the different extensions 2018-07-23 20:28:07 +03:00
Tom Coleman
0eb725b41c Refactor addon-jest to use a parameter-based pattern 2018-05-29 15:53:03 +10:00
klimentru1986
eabd6477fb added addon background and example story 2018-05-26 12:06:44 +03:00
Рудниченко Климент
507ec7bfd4 addon-jest.testresults.json 2018-05-07 10:26:26 +03:00
klimentru1986
f8ff98ded2 add adon-jest configuration and story 2018-05-05 08:19:31 +03:00
igor-dv
80de5cf135 Use typescript parser in angular-cli + remove typescript-eslint-parser dep 2018-03-21 18:18:32 +02:00
Hypnosphi
d15afc63af Run prettier 2018-02-18 17:43:47 +03:00
Igor
603a09c962
Merge branch 'master' into addon-stories 2018-02-18 15:45:18 +02:00
Hypnosphi
1a550e912b Include more paths into linting 2018-02-17 23:32:26 +03:00
igor
70ed244c7f Use " enforce: 'pre' ", in custom webpack configs 2018-02-17 16:41:34 +02:00
igor
a9b9824bad Merge remote-tracking branch 'origin/master' into addon-stories
# Conflicts:
#	examples/angular-cli/package.json
#	examples/polymer-cli/package.json
#	examples/vue-kitchen-sink/package.json
2018-02-17 13:04:06 +02:00
igor
fe35a3009f Separate vue examples 2018-02-06 10:02:29 +02:00
igor
f49fdafd62 Add hierarchyRootSeparator to angular examples 2018-02-05 17:24:06 +02:00
igor
9c17215d34 Change addon name to "addon-storysource" 2018-02-05 16:38:07 +02:00
igor
b96b1dac2f Add to vue 2018-02-01 11:53:45 +02:00
igor
65e4ea2d5d Add stories addon to angular 2018-01-31 15:21:41 +02:00
igor
9839c40367 Move css-rules-warning to styles.css 2018-01-20 12:26:29 +02:00
igor
270f2e0011 Show css warning if css rules are not configured as needed. 2018-01-10 10:24:16 +02:00
igor
fb930edec0 Add ability to load a custom tsconfig.json in the storybook config dir. 2018-01-07 11:06:24 +02:00
hypnos
9127f79029 Add integration test for angular example 2017-12-24 11:58:12 +01:00
Carlos Vega
ede5c0e110 Laying the foundation to fix the knobs add-on for angular
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
5c7a851e36 Update getstorybook CLI
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
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