839 Commits

Author SHA1 Message Date
Kai Roeder
d81d671769 Fix tsLoader type issue 2019-04-22 18:59:41 +02:00
Kai Roeder
3811cd1bf8 Add types from webpack, ts-loader and typescript 2019-04-22 14:16:21 +02:00
Michael Shilman
fb2798685d v5.1.0-alpha.32 2019-04-22 11:15:33 +08:00
Kai Roeder
e863b44ddb Fix tsc build errors 2019-04-21 15:19:07 +02:00
Kai Roeder
58ae0520c0 Use require instead of import
tsc wants all imports to be under rootDir
2019-04-21 08:31:33 +02:00
Kai Roeder
60a085065b WIP; Migrate @storybook/angular to typescript 2019-04-20 15:54:27 +02:00
Michael Shilman
72d8523811 v5.1.0-alpha.31 2019-04-19 12:51:49 +08:00
Norbert de Langen
e887de7d0a
Merge pull request #6535 from aspidov/next
Fix for issue #6338: Changed default value for sourceMap property of angulars webpack config
2019-04-18 23:06:00 +02:00
Michael Shilman
da66766ab9 v5.1.0-alpha.30 2019-04-18 09:18:21 +08:00
Michael Shilman
9397813103 v5.1.0-alpha.29 2019-04-17 16:25:55 +08:00
Michael Shilman
2a55ee012f v5.1.0-alpha.28 2019-04-16 18:37:41 +08:00
Andrey Bolut
d6ac3d49bb changed default value for sourceMap property of angulars webpack config 2019-04-16 12:27:14 +03:00
konstantindenerz
5d76d47380 feat(angular, app): use window interface to check NODE_ENV because it could be undefined 2019-04-15 08:32:16 +02:00
Michael Shilman
f506e15f54 v5.1.0-alpha.27 2019-04-14 09:17:47 +08:00
Michael Shilman
17b8fe98b9 v5.1.0-alpha.26 2019-04-13 09:00:13 +08:00
Michael Shilman
eb7a36ff07 v5.1.0-alpha.25 2019-04-12 06:52:59 +08:00
Dan Krieger
090cb78fde Simpify angular project config resolution 2019-04-10 13:00:08 -07:00
Dan Krieger
a22a4591d5 Add default angular project storybook test 2019-04-10 11:17:44 -07:00
Dan Krieger
26372ab7be Look for angular project storybook as default project for configuration
Allow defining an optional `storybook` angular project configuration as the default for storybook execution
2019-04-10 10:40:35 -07:00
Michael Shilman
ea8b7217c3 v5.1.0-alpha.24 2019-04-09 10:10:18 +08:00
Michael Shilman
3cb0dd5af9 v5.1.0-alpha.23 2019-04-08 18:20:55 +08:00
Michael Shilman
daa8d43e0e v5.1.0-alpha.22 2019-04-05 21:40:24 +08:00
Michael Shilman
99c262545d v5.1.0-alpha.21 2019-04-04 23:31:16 +08:00
Norbert de Langen
1fd38cae47
Merge pull request #5109 from storybooks/ts-migration/babel-typescript
Using Babel for TypeScript instead of tsc
2019-04-04 14:22:50 +02:00
Max Sagan
9dbbdaa9f7 Fix issue reference 2019-04-01 15:16:02 +11:00
Max Sagan
399e122775 Fix change detection to support OnPush 2019-04-01 15:15:05 +11:00
Kai Röder
bfce809c68 Fix ts issues during yarn dev 2019-03-30 21:02:40 +01:00
Kai Röder
33d9835db5 Merge branch 'next' into ts-migration/babel-typescript 2019-03-30 12:54:22 +01:00
Max Sagan
14f6080a30 Remove property alias 2019-03-29 13:32:52 +11:00
Michael Shilman
a57917a19c v5.1.0-alpha.20 2019-03-29 10:02:06 +08:00
Max Sagan
24b98d9fc4 Adds requiresComponentDeclaration option 2019-03-29 11:08:55 +11:00
konstantindenerz
bb055101fb feat(app, angular): use provided node environment to enable prod mode 2019-03-28 07:32:40 +01:00
Michael Shilman
c628022f9c v5.1.0-alpha.19 2019-03-28 11:19:25 +08:00
Michael Shilman
8941e4449a v5.1.0-alpha.18 2019-03-27 07:33:25 +08:00
Michael Shilman
9937954243 v5.1.0-alpha.17 2019-03-26 20:59:42 +08:00
Michael Shilman
988679f4b2 v5.1.0-alpha.16 2019-03-26 18:39:53 +08:00
Michael Shilman
7550a437a2 v5.1.0-alpha.15 2019-03-26 11:06:15 +08:00
Norbert de Langen
98dc59d99e
Merge branch 'next' into tech/widen-required-webpack-version 2019-03-25 16:34:43 +01:00
Michael Shilman
8f95620be5 v5.1.0-alpha.14 2019-03-25 23:29:31 +08:00
Norbert de Langen
d36e189de8 CHANGE the required version of webpack so it's more likely to be compatible with the users installed version. 2019-03-25 16:03:16 +01:00
Kai Röder
aa9fa9ecf9 Potential jest fix for app/angular 2019-03-24 00:47:31 +01:00
Kai Röder
87dfbb7344 Fix for AppComponent instantiation 2019-03-24 00:12:41 +01:00
Kai Röder
1194c5fc5a Merge branch 'next' into ts-migration/babel-typescript 2019-03-23 16:56:46 +01:00
Kai Röder
8a2919cb53 Remove accidentally added webstorm %NODE_DEBUG_OPTION% 2019-03-23 16:54:18 +01:00
Kai Röder
2162772fb0 fix app/angular build 2019-03-23 16:33:55 +01:00
Michael Shilman
15871945e2 v5.1.0-alpha.13 2019-03-23 13:19:10 +08:00
Kai Röder
2f4f5b57a1 WIP Reverted ts migration of app/angular; fixed missing d.ts 2019-03-22 18:13:57 +01:00
Kai Röder
7ed0898ecc Merge branch 'next' into ts-migration/babel-typescript 2019-03-22 17:33:33 +01:00
Michael Shilman
2c1fae398f v5.1.0-alpha.12 2019-03-22 12:28:02 +08:00
Michael Shilman
0a81425e86 v5.1.0-alpha.11 2019-03-21 04:30:44 +08:00