445 Commits

Author SHA1 Message Date
Igor
3714159490
Merge branch 'master' into move-lodash-to-lodash-es 2017-12-24 21:49:17 +02:00
Igor
37f158b6e0
Merge branch 'master' into lodash-es-and-misc-fixes 2017-12-24 13:36:14 +02:00
igor
30a7f31b42 Revert lodash related changes 2017-12-24 13:33:26 +02:00
igor
a42f6d043a Move everything from lodash to lodash-es 2017-12-24 13:24:10 +02:00
hypnos
0d27286058 Merge remote-tracking branch 'origin/master' into dependencies.io-update-build-140.0.0
# Conflicts:
#	examples/angular-cli/package.json
2017-12-24 11:30:08 +01:00
igor
01518b2539 Use specific lodash-es method to prevent polluting the bundle with the entire lodash. 2017-12-24 10:58:59 +02:00
igor
da62a44c43 Change "=>" to ">=" as for @Hypnosphi comment in #2467 2017-12-24 10:52:28 +02:00
Michael Shilman
aa2a8c11f3 v3.3.0-rc.0 2017-12-23 20:20:05 -08:00
Dependencies.io Bot
b5768fd3df Update style-loader from 0.17.0 to 0.18.2 in app/angular 2017-12-24 00:45:17 +00:00
Ruslan
13bf194296
Merge branch 'release/3.3' into component-props-assignment-improvements 2017-12-24 02:47:13 +03:00
jason
02838eb4b3 - fixed overriding of default values of components inputs with undefined value,
- added ngModel property support & aded FormModule import to module,
- added @types/lodash dependency,
- added manual ngOnChanges hook call
2017-12-24 01:31:26 +03:00
Norbert de Langen
d4f00d8613
Merge branch 'release/3.3' into upgrade-jest-v2
# Conflicts:
#	examples/cra-kitchen-sink/package.json
#	package.json
#	yarn.lock
2017-12-23 19:44:58 +01:00
Norbert de Langen
3cfacfe4ec UPGRADE jest to latest & FIX all failing unittests 2017-12-23 18:48:29 +01:00
Michael Shilman
4903d6ece7 v3.3.0-alpha.6 2017-12-23 09:25:20 -08:00
Michael Shilman
a65beced79 v3.3.0-alpha.5 2017-12-23 09:05:46 -08:00
ralzinov
0df588b216 added "moduleMetadata" property to IGetStory interface at index.d.ts 2017-12-22 20:58:55 +03:00
ralzinov
e00356183d fixed conflicts, added annotation to merged files 2017-12-22 13:34:14 +03:00
Ruslan
edaee12871
Merge branch 'release/3.3' into fix-angular-typings 2017-12-22 12:42:14 +03:00
Ruslan
ab75f9a947
Merge branch 'release/3.3' into fix-angular-typings 2017-12-21 21:10:31 +03:00
Carlos Vega
c367d967dc Igor's feedback
- Changing main tag to a more meaningful name
- Removing redundant type Data
- Validating moduleMetadata param
- Removing unused references

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-12-21 09:55:22 -06:00
Carlos Vega
bc4af36ad5 Removing unused import
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-12-20 16:41:50 -06:00
Carlos Vega
82c1642923 Adding extra metadata to module/components 2017-12-20 16:07:38 -06:00
Norbert de Langen
7b296048b1
Merge branch 'release/3.3' into fix-ng-component-prop-output-override 2017-12-20 21:31:26 +01:00
Ruslan
6585b8777c
Merge branch 'release/3.3' into fix-ng-component-prop-output-override 2017-12-20 21:38:49 +03:00
Ruslan
841f260e01
Merge branch 'release/3.3' into fix-angular-typings 2017-12-20 21:37:35 +03:00
igor
6ed2fd8483 Fix Critical dependency: the request of a dependency is an expression in webpack.config.prod 2017-12-20 09:08:53 +02:00
igor
24873e7988 Remove pathinfo 2017-12-20 08:57:57 +02:00
igor
08b0bdafa6 Remove setMeta 2017-12-20 08:38:30 +02:00
igor
dd0d1859e9 Move back to peer deps 2017-12-20 08:09:24 +02:00
Igor
9cc09dbb97
Merge branch 'release/3.3' into angular-versions-support 2017-12-20 06:55:22 +02:00
igor
5fe1283e30 Add custom pipes support 2017-12-19 17:38:34 +02:00
igor
154e510540 Fix Critical dependency: the request of a dependency is an expression warning with angular 5. 2017-12-14 08:14:47 +02:00
ralzinov
ce8544af9c fix typing errors in tests 2017-12-13 19:40:29 +03:00
igor
fef3b98830 Revert back to v5 2017-12-13 13:14:33 +02:00
igor
a55741d4e1 Revert changes back to the strong angular 5 version. 2017-12-13 12:14:39 +02:00
igor
6e6d36df84 Use deprecated OpaqueToken instead of InjectionToken to support angular v2 2017-12-12 15:54:25 +02:00
igor
3778ed9119 Use utils on a few more helper functions 2017-12-12 13:25:50 +02:00
igor
00106d385a WIP utils 2017-12-12 12:03:27 +02:00
igor
63be049aa7 Create metadata extraction util 2017-12-12 01:37:47 +02:00
ralzinov
3662bdffdd fixed output property override when value is undefined 2017-12-11 15:53:48 +03:00
jason
5cefa7c139 Added type annotation to helpers, added ts declaration files for angular and angular/demo modules 2017-12-10 20:43:00 +03:00
ralzinov
3af4a7eb8c fixed demo button component 2017-12-08 18:23:51 +03:00
ralzinov
43d1f629f0 fixed component outputs EventEmitter override 2017-12-08 18:12:00 +03:00
Michael Shilman
3c1715daca v3.3.0-alpha.4 2017-11-22 03:15:31 -08:00
Tom Coleman
6638f5cfb7 Save the preview frame URL as the story changes.
Sometimes when there are problems with HMR, we end up doing a
hard-reload of the preview iframe, whilst leaving the main window.

As the preview iframe didn't change its URL ever, this led to problems
where the old (usually original) story was loaded in such circumstances.

See #614 and #1328
2017-11-22 17:11:12 +11:00
Dan Green
f3d0827695 Add support for markdown to jest, vue, react native, and angular 2017-11-13 23:06:01 -05:00
Michael Shilman
dd4e81336a Remove framework init.js
- move keyboard handling to the UI library, rather than introducing new
deps
- keep QS handling in each framework (for now)
2017-11-09 14:20:42 +09:00
Michael Shilman
e8f76ceed5 Self-binding core client/config API 2017-11-08 15:41:41 +09:00
Michael Shilman
f938dd472c Merge updates from release/3.3
- resolve conflicts
- fix RN story_store (make it an EventEmitter)
2017-11-08 15:26:14 +09:00
Michael Shilman
1a6082a4ad v3.3.0-alpha.3 2017-11-07 12:56:56 +09:00