158 Commits

Author SHA1 Message Date
igor
b0f4064dae Update snapshots 2018-01-08 18:19:13 +02:00
igor
11687bdc09 After merge fixes 2018-01-08 18:15:53 +02:00
igor
2aac9933fd Merge remote-tracking branch 'origin/master' into angular-storyshots
# Conflicts:
#	addons/storyshots/package.json
#	examples/angular-cli/package.json
#	examples/angular-cli/src/stories/index.ts
#	examples/vue-kitchen-sink/package.json
#	package.json
#	tsconfig.json
2018-01-08 18:05:57 +02:00
Igor
c68264d80a
Merge branch 'master' into custom-ts-config 2018-01-08 16:50:23 +02:00
igor
a49a6c77f8 Add prettier to ts lint 2018-01-08 14:02:45 +02:00
igor
9d13ba220b Add tslint to the linting pipe 2018-01-08 13:08:02 +02:00
Igor
2b9ddaadcd
Merge branch 'master' into custom-ts-config 2018-01-08 13:07:43 +02:00
Michael Shilman
d8d955cbbc v3.4.0-alpha.0 2018-01-07 21:32:57 +05:30
Michael Shilman
71c528c462 merge release 3.3.4 to master 2018-01-07 19:36:11 +05:30
Michael Shilman
3abdbb6528 v3.3.4 2018-01-07 18:23:40 +05:30
Filipp Riabchun
c0a0acf28b Merge pull request #2659 from storybooks/dependencies.io-update-build-159.0.0 2018-01-07 18:14:27 +05:30
Carlos Vega
70d56d10aa Merge pull request #2646 from storybooks/camelcased-angular-knobs
Removed lowercase-only restriction for knobs
2018-01-07 17:02:32 +05:30
Norbert de Langen
84d52bdf49 Merge pull request #2592 from storybooks/angular-cli-stories-separation
Separate stories in angular-cli example
2018-01-07 17:01:55 +05:30
igor
fb930edec0 Add ability to load a custom tsconfig.json in the storybook config dir. 2018-01-07 11:06:24 +02:00
igor
8eee1c0411 Now I need to update snapshots... 2018-01-06 17:46:44 +02:00
Igor
227aaf535a
Merge branch 'master' into angular-storyshots 2018-01-06 12:07:14 +02:00
Filipp Riabchun
c4908b4bfe
Merge branch 'master' into dependencies.io-update-build-159.0.0 2018-01-05 21:47:10 +03:00
Dependencies.io Bot
e70fb5845b Update @types/node from 6.0.95 to 6.0.96 in examples/angular-cli 2018-01-05 16:45:14 +00:00
Igor
185423961e
Merge branch 'master' into camelcased-angular-knobs 2018-01-04 20:42:31 +02:00
Norbert de Langen
de37c4b19d
Merge branch 'master' into angular-storyshots 2018-01-04 18:40:53 +01:00
Carlos Vega
d129d65e4a Removing lowercase-only restriction for knobs
Take in account that now the knob name needs to be the same as the angular component @Input attribute. Otherwise it'll not bind to the correct property.

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2018-01-04 10:49:16 -06:00
Dependencies.io Bot
00ecaf05c2 Update @angular/language-service from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:43:49 +00:00
Dependencies.io Bot
9efc9a4793 Update @angular/compiler-cli from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:42:13 +00:00
Dependencies.io Bot
3b22a37c37 Update @angular/router from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:40:40 +00:00
Dependencies.io Bot
e17bde622e Update @angular/platform-browser-dynamic from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:39:05 +00:00
Dependencies.io Bot
61cc9140b3 Update @angular/platform-browser from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:37:33 +00:00
Dependencies.io Bot
28a0d98d67 Update @angular/http from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:35:59 +00:00
Dependencies.io Bot
1830c7db78 Update @angular/forms from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:34:26 +00:00
Dependencies.io Bot
b0c96e85e1 Update @angular/core from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:32:52 +00:00
Dependencies.io Bot
c69307ca2a Update @angular/compiler from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:31:17 +00:00
Dependencies.io Bot
8983ef8abf Update @angular/common from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:29:37 +00:00
Dependencies.io Bot
f1e7b55420 Update @angular/animations from 5.1.2 to 5.1.3 in examples/angular-cli 2018-01-04 16:27:56 +00:00
igor
a1fd3cf21e typo and indentation 2018-01-03 16:36:05 +02:00
igor
ea2db195cc Wrap story with app.component like in the app/angular and set dynamically all the props 2018-01-03 15:53:39 +02:00
igor
637a919b8d Fix indentation 2018-01-03 13:29:49 +02:00
igor
84237fb5cc Angular + Jest + Storyshots = Crazy Shit. Move the jest-preset-angular/setupJest to be required before any storybook code is running inside jest - one of the things that jest-preset-angular/setupJest does is extending the window.Reflect with all the needed metadata functions, that are required for emission of the TS decorations like 'design:paramtypes' 2018-01-03 10:38:21 +02:00
igor
29e84bd243 Update snapshots 2017-12-29 16:27:40 +02:00
igor
2c460e4c36 Extract more stories to separate files 2017-12-29 16:27:39 +02:00
Igor
43a273b423
Merge branch 'master' into angular-storyshots 2017-12-29 14:00:54 +02:00
Norbert de Langen
469ecb1da8
Merge branch 'master' into angular-cli-stories-separation 2017-12-29 00:04:10 +01:00
igor
714b694ca4 Merge remote-tracking branch 'origin/master' into angular-storyshots
# Conflicts:
#	addons/storyshots/package.json
#	examples/angular-cli/package.json
2017-12-28 22:34:35 +02:00
hypnos
4b4cbc976a Merge remote-tracking branch 'origin/master' into dependencies.io-update-build-149.0.0
# Conflicts:
#	examples/angular-cli/package.json
#	package.json
#	yarn.lock
2017-12-28 23:13:44 +03:00
Michael Shilman
02a69e0b1b v3.3.3 2017-12-28 22:34:34 +05:30
Dependencies.io Bot
0fda433771 Update @types/jasmine from 2.8.2 to 2.8.3 in examples/angular-cli 2017-12-28 16:34:35 +00:00
igor
8f549faf9e Merge remote-tracking branch 'origin/master' into angular-storyshots
# Conflicts:
#	addons/storyshots/package.json
#	app/angular/src/client/preview/angular/helpers.ts
#	examples/angular-cli/package.json
#	jest.config.js
2017-12-28 15:50:19 +02:00
Igor
f8d4e8c5e0
Merge branch 'master' into angular-cli-stories-separation 2017-12-28 13:41:06 +02:00
igor
b3792ef521 Use ɵReflectionCapabilities + knobs example 2017-12-28 10:31:57 +02:00
igor
c34ad1f510 Separate stories from the index.ts 2017-12-28 09:09:24 +02:00
Igor
fc197de71c
Merge branch 'master' into fix-di 2017-12-28 09:03:50 +02:00
Michael Shilman
fbe50ffb46 v3.3.2 2017-12-28 12:10:49 +09:00