Allow TestBed.configureTestingModule to work with recursive cycle of standalone components. (#49473)
more accurate matching of classes during content projection (#48888)
migrations
Commit
Description
preserve trailing commas in code generated by standalone migration (#49533)
Special Thanks
Aditya Srinivasan, Alex Rickabaugh, Andrew Scott, Kristiyan Kostadinov, Masaoki Kobayashi, Matthieu Riegler, Paul Gschwendtner, Peter Götz, Thomas Pischke, Virginia Dooley and avmaxim
v15.2.3
15.2.3 (2023-03-16)
Special Thanks
Alan Agius, Esteban Gehring, Matthieu Riegler and Virginia Dooley
v15.2.2
15.2.2 (2023-03-08)
migrations
Commit
Description
add protractor support if protractor imports are detected (#49274)
Special Thanks
Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sai Kartheek Bommisetty and Vinit Neogi
v15.2.1
15.2.1 (2023-03-01)
common
Commit
Description
make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181)
compiler-cli
Commit
Description
do not persist component analysis if template/styles are missing (#49184)
more accurate matching of classes during content projection (#48888)
Special Thanks
Aditya Srinivasan, Alex Rickabaugh, Andrew Scott, Kristiyan Kostadinov, Masaoki Kobayashi, Matthieu Riegler, Paul Gschwendtner, Peter Götz, Thomas Pischke, Virginia Dooley and avmaxim
16.0.0-next.3 (2023-03-16)
Breaking Changes
core
The APP_ID token value is no longer randomly generated. If you are bootstrapping multiple application on the same page you will need to set to provide the APP_ID yourself.
ComponentFactoryResolver has been removed from Router APIs.
Component factories are not required to create an instance of a component
dynamically. Passing a factory resolver via resolver argument is no longer needed
and code can instead use ViewContainerRef.createComponent without the
factory resolver.
Deprecations
core
EnvironmentInjector.runInContext is now deprecated, with
runInInjectionContext functioning as a direct replacement:
// Previous method version (deprecated):
envInjector.runInContext(fn);
// New standalone function:
runInInjectionContext(envInjector, fn);
platform-browser
BrowserModule.withServerTransition has been deprecated. APP_ID should be used instead to set the application ID.
NB: Unless, you render multiple Angular applications on the same page, setting an application ID is not necessary.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @angular/compiler-cli from 15.1.2 to 15.2.4.
Release notes
Sourced from
@angular/compiler-cli
's releases.... (truncated)
Changelog
Sourced from
@angular/compiler-cli
's changelog.... (truncated)
Commits
9937508
refactor(compiler-cli): remove unused class decorator downlevel code (#49351)04d8b6c
fix(compiler-cli): do not persist component analysis if template/styles are m...86d4016
refactor(compiler): remove remaining usage of getMutableClone (#49070)0cf1116
fix(compiler-cli): incorrectly detecting forward refs when symbol already exi...d014503
fix(language-service): generate forwardRef for same file imports (#48898)59c0106
refactor(compiler): indicate whether potential import is forward reference (#...9250afb
refactor(compiler-cli): Export the interface PluginCompilerHost for 1p use. (...06e161f
fix(compiler): incorrect code when non-null assertion is used after a safe ac...4da1f29
fix(compiler-cli): resolve deprecation warning (#48812)6beff5e
refactor(compiler): rework and expose APIs to be used in schematics (#48730)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)