Alex Rickabaugh
2d68de5bb1
release: cut the v15.2.9 release
15.2.9
2023-05-03 09:12:13 -07:00
Matthieu Riegler
8b34482e3d
docs: Make links out of @see tags ( #50098 )
...
This commit is part of the work for #50097 to improve the linking on the online documentation.
PR Close #50098
2023-05-02 13:14:26 +02:00
Matthieu Riegler
eb048fd1a7
docs(docs-infra): hide Debugging the errorsection. ( #50074 )
...
On the error template, hide `Debugging the error` when there is none provided in the markdown file.
PR Close #50074
2023-05-02 12:15:01 +02:00
Matthieu Riegler
7f9b4d2f5e
docs(docs-infra): fix the search-results label color on the dark theme. ( #50083 )
...
Theme color switching wasn't handled.
PR Close #50083
2023-05-02 12:13:25 +02:00
mgechev
7f369e33aa
docs: cleanup team page ( #50044 )
...
PR Close #50044
2023-05-02 12:00:17 +02:00
Lola Bola
8eae40dace
docs: fix a typo ( #50092 )
...
PR Close #50092
2023-05-02 11:55:17 +02:00
Andrew Scott
7c58885797
fix(compiler-cli): catch fatal diagnostic when getting diagnostics for components ( #50046 )
...
This commit adds similar handling to what was done in https://github.com/angular/angular/commit/ed817e32fe0239c0f08ce342c7ad224055d56f84 .
The language service calls the `getDiagnosticsForComponent` function
when the file is not a typescript file.
fixes https://github.com/angular/vscode-ng-language-service/issues/1881
PR Close #50046
2023-04-28 15:18:03 +02:00
Paul Gschwendtner
ea82d3b0e9
ci: update link to start google presubmit ( #50060 )
...
Updates the golink to start a google presubmit, given that
documentation has moved.
PR Close #50060
2023-04-28 11:41:22 +02:00
Matthias Kunnen
9107e931ca
fix(common): fix incorrectly reported distortion for padded images ( #49889 )
...
The original code uses clientWidth and clientHeight which returns the
width and height of the element including the padding. This results in
the aspect ratio being determined incorrectly and the image distortion
warning triggering. The new code uses getComputedStyle which returns
the width and height without padding.
Another advantage of using getComputedStyle is that, unlike clientWidth
and clientHeight, the number returned is a decimal which provides
greater accuracy. This could allow for lowering the ASPECT_RATIO_TOLERANCE.
PR Close #49889
2023-04-27 17:16:47 +02:00
Matthias Kunnen
9d6654896f
test(common): test rounding problems in image distortion detection ( #49889 )
...
Due to assertNoImageDistortion using clientWidth and clientHeight, and these properties returning integers, rounding errors occur that exceed the aspect ratio tolerance.
Increasing the tolerance could hide actual distortion so correcting the calculation to use floats would be best and could even allow for a lower tolerance.
PR Close #49889
2023-04-27 17:16:47 +02:00
Matthias Kunnen
6764fb63ff
test(common): show ngOptimizedImage distortion detection failure on padded images ( #49889 )
...
The image distortion detection performed uses clientWidth/clientHeight which includes the padding.
This leads to images with padding being detected as distorted while they are not and distortion being masked by padding.
PR Close #49889
2023-04-27 17:16:47 +02:00
Angular Robot
1584b32f09
build: update io_bazel_rules_sass digest to 236d2fc ( #50006 )
...
See associated pull request for more information.
PR Close #50006
2023-04-26 12:40:15 -07:00
Angular Robot
3599214526
build: update dependency patch-package to v7 ( #50002 )
...
See associated pull request for more information.
PR Close #50002
2023-04-26 11:29:13 -07:00
Angular Robot
0dea585f01
build: update github/codeql-action action to v2.3.0 ( #49992 )
...
See associated pull request for more information.
PR Close #49992
2023-04-26 11:28:11 -07:00
Alan Agius
dd4fb18169
fix(docs-infra): add work-break to a tags in .cli-option ( #50012 )
...
This commit fixes a styling issue were the default values are not being displayed in https://angular.io/cli/build which is because in some cases the option description has a long anchor tag which causes the content to be pushed to the right and gets hidden.
PR Close #50012
2023-04-26 09:24:58 -07:00
Alan Agius
0810b01934
docs: update links to reference the version compatibility guide ( #49995 )
...
This commit updates several docs to reference the version compatibility guide instead of the `package.json`.
PR Close #49995
2023-04-26 09:17:56 -07:00
Matthieu Riegler
bdf2aa1957
build: bump license year ( #49984 )
...
Bumping to 2023
Fixes #49983
PR Close #49984
2023-04-25 09:29:17 -07:00
Lars Gyrup Brink Nielsen
1ef6205a62
docs(core): correct description of actively supported versions ( #49945 )
...
PR Close #49945
2023-04-24 11:52:18 -07:00
Lars Gyrup Brink Nielsen
0a79914655
docs(core): combine compatibility for minor versions sharing dependencies ( #49945 )
...
PR Close #49945
2023-04-24 11:52:18 -07:00
Qiuran Hu
6d028283d1
docs: fix typo in lazy-loading feature modules doc ( #49972 )
...
PR Close #49972
2023-04-24 10:52:45 -07:00
Rushikesh Kavar
c17b84a33b
docs: applicability of NgModule providers ( #49966 )
...
saying that providers of this NgModule is available to components,pipes and directive of "this" ngModule is not accurate sentence to describe the fact.
I am referring from: https://angular.io/guide/hierarchical-dependency-injection .
It says that "ModuleInjector is configured by the @NgModule.providers and NgModule.imports property. ModuleInjector is a flattening of all the providers arrays that can be reached by following the NgModule.imports recursively."
So, any component,pipe or directive of other NgModule within same ModuleInjector can use providers of this NgModule.
PR Close #49966
2023-04-24 09:51:57 -07:00
Matthieu Riegler
898acfa4df
docs: remove the warning about shadowDom support ( #49961 )
...
ShadowDom support is now ubiquitous since 2020 and all evergreen browsers.
PR Close #49961
2023-04-23 18:22:46 -07:00
Matthieu Riegler
245a23e1ec
docs: remove mention of the webworker platform issues ( #49947 )
...
The Webworker platform was remove in v10, we can remove this part.
Fixes #49934
PR Close #49947
2023-04-23 18:20:59 -07:00
lonikadze
0f38b98274
docs: replaces "comp: docs" label to "area: docs" ( #49952 )
...
Fixes #49951
PR Close #49952
2023-04-20 14:50:02 -07:00
Jessica Janiuk
35690fdf6d
release: cut the v15.2.8 release
15.2.8
2023-04-19 12:13:35 -07:00
lonikadze
3d7b8cdb4d
docs: add information on how to use index option in configuration ( #49813 )
...
#49780
PR Close #49813
2023-04-19 18:46:10 +00:00
Kristiyan Kostadinov
2fff8fadbe
fix(core): handle invalid classes in class array bindings ( #49924 )
...
When binding an array to `class` like `[class]="['foo', 'bar']"`, the runtime treats it the same as a literal binding with all the values being `true`, e.g. `{foo: true, bar: true}`. While object literals can only have string keys, arrays can have any value which can lead to errors if the array contains non-string values.
These changes add some logic to stringify the keys and ignore invalid ones.
Fixes #48473 .
PR Close #49924
2023-04-19 16:28:26 +00:00
Lars Gyrup Brink Nielsen
0454158084
docs(core): add version ranges for Angular 14.3 ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
1575f9d8f3
docs: change section heading ( #48753 )
...
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com >
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
fc428f0443
docs(core): add version ranges for Angular 15.2 ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
9fa0ab5151
docs(core): split versions table into LTS and non-LTS tables ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
2a59e19886
docs(docs-infra): add versions document to code owners ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
4d8b164d3c
docs(docs-infra): add versions document to the navigation ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
b13587c802
docs(core): include introductory text about version compatibility ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Lars Gyrup Brink Nielsen
2f64981f7c
docs(core): add Angular, Node.js, TypeScript, and RxJS version compatibility matrix ( #48753 )
...
PR Close #48753
2023-04-19 14:07:31 +00:00
Angular Robot
f02812d00e
docs: update events ( #49569 )
...
Generated `events.json` with the latest events retrieved from the Firebase DB.
Closes #49545
PR Close #49569
2023-04-19 14:05:45 +00:00
Angular Robot
f3907e1654
build: update angular/dev-infra digest to 1564c4e patch ( #49917 )
...
See associated pull request for more information.
PR Close #49917
2023-04-19 14:04:57 +00:00
arturovt
296459ac16
docs: add Artur Androsovych to GDE resources ( #48520 )
...
PR Close #48520
2023-04-18 21:35:45 +00:00
Angular Robot
279e9e7fdb
build: update dependency build_bazel_rules_nodejs to v5.8.2 ( #49910 )
...
See associated pull request for more information.
PR Close #49910
2023-04-18 20:45:24 +00:00
Angular Robot
6a939562ea
build: update cross-repo angular dependencies ( #49891 ) patch PR ( #49913 )
...
See associated pull request for more information.
Patch of #49891
PR Close #49913
2023-04-18 20:15:42 +00:00
Angular Robot
b9e1e7e308
build: update actions/cache digest to 88522ab ( #49437 )
...
See associated pull request for more information.
PR Close #49437
2023-04-18 19:46:16 +00:00
Angular Robot
77eb4d8ecf
build: update dependency google-closure-compiler to v20230411 ( #49892 ) ( #49912 )
...
See associated pull request for more information.
PR Close #49892
PR Close #49912
2023-04-18 19:45:23 +00:00
Douglas Diniz Carvalho
48c946f8c9
docs: type clearTimer function as VoidFunction or undefined ( #48480 )
...
PR Close #48480
2023-04-18 19:03:58 +00:00
Douglas Diniz Carvalho
81ad3c62d6
docs: standardize examples using timers for SSR compatibility ( #48480 )
...
PR Close #48480
2023-04-18 19:03:57 +00:00
CodeMaster7000
cab701d0ee
docs: update README.md ( #48423 )
...
PR Close #48423
2023-04-18 16:59:38 +00:00
Vasil Chimev
70ef08fc31
docs: typos and wording ( #48597 )
...
PR Close #48597
2023-04-18 16:58:31 +00:00
Vladyslav Makarenko
5a13eb8da0
docs: add a dot ( #49434 )
...
The first sentence misses a dot in the end, however other sentences have it
PR Close #49434
2023-04-18 16:22:51 +00:00
Ikko Eltociear Ashimine
3dc43e3577
refactor: fix typo in windows-chromium-path.js ( #49676 )
...
preceeding -> preceding
PR Close #49676
2023-04-18 16:22:10 +00:00
John Manners
9abe0d6d32
docs: fix errors in toh-pt6.md ( #49129 )
...
Line 182 and line 185 - grammatical and typo errors.
PR Close #49129
2023-04-18 16:21:35 +00:00
Angular Robot
c75fe04e28
build: update io_bazel_rules_sass digest to 898e4dd ( #49575 )
...
See associated pull request for more information.
PR Close #49575
2023-04-18 16:20:54 +00:00