All Versions
436
Latest Version
Avg Release Cycle
7 days
Latest Release
187 days ago
Changelog History
Page 38
Changelog History
Page 38
-
v4.2.3 Changes
June 16, 2017π Bug Fixes
- animations: compute removal node height correctly (185075d)
- animations: do not treat a
0
animation state asvoid
(451257a) - animations: remove duplicate license header (b192dd5)
- forms: temp roll back breaking change with min/max directives (b8c39cd), closes #17491
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.2 Changes
June 12, 2017π Bug Fixes
- animations: compute removal node height correctly (185075d)
- animations: do not treat a
0
animation state asvoid
(451257a) - animations: properly collect :enter nodes in a partially updated collection (6ca4692), closes #17440
- compiler: donβt always compile
.ngfactory.ts
files by default (ed73d4f)
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.1 Changes
June 09, 2017 -
v4.2.0 Changes
June 08, 2017π Bug Fixes
- animations: ensure web-animations understands a numeric CSS perspective value (819514a), closes #14007
- animations: evaluate substitutions on option param values (e9886d7)
- forms: fix min and max validator behavior on non-numbers (a222c3e)
- router: opening links in new window (4c32cb9)
- β¬οΈ upgrade: call setInterval outside the Angular zone (269bbe0)
π Features
- compiler-cli: introduce synchronous codegen API (b00b80a)
π Performance Improvements
- animations: do not create a closure each time a node is removed (fe6b39d)
- animations: only apply
:leave
flags if animations are set to run (b55adee)
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.0-rc.2 Changes
June 01, 2017π Bug Fixes
- animations: always change to desired animation state even if no transition fires (#17025) (665e707), closes #16947
- animations: do not retain deleted nodes during an non-removal animation (#17153) (068133e), closes #17086
- common: always use 'other' case for locales with no plural rules (#16990) (535d9da)
- compiler: enableLegacyTemplate should not be ignored (#17051) (8ffa483), closes #15555
- router: make remove trailing slash consistent with URL params (c20f60b), closes #16069
π Features
- compiler: emit typescript nodes from an output ast (#16823) (18bf772)
- compiler-cli: produce template diagnostics error messages (#17125) (230255f)
- tsc-wrapped: always convert shorthand imports (#16898) (ea8a43d)
π Performance Improvements
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.0-rc.1 Changes
May 26, 2017π Bug Fixes
- animations: repair flicker issues with WA polyfill (#16937) (e7d9fd8), closes #16919 #16918
- animations: use a lightweight renderer for non-animation components (#17003) (3ab86bd)
- compiler: compile
.ngfactory.ts
files even if nobody references them. (#16899) (573b861), closes #16741 - compiler: do not report type errors for arguments with
@Inject
(#16222) (27761b4), closes #15424 - core: make decorators closure safe (#16905) (a80ac0a), closes #16889
- tsc-wrapped: ignore
|null
and|undefined
when collecting types (#16222) (1651a8f) - tsc-wrapped: resolve short-hand literal values to locals (#16873) (11c10b2)
π Features
- compiler: add location note to extracted xliff2 files (#16791) (08dfe91), closes #16531
- core: update zone.js to 0.8.10 and expose the flush method (#16860) (85d4c4b)
- tsc-wrapped: support template literals in metadata collection (#16880) (6e41add)
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.0-rc.0 Changes
May 19, 2017π Bug Fixes
- animations: make sure reusable animation substitutions work without default params (#16875) (7d9f96a)
- animations: only require one flushMicrotasks call when testing animations (6cb93c1)
- compiler: avoid a
...null
spread in extraction (#16547) (e0a8376) - compiler-cli: allow '==' to compare nullable types (#16731) (d761059)
- core: detach projected views when a parent view is destroyed (#16592) (f0f6544), closes #15578
- core: projected views should be dirty checked when the declaring component is dirty checked. (#16592) (fcc91d8), closes #14321
- http: flatten metadata for @angular/http/testing (9da6340), closes #15521
- http: honor RequestArgs.search and RequestArgs.params map type (aef5245), closes #15761 #16392
- http: introduce encodingHint for text() for better ArrayBuffer support (7ae7a84), closes #15932 #16420
- router: fix redirect to a URL with a param having multiple values (#16376) (5d4b36f), closes #16310
π Features
- animations: introduce a wave of new animation features (16c8167)
- animations: introduce routable animation support (f1a9e3c)
- β add .ngsummary.ts files to support AOT unit tests (547c363)
- β
introduce
TestBed.overrideProvider
(#16725) (39b92f7) - compiler: support a non-null postfix assert (#16672) (b9521b5)
- core: introduce fixture.whenRenderingDone for testing (#16732) (38c524d)
π Performance Improvements
- animations: reduce size of animations bundle (712630c)
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.0-beta.1 Changes
May 10, 2017π Features
- β add .ngsummary.ts files to support AOT unit tests (547c363)
<!-- CHANGELOG SPLIT MARKER -->
-
v4.2.0-beta.0 Changes
May 04, 2017π Bug Fixes
- core: strictNullCheck support. (#16389) (#16389) (8c09d10), closes #16357
- core: allow directives to inject the componentβs
ChangeDetectorRef
. (#16394) (392d584), closes #12816 - core: allow to detach
OnPush
components (#16394) (aa8bba4), closes #9720 - core: donβt set
ng-version
for dynamically created components (#16394) (a4de214), closes #15880 - core: donβt stop change detection because of errors (e263e19), closes #9531 #2413 #15925
- language-service: remove asserts for non-null expressions (#16422) (253345c)
- β¬οΈ upgrade: initialize all inputs in time for
ngOnChanges()
(b3e63c0), closes #16212
π Features
- compiler-cli: add param to set MissingTranslationStrategy on ngc (#15987) (6e2abcd), closes #15808
- core: add
begin
andend
renderer methods to track change detection (7f9c589) - core: allow custom selector when bootstrapping components (#15668) (900a88b), closes #7136
- core: upgrade dep on zone.js to 0.8.9 (#16401) (065b76d)
- forms: introduce min and max validators (#15813) (81925fa)
- language-service: provide external file list to TypeScript (#16417) (f4b771a)
<!-- CHANGELOG SPLIT MARKER -->
-
v4.1.3 Changes
May 17, 2017π Bug Fixes
- β add typescript 2.3.2 typings test (#16738) (a5bdbed), closes #16663
- compiler-cli: import routing module with forRoot (#16438) (b7f8581)
- platform-server: wait for async app initializers to complete before removing server side styles (#16712) (0a82f7d), closes #15716
- router: Wrap Promise-like instances in native Promises (#16759) (883ca28)
- β¬οΈ upgrade: Prevent renaming of $inject property (#16706) (afb7540)
- β¬οΈ upgrade: use quote to prevent ClossureCompiler obfuscating $event. (#16724) (47df3d6)
<!-- CHANGELOG SPLIT MARKER -->