-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/slider): Use non-deprecated theme key #26378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TGP passed. What's the next step for merging and submission? |
Support for `label-label-text-size` is being [added to MDC Slider](material-components/material-components-web#7946).
c428559
to
d4b5693
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix(material/slider): Use non-deprecated theme key Support for `label-label-text-size` is being [added to MDC Slider](material-components/material-components-web#7946). * build: update MDC dep to latest canary Co-authored-by: Miles Malerba <mmalerba@google.com> (cherry picked from commit 6391fc1)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/cdk](https://github.com/angular/components) | dependencies | patch | [`15.1.0` -> `15.1.1`](https://renovatebot.com/diffs/npm/@angular%2fcdk/15.1.0/15.1.1) | | [@angular/material](https://github.com/angular/components) | dependencies | patch | [`15.1.0` -> `15.1.1`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/15.1.0/15.1.1) | --- ### Release Notes <details> <summary>angular/components</summary> ### [`v15.1.1`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#​1511-purple-plush-2023-01-18) [Compare Source](angular/components@15.1.0...15.1.1) ##### material | Commit | Type | Description | | -- | -- | -- | | [0fc52fca6](angular/components@0fc52fc) | fix | **schematics:** don't migrate unknown stylesheet formats ([#​26450](angular/components#26450)) | | [6bdc2e383](angular/components@6bdc2e3) | fix | **select:** active class not removed from reset option when new value is assigned through form control ([#​26414](angular/components#26414)) | | [072d6d036](angular/components@072d6d0) | fix | **slider:** Use non-deprecated theme key ([#​26378](angular/components#26378)) | #### Special Thanks Alan Agius, Alka Vats, Kevin Vizcarra, Kristiyan Kostadinov and Paul Gschwendtner <!-- CHANGELOG SPLIT MARKER --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuMyIsInVwZGF0ZWRJblZlciI6IjM0LjEwNi4wIn0=--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1741 Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org> Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Support for
label-label-text-size
is being added to MDC Slider.