Skip to content

Conversation

mend-for-github-com[bot]
Copy link

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@material/chips (source) 9.0.0-canary.1c156d69d.0 -> 9.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

material-components/material-components-web (@​material/chips)

v9.0.0

Compare Source

Bug Fixes
  • data-table: fix style ordering wrt select & use new variable-width mixin (afb6889), closes #​6599
  • list: add support for density scaling. (419e035)
  • list: add support for non-interactive list roles. (fc8b045)
  • list: ensure divider appears in IE high contrast mode. (eff7b46)
  • Adding tests. (240c5f7)
  • adjust meta baseline and update color mixins. (07f3e01)
  • Document stylelint exceptions (f89d8b8)
  • notched-outline: fix notched outline no-label style (99cfb6b)
  • select: debounce click on anchor (b39094d)
  • slider: Adjust hidden input dimensions to take slider dimensions, such that screenreader focus indicators show a highlight around the entire slider. (fd22355)
  • slider: Fix bug where value indicator container took space and could be hovered over / clicked when hidden. (832668d)
  • slider: Remove big step options. Now that we're using a native range input, big step is not customizable - we follow browser defaults for big step. (ae27b44)
  • slider: Update both thumbs' value indicator UI's if layout is invoked with undefined thumb. (489d4c2)
  • tabs: Expose min width mixin and set to 90px per spec. (c4ab987)
Code Refactoring
  • Remove MDC theme's deep-get, used sass:map's get API instead. (37fbae1)
Features
  • banner: Add mobile-stacked variant support to banner. (a0b2db2)
  • checkbox: Add CSS custom properties to MDC checkbox for density theming (9244508)
  • checkbox: Add validation to MDC Checkbox theme mixin (2d5f32d)
  • circular-progress: do not require HTML without whitespaces (8648b82)
  • linear-progress: remove aria-valuemin/max attrs for indeterminate (4321323)
  • list: support ctrl + a keyboard shortcut (eefef49), closes #​6366
  • select: add mixin for variable width (30c11bf)
  • slider: Add hidden input to slider, to support forms submission. This is also prep for moving to use an <input type="range"> behind the scenes, in order to support touch-based AT's. (b98d15d)
  • slider: Modify continuous slider to use step value by default, and give clients the option to customize step value for continuous sliders. (7ad038e)
  • slider: Use input with type="range" to back slider component. This ensures that sliders can be adjusted with touch-based assistive technologies, as the current ARIA spec for sliders is not compatible with e.g. TalkBack/Android. (9083b7d)
  • theme: Added validation mixin to validate provided theme configuration keys (1c156d6)
  • tooltip: Add positioning adjustment and position specification for rich tooltips. Rich tooltips default to the END position and does not support CENTER positioning. (384a8ee)
  • tooltip: Added persistent variant for rich tooltips that shows/hides based on mouse clicks on the anchor element. Clicks on elements other than the anchor will also hide the persistent variant. (9775856)
  • tooltip: Adjust tooltip position on scroll and resize events. This ensures that the tooltip remains pinned to the anchor element despite page movement. (a415276)
  • tooltip: Adjusting tooltip positioning logic so that the tooltip remains within the viewport even if the anchor element is partially off-screen. (482ff90)
  • tooltip: Hide rich tooltip if mouse leaves rich tooltip. Rich tooltip persists if mouse leaves rich tooltip and enters anchor. (6d8574f)
  • tooltip: Make persistent rich tooltips persist when click target is within the rich tooltip. (fb194dd)
  • tooltip: Reducing minimum threshold distance between tooltip and viewport from 32px to 8px. (23491cf)
  • tooltip: Restore focus to the anchor element when the ESC button is pressed while the focus is in the tooltip for rich tooltips. Default rich tooltips should have focus restored to anchor and not have rich tooltips show. (eabf9d5)
  • tooltip: Set up base sass for rich tooltip. Rich tooltips are currently in development and is not yet ready for use. (4ae94ff)
  • tooltip: Set up rich tooltip to persist if mouse leaves anchor and enters rich tooltip. (c927a5d)
  • tooltip: The aria-expanded attribute of the anchor element will only be changed for anchor elements with interactive rich tooltips. Non-interactive rich tooltip anchor elements do not have the aria-haspopup and aria-expanded attributes. (c5dda80)
  • tooltip: When the anchor element blurs, the rich tooltip will only be hidden if the focus is changed to a non-rich tooltip element. (6871336)
  • tooltip: When the rich tooltip element focuses out, hide the rich tooltip if the new focused element is not the anchor element or an element within the rich tooltip. (1085c3b)
  • Added global variable to conditionally emit CSS selector fallback declarations (7b0e2b3)
BREAKING CHANGES
  • tooltip: Added adapter method:
    • tooltipContainsElement(element: HTMLElement): boolean;
      Rich tooltips are currently in development and is not yet ready for use.

PiperOrigin-RevId: 3463252

  • Removed deep-get() API from mdc-theme, use sass:map's get() API instead.

PiperOrigin-RevId: 3452571

  • tooltip: Added adapter method:
    • anchorContainsElement(element: HTMLElement): boolean;
      Rich tooltips are currently in development and is not yet ready for use.

PiperOrigin-RevId: 3452216

  • slider: Slider is now backed by an input of type="range". Additionally, adapter methods (focusInput, isInputFocused, registerInputEventHandler, deregisterInputEventHandler) were added.

PiperOrigin-RevId: 3441169

  • tooltip: Added adapter methods:
    • setAnchorAttribute(attr: string, value: string): void;
    • registerEventHandler(
      evtType: K, handler: SpecificEventListener): void;
    • deregisterEventHandler(
      evtType: K, handler: SpecificEventListener): void;
      Rich tooltips are currently in development and is not yet ready for use.

PiperOrigin-RevId: 3438942

  • slider: Adds slider adapter methods (get/setInputValue, get/setInputAttribute, removeInputAttribute). Slider DOM structure now contains a hidden input.

PiperOrigin-RevId: 3431572

v9.0.0-canary.fdf9a2634.0

Compare Source

v9.0.0-canary.fd88d40c2.0

Compare Source

v9.0.0-canary.fd22355f7.0

Compare Source

v9.0.0-canary.fc8b045f1.0

Compare Source

v9.0.0-canary.fb194dd35.0

Compare Source

v9.0.0-canary.f89d8b8f2.0

Compare Source

v9.0.0-canary.f5f1bd86a.0

Compare Source

v9.0.0-canary.eff7b46ac.0

Compare Source

v9.0.0-canary.ec6b68b34.0

Compare Source

v9.0.0-canary.eaeb78ce3.0

Compare Source

v9.0.0-canary.eabf9d5c2.0

Compare Source

v9.0.0-canary.e2e8aef1e.0

Compare Source

v9.0.0-canary.d8a3aed67.0

Compare Source

v9.0.0-canary.d6b5cd418.0

Compare Source

v9.0.0-canary.c927a5d05.0

Compare Source

v9.0.0-canary.c7edfc7b6.0

Compare Source

v9.0.0-canary.c5dda809d.0

Compare Source

v9.0.0-canary.c4ab98722.0

Compare Source

v9.0.0-canary.ba9e3109c.0

Compare Source

v9.0.0-canary.b98d15d90.0

Compare Source

v9.0.0-canary.b7bbe7022.0

Compare Source

v9.0.0-canary.b659d4fc3.0

Compare Source

v9.0.0-canary.b39094d14.0

Compare Source

v9.0.0-canary.b349b5185.0

Compare Source

v9.0.0-canary.afb68894e.0

Compare Source

v9.0.0-canary.ae27b44b0.0

Compare Source

v9.0.0-canary.ac41a5729.0

Compare Source

v9.0.0-canary.a432ad542.0

Compare Source

v9.0.0-canary.a41527604.0

Compare Source

v9.0.0-canary.a0b2db26b.0

Compare Source

v9.0.0-canary.9f718da94.0

Compare Source

v9.0.0-canary.99cfb6bd5.0

Compare Source

v9.0.0-canary.9590a8f90.0

Compare Source

v9.0.0-canary.9244508bd.0

Compare Source

v9.0.0-canary.9083b7d61.0

Compare Source

v9.0.0-canary.8648b8258.0

Compare Source

v9.0.0-canary.832668d33.0

Compare Source

v9.0.0-canary.8239afc64.0

Compare Source

v9.0.0-canary.7fe0e4f05.0

Compare Source

v9.0.0-canary.7b0e2b377.0

Compare Source

v9.0.0-canary.7ad038e1d.0

Compare Source

v9.0.0-canary.6d8574fe1.0

Compare Source

v9.0.0-canary.6cf6ba4f4.0

Compare Source

v9.0.0-canary.6871336f1.0

Compare Source

v9.0.0-canary.6557a69d9.0

Compare Source

v9.0.0-canary.64f36e287.0

Compare Source

v9.0.0-canary.4f3347306.0

Compare Source

v9.0.0-canary.4ea1b7c69.0

Compare Source

v9.0.0-canary.4ae94ff78.0

Compare Source

v9.0.0-canary.4a86f30a0.0

Compare Source

v9.0.0-canary.489d4c219.0

Compare Source

v9.0.0-canary.482ff9091.0

Compare Source

v9.0.0-canary.4321323e4.0

Compare Source

v9.0.0-canary.419e03572.0

Compare Source

v9.0.0-canary.384a8eeb1.0

Compare Source

v9.0.0-canary.37fbae10d.0

Compare Source

v9.0.0-canary.30fdfd06e.0

Compare Source

v9.0.0-canary.30c11bfc2.0

Compare Source

v9.0.0-canary.2fbba2554.0

Compare Source

v9.0.0-canary.2d5f32d41.0

Compare Source

v9.0.0-canary.240c5f74f.0

Compare Source

v9.0.0-canary.23491cf85.0

Compare Source

v9.0.0-canary.1fccb1418.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Copy link

sonarqubecloud bot commented Aug 5, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants