Skip to content

Releases: angular/components

22.0.0-next.8

06 May 19:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

22.0.0-next.8 Pre-release
Pre-release

aria

Commit Description
feat - e3d84f2e0 combobox: add test harnesses (#33194)
feat - 0ca47b4a0 combobox: migrate simple-combobox directly into primary entrypoints (#33206)
fix - 218a77cf9 combobox: separates placeholder prefixes (#33163)
fix - 4d045b823 menu: do not set default aria-label (#33202)

cdk

Commit Description
feat - 24115c021 portal: add directives support to ComponentPortal (#33142)
fix - 7426334c5 a11y: breaking changes for v22
fix - 81c6bbd89 drag-drop: breaking changes for v22
fix - ffb23f6f8 menu: breaking changes for v22

material

Commit Description
fix - add8f16c0 list: breaking changes for v22
fix - 9d73c98b5 menu: missing panelClass getter (#33191)
fix - 75718e4fb sort: breaking changes for v22

google-maps

Commit Description
fix - b8201edee deprecate heatmap layer (#33208)

multiple

Commit Description
fix - bb4f8ec50 re-export collection util (#33171)

Breaking Changes

material

    • MatListOption.checkboxPosition has been removed. use togglePosition instead.
    • MatListOptionCheckboxPosition has been renamed to MatListOptionTogglePosition.
    • ArrowViewState has been removed.
    • ArrowViewStateTransition has been removed.

cdk

    • CDK_DESCRIBEDBY_HOST_ATTRIBUTE has been removed.
    • CDK_DESCRIBEDBY_ID_PREFIX has been removed.
    • The injector parameter of the ConfigurableFocusTrap and FocusTrap constructors is now required.
    • The boolean parameter of ConfigurableFocusTrapFactory.create has been replaced with a config object.
    • MESSAGES_CONTAINER_ID has been removed.
    • The event parameter of DropListRef.drop is now required.
    • ContextMenuTracker has been renamed to MenuTracker.

aria

  • The legacy combobox and autocomplete implementations have been removed. Use the new standalone combobox instead.

    • feat(aria/combobox): promote simple-combobox to stable un-prefixed combobox
    • Relocates public, private, and example directories to clean combobox entry points.
    • Renames internal layout symbols, selectors, and uppercase tokens (SIMPLE_COMBOBOX_POPUP -> COMBOBOX_POPUP).
    • Establishes full documentation extraction parity with the json_api Bazel rule target.
    • Standardizes the accompanying toolbar component showcase into the clean aria-toolbar path.
    • Re-routes dev-app navigation links and migrates public API golden records.
  • SimpleCombobox has been promoted to Combobox. All simple-combobox prefixed symbols, selectors, and tokens have been renamed to use the combobox prefix.

    • refactor(aria/combobox): relocate and restructure autocomplete and toolbar examples
      Relocate the autocomplete examples to src/components-examples/aria/autocomplete and toolbar examples to src/components-examples/aria/toolbar.
    • Restore naming continuity with the historical codebase by stripping redundant prefixes from example filenames and component selectors.
    • Sync dev-app preview routing layout paths and strict Bazel target dependency links.

21.2.10

06 May 18:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

aria

Commit Description
fix - 48973661e menu: do not set default aria-label (#33202)

22.0.0-next.7

29 Apr 12:36

Choose a tag to compare

22.0.0-next.7 Pre-release
Pre-release

google-maps

Commit Description
feat - e44ff8318 Add support for the gmp-click event (#33147)

material

Commit Description
feat - 867ba993b bottom-sheet: add the ability to pass bindings
feat - bf3596b53 dialog: add the ability to pass bindings
fix - cb9148dca stepper: allow stepper to be labelled (#33137)

cdk

Commit Description
feat - 1a5d5d101 dialog: add the ability to pass bindings
fix - b916ef907 tree: enter/space key on child node should not toggle parent node expansion (#33125)

aria

Commit Description
feat - 6ec07bc0c grid: add test harnesses (#33081)
fix - 05419c552 menu: use computed for menu item patterns, with trigger on visible (#33118)

21.2.9

29 Apr 12:31

Choose a tag to compare

material

Commit Description
fix - 51271c619 stepper: allow stepper to be labelled (#33137)

cdk

Commit Description
fix - 3a3852d45 tree: enter/space key on child node should not toggle parent node expansion (#33125)

aria

Commit Description
fix - bf14cc9d9 menu: use computed for menu item patterns, with trigger on visible (#33118)

22.0.0-next.6

22 Apr 23:23

Choose a tag to compare

22.0.0-next.6 Pre-release
Pre-release

aria

Commit Description
fix - 91a4932f6 combobox: increases autocomplete demo's placeholder text c… (#33084)

21.2.8

22 Apr 22:56

Choose a tag to compare

No user facing changes in this release

22.0.0-next.5

16 Apr 16:26

Choose a tag to compare

22.0.0-next.5 Pre-release
Pre-release

material

Commit Description
fix - 440cb16064 autocomplete: remove modal workaround
fix - 348c3c89d5 select: remove modal workaround
fix - 1b6052fbea sort: deprecate MatSortHeaderIntl and hide from docs (#33089)

aria

Commit Description
feat - d91f46b4c5 accordion: introduce accordion harness (#33046)
feat - 1885d35346 listbox: introduce listbox harness (#33064)
feat - 75fae5275c menu: introduce menu harness (#33067)
feat - c25e6252ec tabs: add test harnesses (#33079)
feat - a49508bacf toolbar: add test harnesses (#33068)
feat - 30f2239728 tree: add test harnesses (#33066)

multiple

Commit Description
fix - 6cb6b5ee19 make more public APIs readonly (#33071)

21.2.7

16 Apr 16:09

Choose a tag to compare

material

Commit Description
fix - 5954c4594c sort: deprecate MatSortHeaderIntl and hide from docs (#33089)

22.0.0-next.4

08 Apr 22:22

Choose a tag to compare

22.0.0-next.4 Pre-release
Pre-release

material

Commit Description
fix - 07c2d002de core: address sass compiler warnings (#33040)
fix - ab21f78b12 select: wrong transform origin when opening upwards inside another overlay (#33032)

multiple

Commit Description
fix - ce4c2c0a11 remove empty constructors (#33048)

Breaking Changes

multiple

    • A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your super calls accordingly.

21.2.6

08 Apr 22:03

Choose a tag to compare

material

Commit Description
fix - 5b4bbe9c4f select: wrong transform origin when opening upwards inside another overlay (#33032)