Skip to content

Releases: mui/pigment-css

v0.0.10

01 May 02:22
72a14f8
Compare
Choose a tag to compare

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

@pigment-css/react@0.0.10

@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

v0.0.9

22 Apr 12:49
0a75015
Compare
Choose a tag to compare

Apr 22, 2024

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

@pigment-css/react@0.0.9

  • [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

19 Apr 12:30
0e6c409
Compare
Choose a tag to compare

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/react@0.0.8

  • [core][enhancement] Disable WeakRef usage in WyW modulate evaluation (#25) @brijeshb42
  • [core] Add support for sx replacement in transformed jsx calls (#22) @brijeshb42

Docs

Core

All contributors of this release in alphabetical order: @brijeshb42, @mnajdova, @ZeeshanTamboli