Releases: mui/pigment-css
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
v0.0.16
A big thanks to the 2 contributors who made this release possible.
@pigment-css/react@0.0.16
@pigment-css/nextjs-plugin@0.0.16
- Make library path check OS agnostic (#160) @brijeshb42
@pigment-css/vite-plugin@0.0.16
- Make library path check OS agnostic (#160) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova
v0.0.15
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added layout components (#144) @DiegoAndai, (#146) @siriwatknp, (#143) @brijeshb42, (#118) @brijeshb42
@pigment-css/react@0.0.15
- Create Grid component (#144) @DiegoAndai
- Support transpiled library for
globalCss
andkeyframes
(#155) @siriwatknp - Remove sx transform logic and leverage Emotion unitless (#149) @siriwatknp
- Export
globalCss
from index (#148) @siriwatknp - Create Hidden component (#146) @siriwatknp
- Implement Container component (#143) @brijeshb42
- Create Stack component (#118) @brijeshb42
@pigment-css/unplugin@0.0.15
- Fix misuse variable to transform libraries (#153) @siriwatknp
Core
- [code-infra] Propagate pnpm engine in package.json (#126) @Janpot
- [core] Update package manager to 9.4.0 (#156) @siriwatknp
- [core] Update package manager to follow core repo (#150) @siriwatknp
- [infra] Add support donation button @oliviertassinari
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @siriwatknp
v0.0.14
A big thanks to the 1 contributors who made this release possible:
@pigment-css/unplugin@0.0.14
- Fix the path check for Windows (#136) @siriwatknp
All contributors of this release in alphabetical order: @siriwatknp
v0.0.13
A big thanks to the 2 contributors who made this release possible:
@pigment-css/react@0.0.13
- Decouple
sx
prop from system and add docs (#57) @siriwatknp - Fix useTheme import change (#134) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @siriwatknp
v0.0.12
A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
- 🚀 New
globalCss
API for creating global styles (#31) @siriwatknp - 🪄 Support configurable runtime theme (#105) @brijeshb42
@pigment-css/react@0.0.12
- Add
createExtendSxProp
for Material UI integration (#112) @siriwatknp - Add
globalCss
processor (#31) @siriwatknp - Implement useTheme processor and runtime theme (#105) @brijeshb42
- Implement variant matching parity (#111) @DiegoAndai
- Ignore urls starting with # (#106) @brijeshb42
- Make theme optional in Pigment CSS config (#108) @brijeshb42
Docs
- Add logo to the README (#121) @danilo-leal
- Add badges like in Material UI @oliviertassinari
- Fix styleOverrides usage in README (#110) @brijeshb42
- Improve wording (#70) @aarongarciah
- Fix roadmap link (#60) @oliviertassinari
Core
- Remove confusing comment @oliviertassinari
- Cleanup (#63) @brijeshb42
- Add stylelint (#109) @oliviertassinari
- Use test-utils pacakge from npm (#113) @brijeshb42
- Use shared .stylelintrc.js config (#103) @oliviertassinari
- Fix instructions to run (#75) @oliviertassinari
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @oliviertassinari, @siriwatknp
v0.0.11
A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
- ✨
sx
prop is now working on any components (#37) @siriwatknp
@pigment-css/react@0.0.11
- Support array for
sx
prop (#52) @siriwatknp - Replace
sx
callback object param withtheme
(#51) @siriwatknp - Enable
sx
prop on any components (#37) @siriwatknp - Replace lowercase with lowerFirst (#54) @siriwatknp
- Reorder the css generation order for styled calls (#56) @brijeshb42
Core
- Set root version to 0.0.10 (#44) @siriwatknp
All contributors of this release in alphabetical order: @@brijeshb42, @siriwatknp
v0.0.10
A big thanks to the 2 contributors who made this release possible.
@pigment-css/react@0.0.10
- Fix styled inheritance (#40) @siriwatknp
- Fix prop forwarding when
as
component is provided to HTML styled component (#43) @siriwatknp
@pigment-css/nextjs-plugin@0.0.10
- Transform
!important
CSS to an intermediate representation (#38) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @siriwatknp