From 701bab7b6844d5ba7f8aba62cd227ae48b296809 Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Wed, 28 Feb 2024 14:37:46 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 80 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 54 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5cae62d89db15..164110119dae95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,43 +4,71 @@ -_Feb 27, 2024_ +_Mar 4, 2024_ -A big thanks to the 26 contributors who made this release possible. -This release was mostly about 🐛 bug fixes and 📚 documentation improvements. +A big thanks to the 16 contributors who made this release possible. + +🎨 This is the first release of `pigmentcss` ✨ ### `@mui/material@5.15.12` -- ​[Alert] Deprecate composed classes (#40688) @DiegoAndai -- ​Remove unused dev dependency on @mui/lab (#41198) @brijeshb42 -- ​[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9 -- ​[Button] Deprecate classes for v6 (#40675) @sai6855 -- ​[Chip] Deprecate composed classes (#41235) @sai6855 -- ​[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855 +- ​Support props callback type in theme variants (#40946) @ZeeshanTamboli +- ​[Alert] Convert to support zero runtime (#41230) @siriwatknp +- ​[Alert] Deprecate composed classes (#40688) @DiegoAndai +- ​[Button] Deprecate classes for v6 (#40675) @sai6855 +- ​[Chip] Deprecate composed classes (#41235) @sai6855 +- ​[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855 +- ​Remove unused dev dependency on @mui/lab (#41198) @brijeshb42 +- ​[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9 + +### `@mui/system@5.15.12` + +- ​Fix createSpacing return type (#41318) @matystroia + +### `@mui/joy@5.0.0-beta.30` + +- ​[Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME + +### `@pigmentcss/react@0.0.1` + +- ​Rename zero-runtime to pigmentcss (#41317) @brijeshb42 +- ​Add support for styled tagged-template literals (#41268) @brijeshb42 +- ​Set up Material UI migration demos (#41267) @siriwatknp +- ​Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42 +- ​Remove `object` intersection from CSS Fallback (#41271) @siriwatknp +- ​Minor wording changes in README (#41253) @brijeshb42 +- ​Prepare zero-runtime packages for public release (#41226) @brijeshb42 ### Docs -- ​[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal +- ​[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal +- ​[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan +- ​[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan ### Core -- ​Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari -- ​[blog] No bundled demos in blog posts @oliviertassinari -- ​[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak -- ​[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak -- ​[core] Use runtime agnostic setTimeout type @oliviertassinari -- ​[core] Remove window. reference for common globals @oliviertassinari -- ​[core] Add a script to build all packages (#40631) @michaldudak -- ​[docs-infra] Fix Stack Overflow breaking space @oliviertassinari -- ​[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok -- ​[docs-infra] Improve fix blank links ad @oliviertassinari -- ​[docs-infra] Support interfaces for X docs (#41069) @alexfauquette -- ​[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette -- ​[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp -- ​[zero] Minor wording changes in README (#41253) @brijeshb42 -- ​[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42 +- ​Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari +- ​[blog] No bundled demos in blog posts @oliviertassinari +- ​[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot +- ​[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak +- ​[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak +- ​[core] Use runtime agnostic setTimeout type @oliviertassinari +- ​[core] Remove window. reference for common globals @oliviertassinari +- ​[core] Add a script to build all packages (#40631) @michaldudak +- ​[docs] Standardize WAI-ARIA referencest @oliviertassinari +- ​[docs] Fix image layout shift when loading @oliviertassinari +- ​[docs-infra] Fix missing non breaking spaces @oliviertassinari +- ​[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal +- ​[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal +- ​[docs-infra] Fix Stack Overflow breaking space @oliviertassinari +- ​[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok +- ​[docs-infra] Improve fix blank links ad @oliviertassinari +- ​[docs-infra] Support interfaces for X docs (#41069) @alexfauquette +- ​[infra] Adjust the links to search for issues (#41008) @michelengelen +- ​[website] Polish Button outline primary medium (#41298) @oliviertassinari +- ​[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette -All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @divyammadhok, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp +All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @oliviertassinari, @PunitSoniME, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli ## v5.15.11