Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Mar 5, 2024
1 parent e8565d0 commit e71a6e6
Showing 1 changed file with 45 additions and 38 deletions.
83 changes: 45 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,34 @@

<!-- generated comparing v5.15.11..master -->

_Mar 4, 2024_
_Mar 5, 2024_

A big thanks to the 16 contributors who made this release possible.

🎨 This is the first release of `pigmentcss` ✨
A big thanks to the 18 contributors who made this release possible!
This is the first alpha release of Pigment CSS, a zero-runtime CSS-in-JS library 🚀

### `@mui/[email protected]`

- &#8203;<!-- 40 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
- &#8203;<!-- 38 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
- &#8203;<!-- 37 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
- &#8203;<!-- 34 -->[Button] Deprecate classes for v6 (#40675) @sai6855
- &#8203;<!-- 33 -->[Chip] Deprecate composed classes (#41235) @sai6855
- &#8203;<!-- 32 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
- &#8203;<!-- 12 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
- &#8203;<!-- 11 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
- &#8203;<!-- 48 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
- &#8203;<!-- 46 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
- &#8203;<!-- 45 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
- &#8203;<!-- 40 -->[Button] Deprecate classes for v6 (#40675) @sai6855
- &#8203;<!-- 39 -->[Checkbox] `large` size added in type (#34909) @smox
- &#8203;<!-- 38 -->[Chip] Deprecate composed classes (#41235) @sai6855
- &#8203;<!-- 37 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
- &#8203;<!-- 13 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
- &#8203;<!-- 12 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9

### `@mui/[email protected]`

- &#8203;<!-- 09 -->Fix createSpacing return type (#41318) @matystroia

### `@mui/[email protected]`

- &#8203;<!-- 36 -->[Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
- &#8203;<!-- 44 -->[Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME

### `@pigmentcss/[email protected]`

- &#8203;<!-- 11 -->Rename scope to @pigment-css (#41354) @brijeshb42
- &#8203;<!-- 10 -->Rename zero-runtime to pigmentcss (#41317) @brijeshb42
- &#8203;<!-- 06 -->Add support for styled tagged-template literals (#41268) @brijeshb42
- &#8203;<!-- 05 -->Set up Material UI migration demos (#41267) @siriwatknp
Expand All @@ -41,34 +42,40 @@ A big thanks to the 16 contributors who made this release possible.

### Docs

- &#8203;<!-- 16 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
- &#8203;<!-- 15 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
- &#8203;<!-- 14 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan

### Core

- &#8203;<!-- 39 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
- &#8203;<!-- 35 -->[blog] No bundled demos in blog posts @oliviertassinari
- &#8203;<!-- 31 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
- &#8203;<!-- 30 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
- &#8203;<!-- 29 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
- &#8203;<!-- 28 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
- &#8203;<!-- 27 -->[core] Remove window. reference for common globals @oliviertassinari
- &#8203;<!-- 26 -->[core] Add a script to build all packages (#40631) @michaldudak
- &#8203;<!-- 25 -->[docs] Standardize WAI-ARIA referencest @oliviertassinari
- &#8203;<!-- 24 -->[docs] Fix image layout shift when loading @oliviertassinari
- &#8203;<!-- 23 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
- &#8203;<!-- 22 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
- &#8203;<!-- 21 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
- &#8203;<!-- 20 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
- &#8203;<!-- 19 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
- &#8203;<!-- 18 -->[docs-infra] Improve fix blank links ad @oliviertassinari
- &#8203;<!-- 17 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
- &#8203;<!-- 13 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
- &#8203;<!-- 43 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
- &#8203;<!-- 30 -->Fix missing partner link @oliviertassinari
- &#8203;<!-- 29 -->Update links to GitHub projects (#41297) @danilo-leal
- &#8203;<!-- 28 -->Standardize WAI-ARIA referencest @oliviertassinari
- &#8203;<!-- 27 -->Fix image layout shift when loading @oliviertassinari
- &#8203;<!-- 19 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
- &#8203;<!-- 18 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
- &#8203;<!-- 17 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
- &#8203;<!-- 16 -->[system] Tweak the Usage demos (#41242) @danilo-leal
- &#8203;<!-- 15 -->[pigment-css] Add a Why section on the README (#41284) @danilo-leal

### Core

- &#8203;<!-- 47 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
- &#8203;<!-- 42 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
- &#8203;<!-- 41 -->[blog] No bundled demos in blog posts @oliviertassinari
- &#8203;<!-- 36 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
- &#8203;<!-- 35 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
- &#8203;<!-- 34 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
- &#8203;<!-- 33 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
- &#8203;<!-- 32 -->[core] Remove window. reference for common globals @oliviertassinari
- &#8203;<!-- 31 -->[core] Add a script to build all packages (#40631) @michaldudak
- &#8203;<!-- 26 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
- &#8203;<!-- 25 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
- &#8203;<!-- 24 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
- &#8203;<!-- 23 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
- &#8203;<!-- 22 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
- &#8203;<!-- 21 -->[docs-infra] Improve fix blank links ad @oliviertassinari
- &#8203;<!-- 20 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
- &#8203;<!-- 14 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
- &#8203;<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
- &#8203;<!-- 07 -->[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, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @oliviertassinari, @PunitSoniME, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli

## v5.15.11

Expand Down

0 comments on commit e71a6e6

Please sign in to comment.