Releases: mui/pigment-css
v0.0.26
Nov 8, 2024
A big thanks to the 3 contributors who made this release possible.
@pigment-css/react@0.0.26
- [react] Bump package versions and fix related TS errors (#294) @brijeshb42
@pigment-css/nextjs-plugin@0.0.26
- [nextjs] Fix tsconfig's path resolving (#182) @brijeshb42
Docs
- [docs] Remove next tag from installation instructions (#292) @tschaub
- [docs] Setup a new next.js application for documentation (#299) @brijeshb42
Core
- [core] Bump package versions (#294) @brijeshb42
- [core] Fix Tidelift reference (#306) @oliviertassinari
- [core] Increase the minimum Node.js version support to 14.0.0 (#254) @oliviertassinari
- [core] Fix tools-public.mui.com redirection @oliviertassinari
- [example] Update vite example (#300) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @tschaub
v0.0.25
Oct 25, 2024
A big thanks to the 5 contributors who made this release possible.
@pigment-css/react@0.0.25
- Fix scoping issue with sx dynamic value transform (#286) @brijeshb42
Core
- [code-infra] Remove releaseChangelog.mjs duplication (#273) @oliviertassinari
- [core] Upgrade @mui/monorepo (#274) @oliviertassinari
- [core] Remove <-- from changelog (#272) @oliviertassinari
- [core] Link to production app for bundle size @oliviertassinari
- [core] Bump npx update-browserslist-db@latest (#256) @oliviertassinari
- [docs] Fix broken link (#260) @mnajdova
- [docs] Fix syntax in JSDoc example (#261) @yoohahn
- [docs] Readme tweaks (#266) @aarongarciah
- [docs] Fix 301 redirections in docs @oliviertassinari
- [docs] Fix git diff format (#245) @oliviertassinari
- [examples] Fix webpack CLI instructions (#277) @oliviertassinari
- [examples] Avoid git diff when playing with examples @oliviertassinari
- [infra] Fix line break in Stack Overflow message @oliviertassinari
- [infra] Fix line break in Stack Overflow message @oliviertassinari
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @mnajdova, @oliviertassinari, @yoohahn
v0.0.24
Sep 25, 2024
A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
@pigment-css/react@0.0.24
Docs
- [docs] Correctly configure Vale (#244) @oliviertassinari
All contributors of this release in alphabetical order: @oliviertassinari, @romgrk
v0.0.23
Sep 17, 2024
A big thanks to the 5 contributors who made this release possible. This PR mainly fixes bugs with Material UI integration.
@pigment-css/react@0.0.23
- Support null as a value for CSS object (#229) @siriwatknp
- [styled] Fix css extraction for transformed styled tagged-template call (#234) @brijeshb42
- [Grid] ignore RSC error (#233) @siriwatknp
@pigment-css/nextjs-plugin@0.0.23
- [nextjs] Wrap all generated CSS with a cascade layer (WIP) (#226) @Janpot
- [nextjs] Fix react import check bug introduced in #228 (#236) @brijeshb42
- [nextjs] Move the import startsWith next check at end (#228) @brijeshb42
Core
- [core] Fix 301 link to Next.js and git diff @oliviertassinari
- [core] Fix package.json repository rule @oliviertassinari
- [core] Remove legacy yarn file @oliviertassinari
- [infra] Adds reusable workflow for close issue message (#231) @michelengelen
- [infra] Adds reusable workflow for new issue cleanup (#230) @michelengelen
All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @michelengelen, @oliviertassinari, @siriwatknp
v0.0.22
Sep 4, 2024
A big thanks to the 3 contributors who made this release possible.
@pigment-css/vite-plugin@0.0.22
- Fix bug related to path separator on Windows (#218) @brijeshb42
- Fix styled-engine new internals (#220) @romgrk
@pigment-css/unplugin@0.0.22
- Fix bug related to path separator on Windows (#218) @brijeshb42
- Fix styled-engine new internals (#220) @romgrk
Core
- [core] Pin GitHub action dependency (#221) @oliviertassinari
- [core] Fix CI with fake docs (#222) @oliviertassinari
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @romgrk
v0.0.21
A big thanks to the 2 contributors who made this release possible.
@pigment-css/unplugin@0.0.21
- Replace
endsWith
withincludes
to check adapter path (#214) @siriwatknp
@pigment-css/vite-plugin@0.0.21
- Replace
endsWith
withincludes
to check adapter path (#214) @siriwatknp
Docs
- [docs] Fix Stack Overflow issue canned response @oliviertassinari
- [docs] Fix outdated link to support page @oliviertassinari
- [docs] Keep contributing guide simple (#213) @oliviertassinari
- [docs] Fix description of eslint-plugin-material-ui @oliviertassinari
- [docs] Hide a bit the notion of MUI Core @oliviertassinari
All contributors of this release in alphabetical order: @oliviertassinari, @siriwatknp
v0.0.20
A big thanks to the 1 contributors who made this release possible.
- [typescript] Fix
sx
types (#200) @siriwatknp
All contributors of this release in alphabetical order: @siriwatknp
v0.0.19
Aug 7, 2024
A big thanks to the 3 contributors who made this release possible.
@pigment-css/react@0.0.19
- [react] Fix thrown error during eval phase (#196) @brijeshb42
- [TypeScript] Fix
sx
types and missingstyle
prop from layout components (#191) @siriwatknp
Docs
- [docs] Clarify security policy @oliviertassinari
Core
- [core] Temporarily fallback to v5 of Material UI (#198) @brijeshb42
- [core] Fix event naming convention @oliviertassinari
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @siriwatknp
v0.0.18
Jul 25, 2024
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
@pigment-css/react@0.0.18
- Replace global JSX (#183) @DiegoAndai
- Normalize rest / other to match the most common used @oliviertassinari
- Normalize rest / other to match the most common used @oliviertassinari
@pigment-css/unplugin@0.0.18
- [webpack] Fix support for webpack and add example app (#174) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @oliviertassinari
v0.0.17
Jul 10, 2024
A big thanks to the 3 contributors who made this release possible.
@pigment-css/vite-plugin@0.0.17
- [vite] Allow package authors to specify packages to include in vite (#172) @brijeshb42
- [vite] Pass down
transformLibraries
(#169) @siriwatknp
@pigment-css/unplugin@0.0.17
- [plugin] Allow runtime libraries to have their own theme and styles css path (#165) @brijeshb42
Core
- [core] Simpler pnpm dedupe error message to act on @oliviertassinari
- [examples] Rename next.config.js to next.config.mjs (#157) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @siriwatknp