Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@angular/material

Package Overview
Dependencies
Maintainers
1
Versions
548
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/material - npm Package Versions

23
55

19.1.0-next.0

Diff

google-wombot
published 19.0.1 •

Changelog

Source

19.0.1 "mercury-mailbox" (2024-11-27)

material

| Commit | Type | Description | | -- | -- | -- | | 2d7e078bb | fix | button-toggle: animate checkbox (#30025) | | edac40645 | fix | chips: emit state changes when chip grid is disabled (#30033) | | 18f7f4bb9 | fix | datepicker: adds comparison ids and aria-describedby spans (#30040) | | 375435497 | fix | slider: update documentation (#30029) | | a31201475 | fix | timepicker: make disabled input public (#30063) |

docs

| Commit | Type | Description | | -- | -- | -- | | f9d9d2c81 | fix | update errorState example to cover handle missing state (#30059) |

multiple

| Commit | Type | Description | | -- | -- | -- | | 59b7f436a | fix | use cross-compatible type for setTimeout (#30073) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0"></a>

google-wombot
published 19.0.0 •

Changelog

Source

19.0.0 "hafnium-hippo" (2024-11-19)

Breaking Changes

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • The overlay stays are now loaded slightly later than before which can change their specificity. You may have to update any overlay style overrides.
    • Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.

    • fix(cdk/scrolling): adds ngTemplateContextGuard

    implements ngTemplateContextGuard for CdkVirtualForOf directive

material

    • The ripples styles are now loaded slightly later than before which can change their specificity. You may have to update any ripple style overrides.
    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

google-maps

    • The new @googlemaps/markerclusterer API should be imported instead of the old one. Read more at: https://github.com/googlemaps/js-markerclusterer
    • The MapMarkerClusterer class has been renamed to DeprecatedMapMarkerClusterer.
    • The map-marker-clusterer selector has been changed to deprecated-map-marker-clusterer.

multiple

    • In order for Material to be compatible with recent changes in Sass and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like @include mat.button-theme($theme); --mat-button-color: red;. It can be resolved by wrapping the overrides with & {}, for example @include mat.button-theme($theme); & { --mat-button-color: red; }.
    • MatButton.ripple is no longer available.
    • MatCheckbox.ripple is no longer available.
    • MatChip.ripple is no longer available.

material-date-fns-adapter

| Commit | Type | Description | | -- | -- | -- | | 234e5e0e8 | feat | add support for date-fns 4 (#29744) |

youtube-player

| Commit | Type | Description | | -- | -- | -- | | 09da06b42 | fix | ready event not emitting | | 288598750 | fix | startSeconds not applied when using placeholder |

google-maps

| Commit | Type | Description | | -- | -- | -- | | 1bd976c6a | feat | Add support for some mouse events #29741 (#29747) | | a05475e76 | feat | deprecate marker cluster component | | c70aae15b | feat | implement new marker clusterer | | b9deeee85 | fix | add schematic to switch to the new clusterer name | | a6709497f | fix | expose all clusterer types (#29905) | | 74c2a081f | fix | resolve CLI errors in ng update schematic (#29947) |

material

| Commit | Type | Description | | -- | -- | -- | | 9122335b2 | feat | checkbox: add new aria properties to MatCheckbox (#29457) | | 64ed7ca71 | feat | core: add experimental theme demo (#29636) | | a58e6f671 | feat | core: add theme-overrides mixin (#29858) | | d206225c5 | feat | core: create focus-indicator structural styles loader (#29763) | | b519b4785 | feat | core: default to color-scheme theme type (#29907) | | ea0d1ba7b | feat | core: deprecate the core mixin (#29906) | | 486990912 | feat | core: rename theme mixin (#29857) | | 4b49d7354 | feat | core: switch system prefix from sys to mat-sys (#29908) | | 1abb484aa | feat | input: add the ability to interact with disabled inputs (#29574) | | 4adc3725d | feat | schematics: create v19 core removal schematic (#29768) | | 9c3af284f | feat | schematics: Switch custom theme schematic to use theme mixin instead of define-theme and add high contrast override mixins (#29642) | | 3fc1f9a1b | feat | schematics: Update custom theme schematic to work with light-dark and use theme-overrides mixin (#29911) | | ff3d342fd | feat | tabs: add alignTabs in MatTabsConfig (#29779) | | 371446a7c | feat | theming: Disambiguate token names in theme overrides (#29859) | | 9546fe77e | feat | timepicker: add test harnesses | | 2646e0885 | feat | timepicker: add timepicker component | | de6c20686 | fix | bottom-sheet: add height minHeight maxHeight to config (#29794) | | fcb76d3ed | fix | core: add missing system variables (#29624) | | 5ad133d07 | fix | core: allow optgroup overrides through core-overrides (#29897) | | 0fb4247ce | fix | core: avoid browser inconsistencies when parsing time | | 855ed4948 | fix | core: avoid having to manually load ripple styles | | d0d59b784 | fix | core: change ng-add to use mat.theme (#29990) | | a8e40ec34 | fix | core: correctly identify color input (#29909) | | edce90652 | fix | core: delete deprecated APIs (#29651) | | 54875a325 | fix | core: drop sanity checks (#29688) | | ef14c2869 | fix | core: option showing double selected indicator in high contrast mode | | 5403b4b07 | fix | core: remove unused motion system vars (#29920) | | 613cf5406 | fix | core: rename sys vars from mat-app to mat-sys (#29879) | | d0e178b75 | fix | core: stop manually instantiating MatRipple directive (#29630) | | d55ec612c | fix | core: update prebuilt themes to use mat.theme (#29989) | | 7cf8c6c46 | fix | datepicker: calendar font tokens not being picked up (#29610) | | 5ba97925b | fix | form-field: avoid touching the DOM on each state change | | a2cd04902 | fix | form-field: incorrect form field border radius with system-level themes (#29966) | | 5345a875f | fix | input: preserve aria-describedby set externally | | 9dcb95a72 | fix | list: remove unnecessary high contrast styles | | dbcb921d5 | fix | menu: handle keyboard events through dispatcher (#29997) | | de5e57ad1 | fix | menu: use static elevation (#29968) | | 482009bac | fix | schematics: add explicit system variable prefix schematic (#29980) | | 75631fb0b | fix | sidenav: prevent the content from jumping when hydrated (#29991) | | 14e9ec7cc | fix | timepicker: always re-focus input | | 1eda48604 | fix | timepicker: hide toggle icon from assistive technology | | 490bcfe38 | fix | timepicker: more flexible interval parsing | | fb6e20290 | fix | timepicker: text field in parse error not up to date | | 9b5ee9d55 | fix | timepicker: value considered as invalid by default |

cdk

| Commit | Type | Description | | -- | -- | -- | | f4a02adb7 | feat | a11y: use native media query for high contrast detection (#29678) | | 9b4085c6e | feat | private: create cdk-visually-hidden style loader (#29757) | | df21d2b09 | fix | overlay: avoid having to manually load structural styles | | 560878a23 | fix | overlay: load structural styles in a cascade layer (#29725) | | 873eb01e0 | fix | portal: remove ComponentFactoryResolver usages (#27427) | | 5439460d1 | fix | scrolling: adds ngTemplateContextGuard (#27276) | | ad18e6d74 | fix | text-field: avoid having to manually load text field styles | | bd84c2a67 | fix | tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) | | 3b4ade5a0 | fix | tree: only handle keyboard events directly from the node (#29861) | | f6066c23f | fix | tree: warn if mixed node types are used within the same tree |

mat

| Commit | Type | Description | | -- | -- | -- | | 8f0369a27 | fix | paginator: fix focus issues with paginator buttons (#29379) |

multiple

| Commit | Type | Description | | -- | -- | -- | | 01711b180 | fix | account for mixed declarations in latest Sass version (#29596) | | cb1450fc7 | fix | change fallbacks to use m3 (#29528) | | a9da72ed1 | fix | consolidate strong focus indicators (#29623) | | be342289c | fix | remove final references to ComponentFactoryResolver (#29832) | | d1d53f51a | fix | remove usages of Sass globals (#29972) | | b3a9062ed | fix | ripples not showing up in some cases (#29672) | | 485bd9923 | fix | stop exposing internal ripple implementation (#29622) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.14"></a>

google-wombot
published 18.2.14 •

Changelog

Source

18.2.14 "osmium-oracle" (2024-11-19)

cdk

| Commit | Type | Description | | -- | -- | -- | | 3bd89ecd5 | fix | table: run differ for all columns (#30012) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.13"></a>

google-wombot
published 19.0.0-rc.3 •

google-wombot
published 19.0.0-rc.2 •

google-wombot
published 18.2.13 •

Changelog

Source

18.2.13 "strontium-sauce" (2024-11-13)

cdk

| Commit | Type | Description | | -- | -- | -- | | 1ea3ba383 | fix | listbox: make tabindex zoneless compatible (#29970) | | 890036064 | fix | table: set explicit role on all cells (#29987) | | 3c7de8400 | fix | testing: allow use of plaintext-only for contenteditable (#29999) |

material

| Commit | Type | Description | | -- | -- | -- | | c643f04ef | fix | core: incorrect validation in get-theme-color (#29994) | | aed9094f9 | fix | snack-bar: prevent override of snack bar action button color (#27511) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.12"></a>

google-wombot
published 18.2.12 •

Changelog

Source

18.2.12 "galaxite-galaxy" (2024-11-06)

material

| Commit | Type | Description | | -- | -- | -- | | 3fc968a59 | fix | datepicker: use SVG icons for calendar (#29957) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-rc.1"></a>

google-wombot
published 19.0.0-rc.1 •

Changelog

Source

19.0.0-rc.1 "lolite-lollipop" (2024-11-06)

material

| Commit | Type | Description | | -- | -- | -- | | d8dedc9b7 | fix | datepicker: use SVG icons for calendar (#29957) | | a2cd04902 | fix | form-field: incorrect form field border radius with system-level themes (#29966) | | de5e57ad1 | fix | menu: use static elevation (#29968) | | 9b5ee9d55 | fix | timepicker: value considered as invalid by default |

multiple

| Commit | Type | Description | | -- | -- | -- | | d1d53f51a | fix | remove usages of Sass globals (#29972) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-rc.0"></a>

google-wombot
published 19.0.0-rc.0 •

Changelog

Source

19.0.0-rc.0 "magnetite-mango" (2024-10-31)

cdk

| Commit | Type | Description | | -- | -- | -- | | a40b5a7998 | perf | table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#29814) |

material

| Commit | Type | Description | | -- | -- | -- | | 95ef66c8c1 | fix | button: anchor not handling disabledInteractive correctly (#29938) | | 5403b4b074 | fix | core: remove unused motion system vars (#29920) | | d28e99c035 | fix | sidenav: remove IE animation workaround (#29929) | | 8f775465c9 | fix | stepper: remove IE animation workaround (#29916) |

google-maps

| Commit | Type | Description | | -- | -- | -- | | 74c2a081f9 | fix | resolve CLI errors in ng update schematic (#29947) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.11"></a>

23
55
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc