Skip to content

Commit 43c166c

Browse files
committed
release: cut the v18.2.0-next.2 release
1 parent 87910db commit 43c166c

File tree

2 files changed

+15
-82
lines changed

2 files changed

+15
-82
lines changed

CHANGELOG.md

Lines changed: 14 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,18 @@
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+
114
<a name="18.1.2"></a>
215
# 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)
8316
### material
8417
| Commit | Type | Description |
8518
| -- | -- | -- |
@@ -4760,4 +4693,4 @@ _Breaking changes:_
47604693

47614694
# Changes Prior to 12.0.0
47624695

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).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "18.2.0-next.1",
57+
"version": "18.2.0-next.2",
5858
"dependencies": {
5959
"@angular/animations": "^18.1.0",
6060
"@angular/common": "^18.1.0",

0 commit comments

Comments
 (0)