Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 1.8 KB

7.0.0-alpha.0

Jan 29, 2025

A big thanks to the 8 contributors who made this release possible. This is the first alpha release of Material UI v7 🎉.

  • [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
  • [Popover] Deprecate *Props and complete slots, slotProps (#45035) @siriwatknp
  • [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
  • [SwitchBase] Deprecate inputProps and complete slots, slotProps (#45076) @siriwatknp
  • [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
  • [Slider] Narrow onChange value type (#44777) @good-jinu
  • Merge sx instead of override when using mergeSlotProps (#45062) @siriwatknp

Core

  • [code-infra] a few fixes uncovered during ESM updates (#45031) @Janpot
  • [code-infra] Remove rsc-builder (#45079) @Janpot
  • [code-infra] Remove commonjs imports in docs (#44976) @Janpot
  • [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
  • Fix MUI Base vale rule (#45140) @oliviertassinari
  • Fix missing store contributor renaming (b3d1be0) @oliviertassinari
  • Prepare libraries for first v7 alpha release (#45132) @DiegoAndai

Docs

  • Fix /base-ui redirect and prune links (#45083) @mj12albert
  • Add v6 to v7 migration guide (#45143) @DiegoAndai

All contributors of this release in alphabetical order: @DiegoAndai, @good-jinu, @Janpot, @joshkel, @mj12albert, @oliviertassinari, @siriwatknp, @ZeeshanTamboli

Older versions

Changes before 7.x are listed in our changelog for older versions.