Releases: mui/pigment-css
Releases · mui/pigment-css
v0.0.10
A big thanks to the 2 contributors who made this release possible.
@pigment-css/[email protected]
- Fix styled inheritance (#40) @siriwatknp
- Fix prop forwarding when
as
component is provided to HTML styled component (#43) @siriwatknp
@pigment-css/[email protected]
- Transform
!important
CSS to an intermediate representation (#38) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @siriwatknp
v0.0.9
Apr 22, 2024
A big thanks to the 2 contributors who made this release possible.
@pigment-css/[email protected]
- [fix] Use wildcard for exports instead of individual paths (#28) @brijeshb42
- [fix] Add
private-runtime
directory in the package.json (#33) @mnajdova
Core
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova
v0.0.8
Apr 19, 2024
A big thanks to the 3 contributors who made this release possible.
This release is mostly around infrastructure work related to moving the project to its own repository.
Starting with this release, all packages are going to be released under the latest
tag, instead of next
, in order to simplify the installation process.
@pigment-css/[email protected]
- [core][enhancement] Disable WeakRef usage in WyW modulate evaluation (#25) @brijeshb42
- [core] Add support for sx replacement in transformed jsx calls (#22) @brijeshb42
Docs
- [react] Add How Pigment CSS works guide (#18) @brijeshb42
- Update creating a new issue link (#20) @ZeeshanTamboli
- Fix wrong header hash in the README.md (#26) @mnajdova
Core
- Create Circle CI config (#4) @mnajdova
- Enable the CI (#12) @mnajdova
- Enable ci/sandbox (#14) @mnajdova
- Remove paths associated with the @mui packages (#15) @mnajdova
- Add GitHub workflows (#19) @mnajdova
- Add build:ci script (#23) @mnajdova
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova, @ZeeshanTamboli