Andrew Kushnir
b358b61304
release: cut the v14.2.10 release
14.2.10
2022-11-09 11:44:17 -08:00
Alan Agius
a4312e1be5
fix(core): add zone.js version 0.12.x as a valid peer dependency ( #48002 )
...
This commit adds `zone.js` version `0.12.x` as a valid peer dependency
PR Close #48002
2022-11-09 09:54:11 -08:00
Andrew Scott
28efb06a96
test(router): Move test for redirect under correct describe block ( #47993 )
...
This moves a redirect test to be grouped with other redirect tests.
PR Close #47993
2022-11-08 10:34:22 -08:00
Kristiyan Kostadinov
c3bc035f5d
refactor(core): remove duplicate createRenderer call ( #47981 )
...
Fixes that we were calling `createRenderer` even though we had one already. This likely wasn't a performance issue since the renderer factory caches the renderer, but it's still better to reuse it to avoid confusion in the future.
Fixes #47980 .
PR Close #47981
2022-11-07 12:33:24 -08:00
Albert Szekely
db867fee77
fix(router): fix redirectTo on named outlets - resolves #33783 ( #47927 )
...
fix(router): fix redirectTo on named outlets - resolves #33783
PR Close #47927
2022-11-04 09:30:31 -07:00
Doug Parker
6d4f75931b
build: add --keep_going to components tests. ( #47958 )
...
This configures CI to run all the tests and report all the failures instead of aborting after the first one.
PR Close #47958
2022-11-03 17:52:39 -07:00
Alan Agius
956025aa40
docs: add searchKeywords in testing guide ( #47953 )
...
This is to push up the page in search results when searching for these terms.
Ex: currently when searching using the term `test` this page is displayed at the middle of the results.
PR Close #47953
2022-11-03 17:51:58 -07:00
Peter Scriven
6c940eb07e
docs: fix lint errors for change detection guides ( #47952 )
...
PR Close #47952
2022-11-03 17:51:26 -07:00
Alan Agius
cc1e96da45
docs: remove redirects to no longer existing page ( #47929 )
...
This redirect is broken as this page no longer exists.
PR Close #47929
2022-11-03 17:47:54 -07:00
Markus Eckstein
e93b3a5245
docs: fix missing word ( #47876 )
...
PR Close #47876
2022-11-03 17:47:27 -07:00
abergquist
6cc5b3e015
docs: made code appear better, etc. ( #47336 )
...
Made code appear better and resolved some minor grammatical opportunities/issues.
PR Close #47336
2022-11-03 17:44:56 -07:00
Andrew Kushnir
bab5f9a18f
release: cut the v14.2.9 release
14.2.9
2022-11-03 16:44:51 -07:00
mgechev
f7f354a1f7
docs: update roadmap as of q4 2022 ( #47910 )
...
PR Close #47910
2022-11-01 04:46:49 -07:00
Kristiyan Kostadinov
92d28bdd99
perf(platform-browser): resolve memory leak when using animations with shadow DOM ( #47903 )
...
`AnimationRendererFactory` maintains a map between a renderer delegate and the animations renderer it corresponds to, but the renderers are never removed from the map. This leads to memory leaks when used with the `ShadowDom` view encapsulation, because the specific renderer keeps a references to its shadow root which in turn references all the elements in the view.
These changes resolve the leak by clearing the reference when the animations renderer is destroyed.
Fixes #47892 .
PR Close #47903
2022-11-01 04:46:08 -07:00
Virginia Dooley
65a3338e54
docs: Linting corrections. Restructuring or rewording sentences to be shorter and clearer. ( #47897 )
...
PR Close #47897
2022-10-28 02:37:47 -07:00
Alan Agius
a5e1104508
docs: improve grammer in CLI command template ( #47891 )
...
Before
```
This command has the following commands:
```
Now
```
This command has the following sub-commands:
```
PR Close #47891
2022-10-28 02:29:07 -07:00
Alan Agius
d2d9bbf5ce
fix(platform-server): call onSerialize when state is empty ( #47888 )
...
Commit https://github.com/angular/angular/commit/a0b2d364156eed0d33831c37b00ea5c58ff4bbec#diff-3975e0ee5aa3e06ecbcd76f5fa5134612f7fd2e6802ca7d370973bd410aab55cR25-R31 changed the serialization phase logic so
that when the state is empty the script tag is not added to the document. As a side effect, this caused the `toJson` not called which caused the `onSerialize` callbacks also not to be called.
These callbacks are used to provide the value for a key when `toJson` is called. Example: https://github.com/ngrx/platform/issues/101#issuecomment-351998548
Closes #47172
PR Close #47888
2022-10-28 02:27:57 -07:00
Pawel Kozlowski
8707475341
release: cut the v14.2.8 release
14.2.8
2022-10-26 20:22:36 +02:00
Andrew Scott
9d12a072b8
Revert "build: add atscott to unavailable list for pullapprove ( #47658 )" ( #47877 )
...
This reverts commit cf88a3ce20 .
PR Close #47877
2022-10-26 19:00:54 +02:00
vyom1611
a478ab17de
docs: removing http-server section in Service worker tour ( #47613 )
...
- Based on issue #47583
- Updated docs for Service workers by removing the section which used http-server to use service workers with ng serve
- By changelog of v14.2.0, service workers become compatible with ng serve using feature #23679
PR Close #47613
2022-10-24 15:42:56 +02:00
Paul Gschwendtner
8161b98069
build: update recommended launch vscode config to use proper bazel dist path ( #47831 )
...
As of Bazel v5, the `bazel-out` symlink no longer exists. This commit
corrects the path in the VSCode recommended launch configuration. This
helps speed up this launch configuration given less files having to be
explored.
PR Close #47831
2022-10-24 10:42:21 +02:00
onrails
37788b6554
docs: fixing copy inconsistencies in schematics description ( #47453 )
...
I fixed inconsistent spelling and formatting and replaced a dead link to clarity design system starter.
docs(schematics): revert a change in schematic usage pronoun
docs: parentheses removal from schematic generation description
Co-Authored-By: Bob Watson <104218420+bob-watson@users.noreply.github.com >
PR Close #47453
2022-10-24 10:41:47 +02:00
WD Snoeijer
7c4f77a062
docs: fix linter errors in user-input.md ( #47832 )
...
PR Close #47832
2022-10-21 19:14:00 +02:00
Balaji
a42c8cfc67
docs: fix minor typo in hierarchical-dependency-injection.md ( #47812 )
...
Small Typo change
- renamed oh to or in https://angular.io/guide/hierarchical-dependency-injection#skipself-and-viewproviders
PR Close #47812
2022-10-21 17:33:12 +02:00
Dylan Hunn
4d18ba1af7
release: cut the v14.2.7 release
14.2.7
2022-10-19 23:23:14 +02:00
WD Snoeijer
15044737a6
docs: fix linter errors for accessibility.md ( #47725 )
...
PR Close #47725
2022-10-19 20:13:54 +02:00
urugator
64c8ebaf9f
docs(router): fix misleading description of BaseRouteReuseStrategy ( #47786 )
...
The original description gave a false impression that only query params and fragment changes are ignored, while actually `routeParams` changes are ignored as well.
PR Close #47786
2022-10-19 20:12:23 +02:00
Virginia Dooley
3a4ddbac4e
docs: Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. ( #47790 )
...
PR Close #47790
2022-10-19 20:10:56 +02:00
Virginia Dooley
64d6a4fc49
docs: Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. Inserted an introductory paragraph under level 1 heading. ( #47788 )
...
PR Close #47788
2022-10-19 15:24:11 +02:00
WD Snoeijer
c62246c038
docs: fix linter errors for zone.md ( #47707 )
...
PR Close #47707
2022-10-17 12:14:44 +02:00
WD Snoeijer
ad78d25974
docs: fix linter errors for web-worker.md ( #47766 )
...
PR Close #47766
2022-10-17 12:13:40 +02:00
WD Snoeijer
13d6221a0b
docs: fix linter errors for view-encapsulation.md ( #47772 )
...
PR Close #47772
2022-10-17 12:11:53 +02:00
Charles Barnes
46d33dd206
docs(docs-infra): fix errors page hover styles ( #47770 )
...
fix hover styles for error messages to be consistent for dark theme
Fixes #47723
PR Close #47770
2022-10-17 09:57:47 +02:00
abergquist
2e7e4024ca
docs: Separated HTML elements with blank lines ( #47331 )
...
Separated HTML elements with judicious use of space. It not only makes it easier to read the HTML; it also makes it consistent with the formatting of https://github.com/angular/angular/edit/main/aio/content/examples/what-is-angular/src/app/hello-world-bindings/hello-world-ngif.component.html .
PR Close #47331
2022-10-13 19:10:27 +00:00
Bob Watson
2ca213747c
docs: update of documentation contrib. guide ( #47381 )
...
This update describes the content authoring and revision process in sufficient detail for technical and non-technical contributors to the angular.io documentation.
PR Close #47381
2022-10-13 16:37:25 +00:00
Joey Perrott
24950dd2a5
build: update comp labels to be area instead ( #47750 )
...
Updates all of the comp: * labels to area: * instead
PR Close #47750
2022-10-12 18:10:36 +00:00
Jessica Janiuk
0fdd6f9726
release: cut the v14.2.6 release
14.2.6
2022-10-12 10:51:30 -07:00
Joey Perrott
09d5f51764
build: update labels to match standardized labels ( #47747 )
...
Update labels as part of standardization
PR Close #47747
2022-10-12 17:02:40 +00:00
Alan Agius
3fd176a905
fix(compiler-cli): add missing period to error message ( #47744 )
...
With this change we add a missing period to the error message.
PR Close #47744
2022-10-12 15:57:25 +00:00
Joshua Morony
b82da42725
docs: add Joshua Morony to GDE resources ( #47704 )
...
PR Close #47704
2022-10-11 23:42:46 +00:00
Angular Robot
b9a0396097
build: update io_bazel_rules_sass digest to f6ceac7 ( #47376 )
...
See associated pull request for more information.
PR Close #47376
2022-10-11 23:16:22 +00:00
WD Snoeijer
fe5adc7d15
docs: fix linter errors for what-is-angular.md ( #47708 )
...
PR Close #47708
2022-10-11 23:07:09 +00:00
WD Snoeijer
6c9b5a2557
docs: fix linter errors for security.md ( #47688 )
...
PR Close #47688
2022-10-11 22:05:44 +00:00
WD Snoeijer
5154d121ac
docs: fix linter errors for workspace-config.md ( #47709 )
...
PR Close #47709
2022-10-11 21:59:00 +00:00
WD Snoeijer
2fd893d52c
docs: fix linter errors for property-binding-best-practices.md ( #47686 )
...
PR Close #47686
2022-10-11 21:19:18 +00:00
WD Snoeijer
2aaca8e0be
docs: fix linter errors for property-binding.md ( #47687 )
...
PR Close #47687
2022-10-11 21:18:46 +00:00
WD Snoeijer
6be93cf4e4
docs: fix linter errors in prerendering.md ( #47724 )
...
PR Close #47724
2022-10-11 15:59:25 +00:00
Sri Ram
a7de7366b2
docs(core): Improved README.md ( #47700 )
...
PR Close #47700
2022-10-11 15:58:39 +00:00
Aristeidis Bampakos
f57bb389a8
docs: add 0 to filename of runtime error guides ( #47722 )
...
PR Close #47722
2022-10-10 22:30:44 +00:00
Joey Perrott
477adb7586
ci: adjust workflow permissions for OpenSSF Scorecard results publishing ( #47721 )
...
Version 2 of the `openssf/scorecard-action` GitHub action requires the
`id-token: write` permission to publish results.
PR Close #47721
2022-10-10 22:29:01 +00:00