-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 14.2.1
head repository: angular/components
compare: 14.2.2
- 7 commits
- 16 files changed
- 4 contributors
Commits on Sep 11, 2022
-
fix(cdk/listbox): error with multiple preselected values (#25621)
The CDK listbox had a subscription to its model changes in the constructor which fires immediately due to the `startsWith` and which was attempting to sort the selected values when in multiple selection mode. The problem is that the options aren't available until `ngAfterContentInit` which was causing an error when we tried to do the sorting. These changes move the change event subscription to `ngAfterContentInit` so that options are guaranteed to be defined when it fires. Fixes #25611. (cherry picked from commit 1b0265c)
Configuration menu - View commit details
-
Copy full SHA for eb5f79b - Browse repository at this point
Copy the full SHA eb5f79bView commit details -
fix(cdk/menu): don't prevent default enter and space actions (#25591)
Fixes that the CDK menu trigger and menu item were preventing the default action on enter and space key presses. Presumably this was done to avoid form submissions, but it can also prevent anchors from being used as menu items. These changes avoid submissions by setting the `type` attribute on `button` elements. Fixes #25584. (cherry picked from commit eae2620)
Configuration menu - View commit details
-
Copy full SHA for 65af24e - Browse repository at this point
Copy the full SHA 65af24eView commit details -
build: update angular shared dev-infra code to 50647a2 (#25521)
(cherry picked from commit aab7c68)
Configuration menu - View commit details
-
Copy full SHA for ee0067d - Browse repository at this point
Copy the full SHA ee0067dView commit details
Commits on Sep 12, 2022
-
fix(cdk/a11y): account for Windows 11 high contrast themes in detector (
Configuration menu - View commit details
-
Copy full SHA for 6275f9d - Browse repository at this point
Copy the full SHA 6275f9dView commit details -
fix(material/datepicker): restore focus after closing animation (#25567)
Currently the datepicker restores focus when the closing sequence starts, but in some cases that can cause focus to be lost. When the calendar view changes, we delay moving focus for a while in order to work around a VoiceOver issue. This means that if a closing sequence is kicked off while there's an in-progress view change, focus may end up being restored, then moved back into the calendar which then gets destroyed. This can be seen in the "Datepicker emulating a Year and month picker" example. These changes resolve the issue by moving the focus restoration all the way to the end of the closing sequence. Fixes #25564. (cherry picked from commit 814ba1b)
Configuration menu - View commit details
-
Copy full SHA for b3e35f3 - Browse repository at this point
Copy the full SHA b3e35f3View commit details
Commits on Sep 14, 2022
-
ci: re-enable until front of line blocking in publish snapshot job (#…
…25602) We had to temporarily disable the CircleCI orb command that helps ensuring snapshot jobs do not conflict when running concurrently. It seems like the CircleCI API has been fixed to no longer cause issues with the Orb. This commit attempts to re-enable the command. (cherry picked from commit fd9d326)
Configuration menu - View commit details
-
Copy full SHA for 1b5ae4b - Browse repository at this point
Copy the full SHA 1b5ae4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db4fe6 - Browse repository at this point
Copy the full SHA 3db4fe6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 14.2.1...14.2.2