Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Dynamicaly call the global fetch implementation (#57531)
19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty projectableNodes.
When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
For example:
// The first ng-content will render the default fallback content if present
createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
// To prevent projecting the default fallback content:
createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use fakeAsync: these timers will now be visible to fakeAsync
and can be affected by tick or flush.
elements
as part of switching away from custom CD behavior to the
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
Bumps the minor group in /frontend with 20 updates:
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
18.2.2
18.2.3
9.9.1
9.10.0
18.2.2
18.2.3
22.5.2
22.5.4
8.3.0
8.4.0
8.3.0
8.4.0
9.9.1
9.10.0
Updates
@angular/animations
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/animations
's releases.Changelog
Sourced from
@angular/animations
's changelog.... (truncated)
Commits
Updates
@angular/cdk
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/cdk
's releases.Changelog
Sourced from
@angular/cdk
's changelog.Commits
ed63b4e
release: cut the v18.2.3 release4a79052
fix(material/tooltip): remove old IE workaround (#29674)5f57157
build: bump up machine size (#29680)0f07b25
fix(material/badge): resolve memory leak (#29676)5d93395
fix(material/core): Fix incorrect color role mappings (#29655)fe3f30f
fix(material/core): Allow system variables to be formatted for opacity (#29665)Updates
@angular/common
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/common
's releases.Changelog
Sourced from
@angular/common
's changelog.... (truncated)
Commits
de68e04
fix(http): Dynamicaly call the global fetch implementation (#57531)Updates
@angular/compiler
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/compiler
's releases.Changelog
Sourced from
@angular/compiler
's changelog.... (truncated)
Commits
Updates
@angular/core
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/core
's releases.Changelog
Sourced from
@angular/core
's changelog.... (truncated)
Commits
93bdbbc
docs(docs-infra): Add dev-mode only mention forcore/global
(#57365)d9c1004
refactor(migrations): ensure control flow analysis of signal input migration ...bb29c8b
refactor(migrations): cleanup TODOs in signal input migration (#57566)3b7162d
docs: Add mention toENVIRONMENT_INITIALIZER
(#57464)3bc2867
docs(docs-infra): remove hash before link (#57351)Updates
@angular/forms
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/forms
's releases.Changelog
Sourced from
@angular/forms
's changelog.... (truncated)
Commits
Updates
@angular/platform-browser
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/platform-browser
's releases.Changelog
Sourced from
@angular/platform-browser
's changelog.... (truncated)
Commits
Updates
@angular/platform-browser-dynamic
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/platform-browser-dynamic
's releases.Changelog
Sourced from
@angular/platform-browser-dynamic
's changelog.... (truncated)
Commits
Updates
@angular/router
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/router
's releases.Changelog
Sourced from
@angular/router
's changelog.... (truncated)
Commits
Updates
@angular-devkit/build-angular
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular-devkit/build-angular
's releases.Changelog
Sourced from
@angular-devkit/build-angular
's changelog.Commits
f4db482
release: cut the v18.2.3 release4820766
fix(@angular-devkit/build-angular
): updatewebpack-dev-middleware
to7.4.2
Updates
@angular/cli
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/cli
's releases.Changelog
Sourced from
@angular/cli
's changelog.Commits
f4db482
release: cut the v18.2.3 release4820766
fix(@angular-devkit/build-angular
): updatewebpack-dev-middleware
to7.4.2
Updates
@angular/compiler-cli
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/compiler-cli
's releases.Changelog
Sourced from
@angular/compiler-cli
's changelog.... (truncated)
Commits
582aac4
refactor(compiler-cli): Add support for inheritance in API extraction (#57588)4d8da40
Revert "refactor(compiler-cli): extract function overload separatly (#56489)"...c068045
docs(docs-infra): Add support for cross-links on API pages (#57346)9814767
refactor(compiler-cli): Add a map of every symbols used inside a package (#57...93bdbbc
docs(docs-infra): Add dev-mode only mention forcore/global
(#57365)8e1d6c7
refactor(compiler-cli): extract function overload separatly (#56489)Updates
@angular/language-service
from 18.2.2 to 18.2.3Release notes
Sourced from
@angular/language-service
's releases.Changelog
Sourced from
@angular/language-service
's changelog.