meteor-rxjs
meteor-rxjs copied to clipboard
Update dependency @angular/platform-browser-dynamic to v7
This PR contains the following updates:
Package | Type | Update | Change | References |
---|---|---|---|---|
@angular/platform-browser-dynamic | dependencies | major | 2.1.2 -> 7.2.12 |
source |
Release Notes
angular/angular
v7.2.12
Bug Fixes
- common: escape query selector used when anchor scrolling (#29577) (7671c73), closes #28193
- router: adjust setting navigationTransition when a new navigation cancels an existing one (#29636) (e884c0c), closes #29389 #29590
v7.2.11
Bug Fixes
- common: escape query selector used when anchor scrolling (#29577) (7671c73), closes #28193
- router: adjust setting navigationTransition when a new navigation cancels an existing one (#29636) (e884c0c), closes #29389 #29590
v7.2.10
This release contains various API docs improvements.
v7.2.9
Bug Fixes
- compiler-cli: incorrect metadata bundle for multiple unnamed re-exports (#29360) (cf8d934), closes github.com/angular/material2/blob/master/tools/package-tools/build-release.ts#L78-L85
v7.2.8
This release contains various API docs improvements.
v7.2.7
Bug Fixes
-
animations: ensure
position
anddisplay
styles are handled outside of keyframes/web-animations (#28911) (86981b3), closes #24923 #25635 - router: removed obsolete TODO comment (#29085) (2a25ac2)
- service-worker: detect new version even if files are identical to an old one (#26006) (5669333), closes #24338
- service-worker: ignore passive mixed content requests (#25994) (b598e88), closes /github.com/angular/angular/issues/23012#issuecomment-376430187 #23012
v7.2.6
Bug Fixes
- bazel: pin browser repositories using @npm_bazel_karma//:browser_repositories.bzl in bazel schematics (#28896) (b686449)
- core: traverse and sanitize content of unsafe elements (#28804) (fdcf877), closes #25879 #25879 #26007 #28427
- language-service: Fix completions for input/output with alias (#28904) (d0018e6), closes #27959
v7.2.5
Bug Fixes
- compiler-cli: incorrect bundled metadata for static class member call expressions (#28762) (ab69c31), closes /github.com/angular/angular/blob/master/packages/core/src/change_detection/differs/keyvalue_differs.ts#L121 #28741
v7.2.4
(2019-02-15)
Bug Fixes
- compiler-cli: diagnostics should respect "newLine" compiler option (#28550) (ce750e6)
- router: redirect to root url when returned as UrlTree from guard (#28271) (1e58a21), closes #27845
- router: set href when routerLink is used on an 'area' element (#28441) (d491a20), closes #28401
v7.2.3
Bug Fixes
- bazel: Bazel builder resolves with require.resolve() (#28478) (d85d396)
- bazel: fix integration test for bazel-schematics (#28460) (449da8c)
Performance Improvements
v7.2.2
Bug Fixes
- bazel: add @npm//tslib dep to e2e ts_library target in bazel-workspace schematic (#28358) (8cee56e)
- bazel: Bazel-workspace schematics should run in ScopedTree (#28349) (260ac20)
- bazel: Builder should invoke local bazel/iblaze (#28303) (12b8a6e)
- bazel: ng-new should run yarn install (#28381) (a9d46e4)
Performance Improvements
v7.2.1
Bug Fixes
- common: escape query selector used when anchor scrolling (#29577) (7671c73), closes #28193
- router: adjust setting navigationTransition when a new navigation cancels an existing one (#29636) (e884c0c), closes #29389 #29590
v7.2.0
Bug Fixes
- bazel: Add @bazel/bazel to dev deps (#28032) (5a0deb8)
- bazel: Add /bazel-out to .gitignore (#27874) (b05baa5)
- bazel: Add ibazel to deps of Bazel project (#28090) (605f450)
- bazel: Bazel schematics should add router package (#28141) (06e5bf1)
- bazel: flat module misses AMD module name on windows (#27839) (935ce63)
- bazel: incorrectly always uses ngc-wrapped from "npm" workspace (#28137) (d12db4e)
- bazel: ng_package creates invalid typings reexport on windows (#27829) (4caf654)
- bazel: packager not properly removing amd directives on windows (#27829) (8473d68)
- bazel: protractor rule does not run spec files with underscore (#28022) (65e72e9)
- bazel: protractor utils cannot start server on windows (#27915) (9de9c8a)
- bazel: replay compilation uses wrong compiler for building esm5 (#28053) (cd04513)
- bazel: ts_web_test_suite now properly includes init_browser_spec.js (#27965) (ce51dfb)
- service-worker: navigation urls backwards compatibility (#27244) (d49d1e7)
Features
Performance Improvements
7.2.1 (2019-01-16)
Bug Fixes
- bazel: Add @bazel/bazel to dev deps (#28032) (21093b9)
- bazel: Add /bazel-out to .gitignore (#27874) (e4fc8ba)
- bazel: Add ibazel to deps of Bazel project (#28090) (28d34b6)
- bazel: Bazel schematics should add router package (#28141) (02a852a)
- bazel: flat module misses AMD module name on windows (#27839) (c3d8e28)
- bazel: incorrectly always uses ngc-wrapped from "npm" workspace (#28137) (ca3965a)
- bazel: ng_package creates invalid typings reexport on windows (#27829) (6b394f6)
- bazel: packager not properly removing amd directives on windows (#27829) (fad4145)
- bazel: protractor rule does not run spec files with underscore (#28022) (f05c5f8)
- bazel: protractor utils cannot start server on windows (#27915) (0be8487)
- bazel: replay compilation uses wrong compiler for building esm5 (#28053) (fbbdaaa)
- router: ensure URL is updated after second redirect with UrlUpdateStrategy="eager" (#27680) (6ae7aee), closes #27116
- service-worker: navigation urls backwards compatibility (#27244) (585e871)
Performance Improvements
v7.1.4
7.2.0 release also contains all the fixes released in 7.1.4.
Features
- add support for typescript 3.2 (#27536) (17e702b)
- bazel: ng-new schematics with Bazel (#27277) (06d4a0c)
- forms: match getError and hasError to get method signature (#20211) (1b0b36d)
- router: add predicate function mode for runGuardsAndResolvers (#27682) (12c3176), closes #26861 #18253 #27464
- router: add a Navigation type available during navigation (#27198) (d40af0c)
- router: add pathParamsOrQueryParamsChange mode for runGuardsAndResolvers (#27464) (d70a7f3), closes #26861 #18253
-
router: allow passing
state
to routerLink directives (#27198) (73f6ed9), closes #24617 -
router: allow passing state to
NavigationExtras
(#27198) (67f4a5d) - router: restore whole object when navigating back to a page managed by Angular router (#27198) (2684249)
Bug Fixes
- animations: do not truncate decimals for delay (#24455) (f1c9d6a)
- animations: mark actual descendant node as disabled (#26180) (df123e0)
- bazel: unable to launch protractor test on windows (#27850) (1e6c9be)
- bazel: devserver entry_module should have underscore name (#27719) (f57916c)
- bazel: emit full node stack traces when Angular compilation crashes (#27678) (522919a)
- bazel: fix major/minor semver check between @angular/bazel npm packager version and angular bazel repo version (#27635) (1cc08b4)
- bazel: Load http_archive and rules_nodejs dependencies (#27609) (8313ffc)
- bazel: ng_package writes unrelevant definitions to bazel out (#27519) (44dfa60), closes /github.com/angular/angular/blob/4f9374951d67c75f67a31c110bd61ab72563db7d/packages/bazel/src/ng_package/packager.ts#L105-L124
- bazel: Set module_name and enable ng test (#27715) (85866de)
-
bazel: fix TS errors in the
schematics/bazel-workspace
files (#27600) (3290fc3) - bazel: Read latest versions from latest-versions.ts & use semver check (#27526) (30a3b49)
- bazel: tsickle dependency not working with typescript 3.1.x (#27402) (f034114)
- bazel: do not throw error when writing tsickle externs (#27200) (20a2bae)
- bazel: do not throw if ts compile action does not create esm5 outputs (#27401) (c61a8b7)
- bazel: ng_package cannot be run multiple times without clean (#27200) (4f93749)
- bazel: ng_package not generating UMD bundles on windows (#27200) (7d59880)
- bazel: ng_package should correctly map to source maps in secondary entry-points (#27313) (eb17502), closes #25510
- bazel: Respect existing angular installation (#27495) (4da739a)
- common: KeyValuePipe should return empty array for empty objects (#27258) (b39efdd)
- common: expose request url in network error (#27143) (1db53da), closes #27029
- compiler-cli: create LiteralLikeNode for String and Number literal (#27536) (2c9b6c0)
- compiler-cli: flatModuleIndex files not generated on windows with multiple input files (#27200) (d3c08e7)
- core: export a value for InjectFlags (#27279) (23b06af), closes #27251
-
core: More precise return type for
InjectableDecorator
(#27360) (4b9948c), closes #26942 - forms: typed argument for FormBuilder group (#26985) (b0c7561)
- platform-server: add @angular/http to the list of peerDependencies (#27307) (32c5be9), closes #26154
- router: ensure URL is updated after second redirect with UrlUpdateStrategy="eager" (#27523) (ad26cd6), closes #27116
- router: update URL after redirects when urlHandlingStrategy='eager' (#27356) (11a8bd8), closes #27076
- upgrade: allow nesting components from different downgraded modules (#27217) (bc0ee01)
-
upgrade: correctly handle nested downgraded components with
downgradeModule()
(#27217) (326b464), closes #22581 #22869 #27083 - upgrade: upgrade Directive facade should not return different instance from constructor (#27660) (c986d3d)
- upgrade: don't rely upon the runtime to resolve forward refs (#27132) (a4462c2)
7.1.4 (2018-12-18)
Bug Fixes
- animations: do not truncate decimals for delay (#24455) (cd1e206)
- animations: mark actual descendant node as disabled (#26180) (453589f)
- bazel: devserver entry_module should have underscore name (#27719) (b108e9a)
- bazel: emit full node stack traces when Angular compilation crashes (#27678) (0d8528b)
- bazel: fix major/minor semver check between @angular/bazel npm packager version and angular bazel repo version (#27635) (3ed1e84)
- bazel: Load http_archive and rules_nodejs dependencies (#27609) (89ace1a)
- bazel: ng_package writes unrelevant definitions to bazel out (#27519) (ef056c5), closes /github.com/angular/angular/blob/4f9374951d67c75f67a31c110bd61ab72563db7d/packages/bazel/src/ng_package/packager.ts#L105-L124
- bazel: Read latest versions from latest-versions.ts & use semver check (#27591) (93078e3)
- bazel: Set module_name and enable ng test (#27715) (183f278)
- common: KeyValuePipe should return empty array for empty objects (#27258) (fa3af8b)
7.1.3 (2018-12-11)
Bug Fixes
7.1.2 (2018-12-06)
Bug Fixes
- bazel: do not throw error when writing tsickle externs (#27200) (079c4b3)
- bazel: do not throw if ts compile action does not create esm5 outputs (#27401) (9b4d959)
- bazel: ng_package cannot be run multiple times without clean (#27200) (1ca2923)
- bazel: ng_package not generating UMD bundles on windows (#27200) (e476c38)
- bazel: ng_package should correctly map to source maps in secondary entry-points (#27313) (fc2c23e), closes #25510
- compiler-cli: flatModuleIndex files not generated on windows with multiple input files (#27200) (8087b6b)
- compiler-cli: ngtsc shim files not being generated on case-insensitive platforms (#27466) (84f2928), closes /github.com/Microsoft/TypeScript/blob/3e4c5c95abd515eb9713b881d27ab3a93cc00461/src/compiler/sys.ts#L681-L682
- platform-server: add @angular/http to the list of peerDependencies (#27307) (236ac06), closes #26154
7.1.1 (2018-11-28)
Bug Fixes
v7.1.3
Bug Fixes
- animations: do not truncate decimals for delay (#24455) (cd1e206)
- animations: mark actual descendant node as disabled (#26180) (453589f)
- bazel: devserver entry_module should have underscore name (#27719) (b108e9a)
- bazel: emit full node stack traces when Angular compilation crashes (#27678) (0d8528b)
- bazel: fix major/minor semver check between @angular/bazel npm packager version and angular bazel repo version (#27635) (3ed1e84)
- bazel: Load http_archive and rules_nodejs dependencies (#27609) (89ace1a)
- bazel: ng_package writes unrelevant definitions to bazel out (#27519) (ef056c5), closes /github.com/angular/angular/blob/4f9374951d67c75f67a31c110bd61ab72563db7d/packages/bazel/src/ng_package/packager.ts#L105-L124
- bazel: Read latest versions from latest-versions.ts & use semver check (#27591) (93078e3)
- bazel: Set module_name and enable ng test (#27715) (183f278)
- common: KeyValuePipe should return empty array for empty objects (#27258) (fa3af8b)
v7.1.2
Bug Fixes
v7.1.1
Bug Fixes
- bazel: do not throw error when writing tsickle externs (#27200) (079c4b3)
- bazel: do not throw if ts compile action does not create esm5 outputs (#27401) (9b4d959)
- bazel: ng_package cannot be run multiple times without clean (#27200) (1ca2923)
- bazel: ng_package not generating UMD bundles on windows (#27200) (e476c38)
- bazel: ng_package should correctly map to source maps in secondary entry-points (#27313) (fc2c23e), closes #25510
- compiler-cli: flatModuleIndex files not generated on windows with multiple input files (#27200) (8087b6b)
- compiler-cli: ngtsc shim files not being generated on case-insensitive platforms (#27466) (84f2928), closes /github.com/Microsoft/TypeScript/blob/3e4c5c95abd515eb9713b881d27ab3a93cc00461/src/compiler/sys.ts#L681-L682
- platform-server: add @angular/http to the list of peerDependencies (#27307) (236ac06), closes #26154
v7.1.0
Bug Fixes
- core: allow null value for renderer setElement(…) (#17065) (ff15043), closes #13686
- router: fix regression where navigateByUrl promise didn't resolve on CanLoad failure (#26455) (1c9b065), closes #26284
- service-worker: clean up caches from old SW versions (#26319) (2326b9c)
- upgrade: properly destroy upgraded component elements and descendants (#26209) (071934e), closes #26208
- compiler: generate inputs with aliases properly (#26774) (19fcfc3)
- compiler: generate relative paths only in summary file errors (#26759) (56f44be)
- core: ignore comment nodes under unsafe elements (#25879) (d5cbcef)
- core: Remove static dependency from @angular/core to @angular/compiler (#26734) (d042c4a)
- core: support computed base class in metadata inheritance (#24014) (95743e3)
- bazel: unknown replay compiler error in windows (#26711) (aed95fd)
-
core: ensure that
ɵdefineNgModule
is available in flat-file formats (#26403) (a64859b) - router: remove type bludgeoning of context and outlet when running CanDeactivate (#26496) (496372d), closes #18253
- service-worker: add typing to public api guard and fix lint errors (#25860) (1061875)
- upgrade: improve downgrading-related error messages (#26217) (7dbc103)
- upgrade: make typings compatible with older AngularJS typings (#26880) (64647af), closes #26420
- compiler-cli: add missing tslib dependency (#27063) (c31e78f)
- compiler-cli: only pass canonical genfile paths to compiler host (#27062) (0ada23a)
-
router: add
relativeLinkResolution
torecognize
operator (#26990) (a752971), closes #26983
Features
- bazel: Bazel workspace schematics (#26971) (b07bd30)
- router: add prioritizedGuardValue operator optimization and allowing UrlTree return from guard (#26478) (fdfedce)
- compiler: ability to mark an InvokeFunctionExpr as pure (#26860) (4dfa71f)
- forms: add updateOn option to FormBuilder (#24599) (e9e804f)
- router: allow guards to return UrlTree as well as boolean (#26521) (081f95c)
- router: allow redirect from guards by returning UrlTree (#26521) (152ca66)
- router: guard returning UrlTree cancels current navigation and redirects (#26521) (4e9f2e5), closes #24618
- service-worker: add typing for messagesClicked in SwPush service (#25860) (c78c221)
- service-worker: close notifications and focus window on click (#25860) (f5d5a3d)
- service-worker: handle 'notificationclick' events (#25860) (cf6ea28), closes #20956 #22311
- upgrade: support downgrading multiple modules (#26217) (93837e9), closes #26062
- router: add pathParamsChange mode for runGuardsAndResolvers (#26861) (bf6ac6c), closes #18253
v7.0.4
Bug Fixes
- compiler-cli: add missing tslib dependency (#27063) (4348c47)
- compiler-cli: only pass canonical genfile paths to compiler host (#27062) (188e9ce)
-
router: add
relativeLinkResolution
torecognize
operator (#26990) (d304427), closes #26983
v7.0.3
Bug Fixes
- compiler-cli: add missing tslib dependency (#27063) (4348c47)
- compiler-cli: only pass canonical genfile paths to compiler host (#27062) (188e9ce)
-
router: add
relativeLinkResolution
torecognize
operator (#26990) (d304427), closes #26983
v7.0.2
Bug Fixes
- bazel: unknown replay compiler error in windows (#26711) (4d532df)
- router: remove type bludgeoning of context and outlet when running CanDeactivate (#26496) (dc05385), closes #18253
- upgrade: make typings compatible with older AngularJS typings (#26880) (315d95c), closes #26420
v7.0.1
Bug Fixes
- compiler: generate relative paths only in summary file errors (#26759) (c01f340)
- core: Remove static dependency from @angular/core to @angular/compiler (#26734) (#26879) (257ac83)
- core: support computed base class in metadata inheritance (#24014) (b3c6409)
v7.0.0
Bug Fixes
- core: allow null value for renderer setElement(…) (#17065) (ff15043), closes #13686
- router: fix regression where navigateByUrl promise didn't resolve on CanLoad failure (#26455) (1c9b065), closes #26284
- service-worker: clean up caches from old SW versions (#26319) (2326b9c)
- upgrade: properly destroy upgraded component elements and descendants (#26209) (071934e), closes #26208
Features
- router: add prioritizedGuardValue operator optimization and allowing UrlTree return from guard (#26478) (fdfedce)
7.0.1 (2018-10-24)
v6.1.10
Bug Fixes
-
platform-browser: fix #22155, destroy hammer manager when
HammerInstance.off()
is run (#22156) (3b4d9dc) - upgrade: properly destroy upgraded component elements and descendants (#26209) (623adbb), closes #26208
v6.1.9
Bug Fixes
-
platform-browser: fix #22155, destroy hammer manager when
HammerInstance.off()
is run (#22156) (3b4d9dc) - upgrade: properly destroy upgraded component elements and descendants (#26209) (623adbb), closes #26208
v6.1.8
6.1.9 (2018-09-26)
v6.1.7
Bug Fixes
- bazel: protractor rule should include *.e2e-spec.js (#25701) (ed6b68b)
- core: size regression with closure compiler (#25531) (ebcf762)
- docs-infra: show "suggest edits" only for /guide and /tutorial dirs (#24378) (66b7870)
-
upgrade: trigger
$destroy
event on upgraded component element (#25357) (82e0676), closes #25334 - router: warn if navigation triggered outside Angular zone (#24959) (23a96dc), closes #15770 #15946 #24728
v6.1.6
Bug Fixes
- bazel: protractor rule should include *.e2e-spec.js (#25701) (ed6b68b)
- core: size regression with closure compiler (#25531) (ebcf762)
- docs-infra: show "suggest edits" only for /guide and /tutorial dirs (#24378) (66b7870)
-
upgrade: trigger
$destroy
event on upgraded component element (#25357) (82e0676), closes #25334 - router: warn if navigation triggered outside Angular zone (#24959) (23a96dc), closes #15770 #15946 #24728
v6.1.4
Bug Fixes
v6.1.3
Bug Fixes
v6.1.2
Bug Fixes
-
service-worker:
Cache-Control: no-cache
on assets breaks service worker (#25408) (1319ff4), closes #25442
v6.1.1
Bug Fixes
-
platform-browser: fix #22155, destroy hammer manager when
HammerInstance.off()
is run (#22156) (3b4d9dc) - upgrade: properly destroy upgraded component elements and descendants (#26209) (623adbb), closes #26208
v6.1.0
Bug Fixes
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.