|
| 1 | +<a name="18.2.0-next.2"></a> |
| 2 | +# 18.2.0-next.2 "velvet-guitar" (2024-07-24) |
| 3 | +### material |
| 4 | +| Commit | Type | Description | |
| 5 | +| -- | -- | -- | |
| 6 | +| [8417601015](https://github.com/angular/components/commit/8417601015e7c3a96a8a6801213e764058ee8aba) | feat | **checkbox:** add the ability to interact with disabled checkboxes ([#29474](https://github.com/angular/components/pull/29474)) | |
| 7 | +| [a018fb0ee8](https://github.com/angular/components/commit/a018fb0ee8ac711e7fba7d0d528fa56f348f6361) | feat | **tooltip:** replicate tooltipClass to default MatTooltipDefaultOptions ([#29467](https://github.com/angular/components/pull/29467)) | |
| 8 | +| [d6aed80446](https://github.com/angular/components/commit/d6aed804460d4b75082d7d04e051f2cae9b4f8f6) | fix | **chips:** remove button is too small ([#29351](https://github.com/angular/components/pull/29351)) | |
| 9 | +| [13aef8cf87](https://github.com/angular/components/commit/13aef8cf87409a706f3634caa75d5b04505a8ec9) | fix | **form-field:** hiding a label after it has been ([#29461](https://github.com/angular/components/pull/29461)) | |
| 10 | +| [10da6c6375](https://github.com/angular/components/commit/10da6c63757200b5848c00e560eabe8642435fe8) | fix | **input:** Number input not changing on wheel interaction ([#29449](https://github.com/angular/components/pull/29449)) | |
| 11 | + |
| 12 | +<!-- CHANGELOG SPLIT MARKER --> |
| 13 | + |
1 | 14 | <a name="18.1.2"></a>
|
2 | 15 | # 18.1.2 "velvet-violin" (2024-07-24)
|
3 |
| -## Breaking Changes |
4 |
| -### material |
5 |
| -- updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices. |
6 |
| - |
7 |
| - * refactor(material/chips): chip remove touch target size is insufficient |
8 |
| - |
9 |
| - Updates fix to Autocomplete Component Chips component where the |
10 |
| - touch target size is too small and fails minimum accessibility |
11 |
| - size of 48x48 px. Addresses nit fixes from PR review. |
12 |
| - |
13 |
| - Fixes b/286959517 |
14 |
| -- updates padding size of remove touch target to |
15 |
| - satisfy minimum 48x48 accessibility size. |
16 |
| - |
17 |
| - * fix(material/chip): remove button is too small |
18 |
| - |
19 |
| - Fixes Angular Components Chip component where the touch target of the |
20 |
| - remove button of a chip is too small. Updates .mat-mdc-chip-remove to |
21 |
| - target more specific styles to override original style of padding: 8px |
22 |
| - so that the user has a larger touch target particularly on mobile |
23 |
| - devices. |
24 |
| - |
25 |
| - Fixes b/286959517 |
26 |
| - |
27 |
| - * refactor(material/chips): remove button is too small |
28 |
| - |
29 |
| - Fixes lint errors from previous commit for Angular Components |
30 |
| - Chip component where the remove button touch target is too small, |
31 |
| - particularly for touch/mobile devices. Increases padding on all |
32 |
| - sides. |
33 |
| - |
34 |
| - Fixes b/286959517 |
35 |
| - |
36 |
| - * fix(material/chips): increase chip remove button touch target size |
37 |
| - |
38 |
| - Fixes issue with Angular Component Chip's touch target size by |
39 |
| - increasing the padding on chips with a trailing icon that has |
40 |
| - an action. |
41 |
| - |
42 |
| - Fixes b/286959517 |
43 |
| -- updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices. |
44 |
| - |
45 |
| - * fix(material/chips): chips remove touch target is too small to be accessible |
46 |
| - |
47 |
| - Updates Angular Components Chips component by increasing its |
48 |
| - .mat-mdc-chip-remove::after styles to increase the size of the |
49 |
| - touch target to make it more accessible/clickable. |
50 |
| - |
51 |
| - Fixes b/286959517 |
52 |
| - |
53 |
| - * refactor(material/chips): fix lint errors |
54 |
| - |
55 |
| - Updates fix for Angular Components Chips component where there |
56 |
| - were lint formatting errors. |
57 |
| - |
58 |
| - * refactor(material/chips): replace px with _trailing-icon-size variable |
59 |
| - |
60 |
| - Updates previous Angular Components Chip component fix and makes it |
61 |
| - adaptable by swapping the hard-coded 18px offset to equal the |
62 |
| - variable for -icon-size. |
63 |
| - |
64 |
| - * refactor(material/chips): updates touch target centering method |
65 |
| - |
66 |
| - Updates previous Angular Component Chip component fix which |
67 |
| - added padding to the ::after pseudo-element and attempted to |
68 |
| - calculate centering. Changes calculation based on using |
69 |
| - with padding values countered |
70 |
| - with margin negative values to center the touch target. |
71 |
| - |
72 |
| - * refactor(material/chips): updates ::after styles and fix lint errors |
73 |
| - |
74 |
| - Updates Angular Component Chips component fix to change ::after |
75 |
| - background property changes to be background-color specifically to |
76 |
| - avoid overriding background-clip styles. Suppresses lint warning |
77 |
| - material/no-prefixes for background-clip since it's majority |
78 |
| - compatible with browsers. |
79 |
| - |
80 |
| - Fixes b/286959517 |
81 |
| - |
82 |
| - (cherry picked from commit d6aed804460d4b75082d7d04e051f2cae9b4f8f6) |
83 | 16 | ### material
|
84 | 17 | | Commit | Type | Description |
|
85 | 18 | | -- | -- | -- |
|
@@ -4760,4 +4693,4 @@ _Breaking changes:_
|
4760 | 4693 |
|
4761 | 4694 | # Changes Prior to 12.0.0
|
4762 | 4695 |
|
4763 |
| -To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md). |
| 4696 | +To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md). |
0 commit comments