819 Commits

Author SHA1 Message Date
Kai Roeder
0e9f7264f5 fix path to mock fs 2019-05-20 14:45:13 +02:00
Kai Roeder
d9d4c36631 Merge branch 'next' into ts-migration/app-angular 2019-05-20 14:43:32 +02:00
Norbert de Langen
a6a8dd93fd UPGRADES 2019-05-18 22:04:17 +02:00
elevatebart
9ca4552d1b fix required engine for app 2019-05-17 10:32:31 -05:00
Norbert de Langen
6cf2366b29 ADD engine field to package.json in apps 2019-05-17 12:38:47 +02:00
Michael Shilman
e14539f712 v5.1.0-beta.1 2019-05-16 13:57:31 +08:00
Michael Shilman
564b11785e v5.1.0-beta.0 2019-05-10 16:44:58 +08:00
Michael Shilman
d4922ad481 v5.1.0-alpha.40 2019-05-08 23:30:52 +08:00
Norbert de Langen
16281d182a Merge branch 'next' into pr/Spy-Seth/6655
# Conflicts:
#	yarn.lock
2019-05-07 14:15:43 +02:00
Norbert de Langen
278ead84c9 Merge branch 'next' into pr/konstantindenerz/6215 2019-05-06 19:49:24 +02:00
Norbert de Langen
a2f9242f7f Merge branch 'next' into pr/Spy-Seth/6655
# Conflicts:
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/notes/package.json
#	addons/ondevice-backgrounds/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-notes/package.json
#	addons/options/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/viewport/package.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/components/package.json
#	lib/router/package.json
#	lib/ui/package.json
#	yarn.lock
2019-05-06 11:51:04 +02:00
Michael Shilman
5128f12731
Merge pull request #6666 from MaximSagan/angular/avoid-component-redeclaration-without-additional-configuration
Angular - Avoid component redeclaration without additional configuration
2019-05-06 15:42:24 +08:00
Michael Shilman
d2039e026d v5.1.0-alpha.39 2019-05-02 14:34:07 +08:00
Michael Shilman
a718441923 v5.1.0-alpha.38 2019-05-02 12:29:56 +08:00
Michael Shilman
ccc1d42948 v5.1.0-alpha.37 2019-05-01 18:57:23 +08:00
Norbert de Langen
7c2ebbcfa9 REMOVE the core-js alias, though multiple core-js instances would be bad at best.
Maybe we can do something super smart and map the old to the new?
2019-04-27 21:40:02 +02:00
Norbert de Langen
8555198ed0 UPGRADES 2019-04-27 21:32:19 +02:00
Armand Abric
bc6f900b59 Upgrade core-js imports 2019-04-27 18:14:56 +02:00
Armand Abric
569b55379f Upgrade to core-js v3 2019-04-27 18:14:56 +02:00
Max
21e4997314 "Avoid component redeclaration" re-implementation 2019-04-28 01:17:27 +10:00
Michael Shilman
dd97c370e7 v5.1.0-alpha.36 2019-04-27 13:09:34 +08:00
Norbert de Langen
d0564a2d65
Allow optional component declaration (#6346)
Allow optional component declaration
2019-04-26 20:11:04 +02:00
Michael Shilman
e20d20a263 v5.1.0-alpha.35 2019-04-27 01:28:15 +08:00
Norbert de Langen
8b9dd602fc Merge branch 'next' into pr/MaximSagan/6346
# Conflicts:
#	app/angular/src/client/preview/angular/helpers.ts
2019-04-26 18:42:59 +02:00
Norbert de Langen
9ad60a30ff CHANGE strategy to use DefinePlugin over global variable 2019-04-26 16:07:13 +02:00
Norbert de Langen
27d587f4d2 Merge branch 'next' into pr/konstantindenerz/6215
# Conflicts:
#	app/angular/src/client/preview/angular/helpers.ts
2019-04-26 15:22:58 +02:00
Norbert de Langen
4c24ec486e
Angular: Support default storybook project configuration (#6484)
Angular: Support default `storybook` project configuration
2019-04-26 12:38:48 +02:00
Norbert de Langen
f939e1417a just a few little linting issues fixed 2019-04-25 17:59:37 +02:00
Michael Shilman
694460c087 v5.1.0-alpha.34 2019-04-24 23:02:08 +08:00
Michael Shilman
23268e4fec v5.1.0-alpha.33 2019-04-23 14:25:37 +08:00
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