This PR contains the following updates:
Package |
Type |
Update |
Change |
References |
@angular/common |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/compiler |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/compiler-cli |
devDependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/core |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/forms |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/http |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/platform-browser |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/platform-browser-dynamic |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
@angular/router |
dependencies |
major |
4.4.7 -> 7.1.1 |
source |
Release Notes
angular/angular
Compare Source
Bug Fixes
Compare Source
Bug Fixes
7.1.1 (2018年11月28日)
Bug Fixes
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Compare Source
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
Compare Source
Bug Fixes
Compare Source
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日)
Compare Source
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
Compare Source
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
Compare Source
6.1.9 (2018年09月26日)
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Compare Source
Bug Fixes
- service-worker:
Cache-Control: no-cache
on assets breaks service worker (#25408) (1319ff4), closes #25442
Compare Source
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
Compare Source
Bug Fixes
- animations: always render end-state styles for orphaned DOM nodes (#24236) (dc4a3d0)
- animations: set animations styles properly on platform-server (#24624) (0b356d4)
- animations: do not throw errors when a destroyed component is animated (#23836) (d2a8687)
- animations: Fix browser detection logic (#24188) (b492b9e)
- animations: properly clean up queried element styles in safari/edge (#23633) (da9ff25)
- animations: retain state styling for nodes that are moved around (#23534) (65211f4)
- animations: retain trigger-state for nodes that are moved around (#24238) (8db928d)
- bazel: Allow ng_module to depend on targets w no deps (#24446) (282d351)
- benchpress: Fix promise chain in chrome_driver_extension. (#23458) (d4b6c41)
- common: do not round factional seconds (#24831) (a527c69), closes #24384
- common: format fractional seconds (#24844) (0b4d85e), closes #24831
- common: properly update collection reference in NgForOf (#24684) (ff84c5c), closes #24155
- common: use correct currency format for locale de-AT (#24658) (dcabb05), closes #24609
- common: use correct ICU plural for locale mk (#24659) (64a8584)
- compiler: fix a few non-tree-shakeable code patterns (#24677) (50d4a4f)
- compiler: i18n_extractor now outputs the correct source file name (#24885) (c8ad965), closes #24884
- compiler: support
.
in import statements. (#20634) (d8f7b29), closes #20363
- compiler: avoid a crash in ngc-wrapped. (#23468) (e1c4930)
- compiler: generate constant array for i18n attributes (#23837) (cfde36d)
- compiler: generate core-compliant hostBindings property (#24087) (01b5acd), closes #24013
- compiler: handle undefined annotation metadata (#23349) (ca776c5)
- compiler-cli: Use typescript to resolve modules for metadata (#22856) (0d5f2d3)
- compiler-cli: don't rely on incompatible TS method (#23550) (b1f040f)
- core: stop reusing provider definitions across NgModuleRef instances (#25022) (6b859da), closes #25018
- core: mark NgModule as not the root if APP_ROOT is set to false (#24814) (1089261)
- core: use addCustomEqualityTester instead of overriding toEqual (#22983) (0922228), closes #22939
- core: Injector correctly honors the @Self flag (#24520) (ccbda9d)
- core: avoid eager providers re-initialization (#23559) (0c6dc45)
- core: call ngOnDestroy on all services that have it (#23755) (fc03427), closes #22466 #22240 #14818
- docs-infra: fix table header layout in API pages (#24919) (3cd9645)
- elements: always check to create strategy (#23825) (b1cda36)
- elements: prevent closure renaming of platform properties (#23843) (d4b8b24)
- forms: properly handle special properties in FormGroup.get (#22249) (9367e91), closes #17195
- language-service: do not overwrite native
Reflect
(#24299) (6881404), closes #21420
- platform-browser: add missing deps for HammerGesturesPlugin (#24682) (13d60ea)
- platform-browser: mark Meta and Title services as tree shakable providers (#24815) (197387d)
- platform-browser: workaround wrong import path generated by ngc for DOCUMENT (#24830) (7d27ecc)
- platform-server: avoid clash between server and client style encapsulation attributes (#24158) (b96a3c8)
- platform-server: avoid dependency cycle when using http interceptor (#24229) (60aa943), closes #23023
- platform-server: don't reflect innerHTML property to attribute (#24213) (6a663a4), closes #19278
- platform-server: provide Domino DOM types globally (#24116) (c73196e), closes #23280 #23133
- router: Fix _lastPathIndex in deeply nested empty paths (#22394) (968f153)
- router: add ability to recover from malformed url (#23283) (86d254d), closes #21468
- router: fix lazy loading of aux routes (#23459) (5731d07), closes #10981
- router: avoid freezing queryParams in-place (#22663) (89f64e5), closes #22617
- router: cache route handle if found (#22475) (4cfa571), closes #22474
- router: correct the segment parsing so it won't break on ampersand (#23684) (553a680)
- service-worker: don't include sourceMappingURL in ngsw-worker (#24877) (8620373), closes #23596
- service-worker: avoid network requests when looking up hashed resources in cache (#24127) (52d43a9)
- service-worker: fix
SwPush.unsubscribe()
(#24162) (3ed2d75), closes #24095
- service-worker: add badge to NOTIFICATION_OPTION_NAMES (#23241) (fb59b2d), closes #23196
- service-worker: check platformBrowser before accessing navigator.serviceWorker (#21231) (0bdd30e)
- service-worker: correctly handle requests with empty
clientId
(#23625) (e0ed59e), closes #23526
- service-worker: deprecate
versionedFiles
in asset-group resources (#23584) (1d378e2)
Features
build
Angular Labs (experimental feature) breaking change
- bazel: Use of @angular/bazel rules now requires calling ng_setup_workspace() in your WORKSPACE file.
For example:
local_repository(
name = "angular",
path = "node_modules/@​angular/bazel",
)
load("@​angular//:index.bzl", "ng_setup_workspace")
ng_setup_workspace()
6.0.9 (2018年07月11日)
Bug Fixes
6.0.8 (2018年07月11日)
Bug Fixes
Features
6.0.7 (2018年06月27日)
Bug Fixes
- animations: set animations styles properly on platform-server (#24624) (0b356d4)
- common: use correct ICU plural for locale mk (#24659) (64a8584)
6.0.6 (2018年06月20日)
Bug Fixes
6.0.5 (2018年06月13日)
6.0.4 (2018年06月06日)
Bug Fixes
6.0.3 (2018年05月22日)
Bug Fixes
- service-worker: check platformBrowser before accessing navigator.serviceWorker (#21231) (0ee5b7e)
6.0.2 (2018年05月15日)
Bug Fixes
- animations: do not throw errors when a destroyed component is animated (#23836) (752b83a)
- service-worker: deprecate
versionedFiles
in asset-group resources (#23584) (c6b618d)
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Compare Source
Bug Fixes
Features
Compare Source
Bug Fixes
- animations: set animations styles properly on platform-server (#24624) (0b356d4)
- common: use correct ICU plural for locale mk (#24659) (64a8584)
Compare Source
Bug Fixes
Compare Source
Compare Source
Bug Fixes
Compare Source
Bug Fixes
- service-worker: check platformBrowser before accessing navigator.serviceWorker (#21231) (0ee5b7e)
Compare Source
Bug Fixes
Compare Source
Bug Fixes
- animations: always render end-state styles for orphaned DOM nodes (#24236) (dc4a3d0)
- animations: set animations styles properly on platform-server (#24624) (0b356d4)
- animations: do not throw errors when a destroyed component is animated (#23836) (d2a8687)
- animations: Fix browser detection logic (#24188) (b492b9e)
- animations: properly clean up queried element styles in safari/edge (#23633) (da9ff25)
- animations: retain state styling for nodes that are moved around (#23534) (65211f4)
- animations: retain trigger-state for nodes that are moved around (#24238) (8db928d)
- bazel: Allow ng_module to depend on targets w no deps (#24446) (282d351)
- benchpress: Fix promise chain in chrome_driver_extension. (#23458) (d4b6c41)
- common: do not round factional seconds (#24831) (a527c69), closes #24384
- common: format fractional seconds (#24844) (0b4d85e), closes #24831
- common: properly update collection reference in NgForOf (#24684) (ff84c5c), closes #24155
- common: use correct currency format for locale de-AT (#24658) (dcabb05), closes #24609
- common: use correct ICU plural for locale mk (#24659) (64a8584)
- compiler: fix a few non-tree-shakeable code patterns (#24677) (50d4a4f)
- compiler: i18n_extractor now outputs the correct source file name (#24885) (c8ad965), closes #24884
- compiler: support
.
in import statements. (#20634) (d8f7b29), closes #20363
- compiler: avoid a crash in ngc-wrapped. (#23468) (e1c4930)
- compiler: generate constant array for i18n attributes (#23837) ([cfde36d
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
4.4.7
->7.1.1
Release Notes
angular/angular
v7.1.1
Compare Source
Bug Fixes
v7.1.0
Compare Source
Bug Fixes
7.1.1 (2018年11月28日)
Bug Fixes
v7.0.4
Compare Source
Bug Fixes
relativeLinkResolution
torecognize
operator (#26990) (d304427), closes #26983v7.0.3
Compare Source
Bug Fixes
relativeLinkResolution
torecognize
operator (#26990) (d304427), closes #26983v7.0.2
Compare Source
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
v7.0.0
Compare Source
Bug Fixes
Features
7.0.1 (2018年10月24日)
v6.1.10
Compare Source
Bug Fixes
HammerInstance.off()
is run (#22156) (3b4d9dc)v6.1.9
Compare Source
Bug Fixes
HammerInstance.off()
is run (#22156) (3b4d9dc)v6.1.8
Compare Source
6.1.9 (2018年09月26日)
v6.1.7
Compare Source
Bug Fixes
$destroy
event on upgraded component element (#25357) (82e0676), closes #25334v6.1.6
Compare Source
Bug Fixes
$destroy
event on upgraded component element (#25357) (82e0676), closes #25334v6.1.4
Compare Source
Bug Fixes
v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
Cache-Control: no-cache
on assets breaks service worker (#25408) (1319ff4), closes #25442v6.1.1
Compare Source
Bug Fixes
HammerInstance.off()
is run (#22156) (3b4d9dc)v6.1.0
Compare Source
Bug Fixes
.
in import statements. (#20634) (d8f7b29), closes #20363Reflect
(#24299) (6881404), closes #21420SwPush.unsubscribe()
(#24162) (3ed2d75), closes #24095clientId
(#23625) (e0ed59e), closes #23526versionedFiles
in asset-group resources (#23584) (1d378e2)Features
// ...
and// TODO
in mock compiler expectations (#23441) (c6b206e)tsickle
to0.29.x
(#24233) (f69ac67)(
328971f
)), closes #24616?
in SW config globbing (#24105) (250527c)build
Angular Labs (experimental feature) breaking change
For example:
6.0.9 (2018年07月11日)
Bug Fixes
6.0.8 (2018年07月11日)
Bug Fixes
Reflect
(#24299) (de1c44f), closes #21420Features
6.0.7 (2018年06月27日)
Bug Fixes
6.0.6 (2018年06月20日)
Bug Fixes
.
in import statements. (#20634) (e543c73), closes #203636.0.5 (2018年06月13日)
SwPush.unsubscribe()
(#24162) (ea2987c), closes #240956.0.4 (2018年06月06日)
Bug Fixes
6.0.3 (2018年05月22日)
Bug Fixes
6.0.2 (2018年05月15日)
Bug Fixes
versionedFiles
in asset-group resources (#23584) (c6b618d)v6.0.9
Compare Source
Bug Fixes
v6.0.8
Compare Source
Bug Fixes
v6.0.7
Compare Source
Bug Fixes
Reflect
(#24299) (de1c44f), closes #21420Features
v6.0.6
Compare Source
Bug Fixes
v6.0.5
Compare Source
Bug Fixes
.
in import statements. (#20634) (e543c73), closes #20363v6.0.4
Compare Source
SwPush.unsubscribe()
(#24162) (ea2987c), closes #24095v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
clientId
(#23625) (2254ac2), closes #23526v6.0.0
Compare Source
Bug Fixes
.
in import statements. (#20634) (d8f7b29), closes #20363Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.