Skip to content

Commit d47294d

Browse files
Merge branch 'angular:main' into main
2 parents ac70b13 + 9b4085c commit d47294d

File tree

1,250 files changed

+6035
-5833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,250 files changed

+6035
-5833
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
<a name="18.2.5"></a>
2+
# 18.2.5 "bismuth-badge" (2024-09-20)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [1ea55b6e8](https://github.com/angular/components/commit/1ea55b6e80127046a9bc597f4d495374ad4d0524) | fix | **drag-drop:** account for scale when setting free drag position ([#29739](https://github.com/angular/components/pull/29739)) |
7+
| [aae74b031](https://github.com/angular/components/commit/aae74b031b23520440b6556ac89391303cc8894b) | fix | **listbox:** scroll active option into view when using aria-activedescendant ([#29722](https://github.com/angular/components/pull/29722)) |
8+
| [7db4b5f4c](https://github.com/angular/components/commit/7db4b5f4c19ed7e0e797dfc31a853713932d875b) | fix | **tree:** resolve maximum call stack error ([#29754](https://github.com/angular/components/pull/29754)) |
9+
### material
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [f9e18109e](https://github.com/angular/components/commit/f9e18109e813d9f735a324ae9fdf27cb6ddc08bd) | fix | **chips:** increase chip remove touch target size ([#29452](https://github.com/angular/components/pull/29452)) |
13+
| [2cf2f5321](https://github.com/angular/components/commit/2cf2f5321e724bced1b9c43eeca2503a7fe2fdc4) | fix | **datepicker:** replace labels not pointing to anything ([#29755](https://github.com/angular/components/pull/29755)) |
14+
| [7ab65e4fb](https://github.com/angular/components/commit/7ab65e4fb99e063cce7d0aa29701e811d10771c0) | fix | **select:** remove incompatible aria-autocomplete attribute ([#29645](https://github.com/angular/components/pull/29645)) |
15+
| [06818a7ed](https://github.com/angular/components/commit/06818a7ed8777d6fe5b9eca7802977691385ab67) | fix | **slider:** log proper error when slider isn't configured correctly ([#29745](https://github.com/angular/components/pull/29745)) |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
19+
<a name="19.0.0-next.5"></a>
20+
# 19.0.0-next.5 "astatine-armor" (2024-09-20)
21+
### cdk
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [4cd2152d9](https://github.com/angular/components/commit/4cd2152d9813078f81fc2be671f123ffa8c09974) | fix | **drag-drop:** account for scale when setting free drag position ([#29739](https://github.com/angular/components/pull/29739)) |
25+
| [fd4085895](https://github.com/angular/components/commit/fd4085895e67a695a4fbb5d3da2db9271f35a4e6) | fix | **listbox:** scroll active option into view when using aria-activedescendant ([#29722](https://github.com/angular/components/pull/29722)) |
26+
| [560878a23](https://github.com/angular/components/commit/560878a231373dca51ecac07f913503ee3e860aa) | fix | **overlay:** load structural styles in a cascade layer ([#29725](https://github.com/angular/components/pull/29725)) |
27+
| [873eb01e0](https://github.com/angular/components/commit/873eb01e018018f19434a4187a6b2a871272d09a) | fix | **portal:** remove ComponentFactoryResolver usages ([#27427](https://github.com/angular/components/pull/27427)) |
28+
| [be004b89f](https://github.com/angular/components/commit/be004b89fc7938b5a020a743e3344268601d0e9f) | fix | **tree:** resolve maximum call stack error ([#29754](https://github.com/angular/components/pull/29754)) |
29+
### material
30+
| Commit | Type | Description |
31+
| -- | -- | -- |
32+
| [777d1d295](https://github.com/angular/components/commit/777d1d295aaa8bc6e47a7c76e8fe9246ed30db2e) | fix | **chips:** increase chip remove touch target size ([#29452](https://github.com/angular/components/pull/29452)) |
33+
| [602bef1cd](https://github.com/angular/components/commit/602bef1cd6a4e11c89105ec3cd2f1410eea9cb50) | fix | **datepicker:** replace labels not pointing to anything ([#29755](https://github.com/angular/components/pull/29755)) |
34+
| [60776637e](https://github.com/angular/components/commit/60776637ee78cd942a3527402e3e8f9f25d871c1) | fix | **select:** remove incompatible aria-autocomplete attribute ([#29645](https://github.com/angular/components/pull/29645)) |
35+
| [0ed5d7d4f](https://github.com/angular/components/commit/0ed5d7d4fe91a3442a6d5cb80b032b66fc7ac30a) | fix | **slider:** log proper error when slider isn't configured correctly ([#29745](https://github.com/angular/components/pull/29745)) |
36+
### google-maps
37+
| Commit | Type | Description |
38+
| -- | -- | -- |
39+
| [1bd976c6a](https://github.com/angular/components/commit/1bd976c6a7b4493e9dc741f6fe25fde455adfbcf) | feat | Add support for some mouse events [#29741](https://github.com/angular/components/pull/29741) ([#29747](https://github.com/angular/components/pull/29747)) |
40+
### material-date-fns-adapter
41+
| Commit | Type | Description |
42+
| -- | -- | -- |
43+
| [234e5e0e8](https://github.com/angular/components/commit/234e5e0e8b7001671b459491bc048c379e29fc1d) | feat | add support for date-fns 4 ([#29744](https://github.com/angular/components/pull/29744)) |
44+
45+
<!-- CHANGELOG SPLIT MARKER -->
46+
147
<a name="18.2.4"></a>
248
# 18.2.4 "aramid-angle" (2024-09-12)
349
### cdk

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Angular is part of Google [Open Source Software Vulnerability Reward Program](https://bughunters.google.com/about/rules/6521337925468160/google-open-source-software-vulnerability-reward-program-rules). For vulnerabilities in Angular, please submit your report [here](https://bughunters.google.com/report).
22

3-
For more information, check out [Angular's security policy](https://angular.io/guide/security).
3+
For more information, check out [Angular's security policy](https://angular.dev/guide/security).

guides/creating-a-custom-form-field-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class MyTelInput implements MatFormFieldControl<MyTel>, ControlValueAcces
219219
}
220220
```
221221

222-
For additional information about `ControlValueAccessor` see the [API docs](https://angular.io/api/forms/ControlValueAccessor).
222+
For additional information about `ControlValueAccessor` see the [API docs](https://angular.dev/api/forms/ControlValueAccessor).
223223

224224

225225
#### `focused`

guides/customizing-component-styles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By default, Angular scopes component styles to exclusively affect that component
3939
that the styles you author affect only the elements directly within your component template.
4040
Encapsulated styles do *not* affect elements that are children of other components within your
4141
template. You can read more about view encapsulation in the
42-
[Angular documentation](https://angular.io/guide/component-styles#view-encapsulation). You may
42+
[Angular documentation](https://angular.dev/guide/components/styling#style-scoping). You may
4343
also wish to review
4444
[_The State of CSS in Angular_](https://blog.angular.io/the-state-of-css-in-angular-4a52d4bd2700)
4545
on the Angular blog.
@@ -66,7 +66,7 @@ Global CSS affects all elements in your application. Global CSS class names may
6666
names defined by components. Global CSS is often a source of hard-to-diagnose bugs and is generally
6767
difficult to maintain.
6868

69-
[ng-deep]: https://angular.io/guide/component-styles#deprecated-deep--and-ng-deep
69+
[ng-deep]: https://angular.dev/guide/components/styling#ng-deep
7070

7171
### CSS specificity
7272

guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ determine which features to include:
2929

3030
3. Set up browser animations for Angular Material:
3131

32-
Importing the [`BrowserAnimationsModule`](https://angular.io/api/platform-browser/animations/BrowserAnimationsModule) into your application enables Angular's [animation system](https://angular.dev/guide/animations). Declining this will disable most of Angular Material's animations.
32+
Importing the [`BrowserAnimationsModule`](https://angular.dev/api/platform-browser/animations/BrowserAnimationsModule) into your application enables Angular's [animation system](https://angular.dev/guide/animations). Declining this will disable most of Angular Material's animations.
3333

3434
The `ng add` command will additionally perform the following actions:
3535

guides/material-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ $my-theme: mat.m2-define-light-theme((
245245
To include the emitted styles in your application, [add your theme file to the `styles` array of
246246
your project's `angular.json` file][adding-styles].
247247

248-
[adding-styles]: https://angular.io/guide/workspace-config#styles-and-scripts-configuration
248+
[adding-styles]: https://angular.dev/reference/configs/workspace-config#styles-and-scripts-configuration
249249

250250
#### Theming dimensions
251251

@@ -735,7 +735,7 @@ requests][font-inlining].
735735

736736
[roboto]: https://fonts.google.com/share?selection.family=Roboto:wght@300;400;500
737737
[fonts-api]: https://developers.google.com/fonts/docs/getting_started
738-
[font-inlining]: https://angular.io/guide/workspace-config#fonts-optimization-options
738+
[font-inlining]: https://angular.dev/reference/configs/workspace-config#fonts-optimization-options
739739

740740
### Typography levels
741741

guides/schematics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Schematics are included with both `@angular/cdk` and `@angular/material`. Once y
99
packages, they will be available through the Angular CLI.
1010

1111
Using the command below will install Angular Material, the [Component Dev Kit](https://material.angular.io/cdk) (CDK),
12-
and [Angular Animations](https://angular.io/guide/animations) in your project. Then it will run the
12+
and [Angular Animations](https://angular.dev/guide/animations) in your project. Then it will run the
1313
installation schematic.
1414

1515
```

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ html {
261261
To include the emitted styles in your application, [add your theme file to the `styles` array of
262262
your project's `angular.json` file][adding-styles].
263263

264-
[adding-styles]: https://angular.io/guide/workspace-config#styles-and-scripts-configuration
264+
[adding-styles]: https://angular.dev/reference/configs/workspace-config#styles-and-scripts-configuration
265265

266266
#### Theming dimensions
267267

guides/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ requests][font-inlining].
3434

3535
[roboto]: https://fonts.google.com/share?selection.family=Roboto:wght@300;400;500
3636
[fonts-api]: https://developers.google.com/fonts/docs/getting_started
37-
[font-inlining]: https://angular.io/guide/workspace-config#fonts-optimization-options
37+
[font-inlining]: https://angular.dev/reference/configs/workspace-config#fonts-optimization-options
3838

3939
## Configuring Typography
4040

integration/harness-e2e-cli/.browserslistrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/browserslist/browserslist#queries
44

55
# For the full list of supported browsers by the Angular framework, please see:
6-
# https://angular.io/guide/browser-support
6+
# https://angular.dev/reference/versions#browser-support
77

88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist

0 commit comments

Comments
 (0)