Skip to content

Commit fab7b4f

Browse files
committed
fix(material/tree): new pr
new pr fixes #21922
2 parents a2a3425 + 004a943 commit fab7b4f

File tree

284 files changed

+10416
-11147
lines changed

Some content is hidden

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

284 files changed

+10416
-11147
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="18.1.0-next.2"></a>
2+
# 18.1.0-next.2 "ivory-infinity" (2024-06-12)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0bc6583892](https://github.com/angular/components/commit/0bc65838926e88723bfc677fc3e4de81826cfe5b) | feat | **drag-drop:** add mixed orientation support |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [6f698fa4e2](https://github.com/angular/components/commit/6f698fa4e24ef4637b2c83f43cb608df967a78b5) | feat | **core:** add option to configure prefix of system variables ([#29139](https://github.com/angular/components/pull/29139)) |
11+
| [e7312037f7](https://github.com/angular/components/commit/e7312037f75dad5482b06868542ec2a715c116fc) | fix | **dialog:** Make autofocus work with animations disabled ([#29195](https://github.com/angular/components/pull/29195)) |
12+
| [3b32d0e7c9](https://github.com/angular/components/commit/3b32d0e7c95b358d30f8b7e6b0570ab8ba815a06) | fix | **dialog:** Make focus behavior consistent across zoneful/zoneless apps ([#29192](https://github.com/angular/components/pull/29192)) |
13+
| [566057b8f5](https://github.com/angular/components/commit/566057b8f58fab1b5328cbd4336b7b19ea412fd3) | fix | **divider:** non-text color contrast issues ([#28995](https://github.com/angular/components/pull/28995)) |
14+
| [e3abc65d7d](https://github.com/angular/components/commit/e3abc65d7d191f2adf1c294bdb84f532d4eac05c) | fix | **radio:** mark radio-group for check on touch ([#29203](https://github.com/angular/components/pull/29203)) |
15+
| [3da43230e6](https://github.com/angular/components/commit/3da43230e62c8983af5c21c4c1fc66ea2e5e7d52) | fix | **schematics:** estimate missing hues in M3 schematic ([#29231](https://github.com/angular/components/pull/29231)) |
16+
| [d717de5150](https://github.com/angular/components/commit/d717de51501e04a0410217c07fc31929ff2e983a) | fix | **snack-bar:** fix overrides mixin name typo ([#29180](https://github.com/angular/components/pull/29180)) |
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
20+
<a name="18.0.3"></a>
21+
# 18.0.3 "gossamer-glacier" (2024-06-12)
22+
### material
23+
| Commit | Type | Description |
24+
| -- | -- | -- |
25+
| [f6b993fdb7](https://github.com/angular/components/commit/f6b993fdb7fbdcfbe0297d320a5961097002308d) | fix | **dialog:** Make autofocus work with animations disabled ([#29195](https://github.com/angular/components/pull/29195)) |
26+
| [6dd1689b51](https://github.com/angular/components/commit/6dd1689b519abf287098d30f7698fc37197e3db0) | fix | **dialog:** Make focus behavior consistent across zoneful/zoneless apps ([#29192](https://github.com/angular/components/pull/29192)) |
27+
| [81d4527f91](https://github.com/angular/components/commit/81d4527f9130605f69dea31a092a60261bde25db) | fix | **radio:** mark radio-group for check on touch ([#29203](https://github.com/angular/components/pull/29203)) |
28+
| [0f4d1862d3](https://github.com/angular/components/commit/0f4d1862d30366978176a4a87b7799915d3caedd) | fix | **schematics:** estimate missing hues in M3 schematic ([#29231](https://github.com/angular/components/pull/29231)) |
29+
| [faf348438d](https://github.com/angular/components/commit/faf348438d57db80e8ac5187ffe3900fe398fe77) | fix | **snack-bar:** fix overrides mixin name typo ([#29180](https://github.com/angular/components/pull/29180)) |
30+
31+
<!-- CHANGELOG SPLIT MARKER -->
32+
133
<a name="18.1.0-next.1"></a>
234
# 18.1.0-next.1 "velvet-violoncello" (2024-06-05)
335
### cdk

guides/getting-started.md

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

2929
1. Choose a prebuilt theme name, or "custom" for a custom theme:
3030

31-
You can choose from [prebuilt material design themes](https://material.angular.io/guide/theming#using-a-pre-built-theme) or set up an extensible [custom theme](https://material.angular.io/guide/theming#defining-a-theme).
31+
You can choose from [prebuilt material design themes](https://material.angular.io/guide/theming#pre-built-themes) or set up an extensible [custom theme](https://material.angular.io/guide/theming#defining-a-theme).
3232

3333
2. Set up global Angular Material typography styles:
3434

guides/schematics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Angular Material `ng add` schematic helps you set up an Angular CLI project
2626

2727
- Ensure [project dependencies](./getting-started#step-1-install-angular-material-angular-cdk-and-angular-animations) are placed in `package.json`
2828
- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) in your app module
29-
- Add either a [prebuilt theme](./theming#using-a-pre-built-theme) or a [custom theme](./theming#defining-a-custom-theme)
29+
- Add either a [prebuilt theme](./theming#pre-built-themes) or a [custom theme](./theming#defining-a-custom-theme)
3030
- Add Roboto fonts to your `index.html`
3131
- Add the [Material Icon font](./getting-started#step-6-optional-add-material-icons) to your `index.html`
3232
- Add global styles to

guides/theming.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,28 @@ more about these terms):
9191

9292
##### Pre-built themes
9393

94-
There are a number of color palettes available in `@angular/material` that can be
95-
used with the `primary` and `tertiary` options:
94+
Angular Material includes several pre-built theme CSS files, each with different palettes selected.
95+
You can use one of these pre-built themes if you don't want to define a custom theme with Sass.
96+
97+
| Theme | Light or dark? | Specification |
98+
|------------------------|----------------|----------------------------------|
99+
| `azure-blue.css` | Light | Material Design 3 |
100+
| `rose-red.css` | Light | Material Design 3 |
101+
| `cyan-orange.css` | Dark | Material Design 3 |
102+
| `magenta-violet.css` | Dark | Material Design 3 |
103+
| `deeppurple-amber.css` | Light | Material Design 2 |
104+
| `indigo-pink.css` | Light | Material Design 2 |
105+
| `pink-bluegrey.css` | Dark | Material Design 2 |
106+
| `purple-green.css` | Dark | Material Design 2 |
107+
108+
These files include the CSS for every component in the library. To include only the CSS for a subset
109+
of components, you must use the Sass API detailed in [Defining a theme](#defining-a-theme) above.
110+
You can [reference the source code for these pre-built themes](https://github.com/angular/components/blob/main/src/material/core/theming/prebuilt) to see examples of complete theme definitions.
111+
112+
##### Pre-defined palettes
113+
114+
The pre-built themes are based on a set of pre-defined palettes that can be used with the `primary`
115+
and `tertiary` options:
96116

97117
- `$red-palette`
98118
- `$green-palette`

0 commit comments

Comments
 (0)