-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Remove <-- from changelog (#272)
- Loading branch information
1 parent
b02d055
commit 5c115e5
Showing
1 changed file
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ A big thanks to the 2 contributors who made this release possible. Here are some | |
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 2 -->feat: adapt to pre-processed styles (#243) @romgrk | ||
- feat: adapt to pre-processed styles (#243) @romgrk | ||
|
||
### Docs | ||
|
||
- ​<!-- 1 -->[docs] Correctly configure Vale (#244) @oliviertassinari | ||
- [docs] Correctly configure Vale (#244) @oliviertassinari | ||
|
||
All contributors of this release in alphabetical order: @oliviertassinari, @romgrk | ||
|
||
|
@@ -28,23 +28,23 @@ A big thanks to the 5 contributors who made this release possible. This PR mainl | |
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 10 -->Support null as a value for CSS object (#229) @siriwatknp | ||
- ​<!-- 01 -->[styled] Fix css extraction for transformed styled tagged-template call (#234) @brijeshb42 | ||
- ​<!-- 07 -->[Grid] ignore RSC error (#233) @siriwatknp | ||
- 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/[email protected]` | ||
|
||
- ​<!-- 04 -->[nextjs] Wrap all generated CSS with a cascade layer (WIP) (#226) @Janpot | ||
- ​<!-- 03 -->[nextjs] Fix react import check bug introduced in #228 (#236) @brijeshb42 | ||
- ​<!-- 02 -->[nextjs] Move the import startsWith next check at end (#228) @brijeshb42 | ||
- [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 | ||
|
||
- ​<!-- 09 -->[core] Fix 301 link to Next.js and git diff @oliviertassinari | ||
- ​<!-- 08 -->[core] Fix package.json repository rule @oliviertassinari | ||
- ​<!-- 07 -->[core] Remove legacy yarn file @oliviertassinari | ||
- ​<!-- 06 -->[infra] Adds reusable workflow for close issue message (#231) @michelengelen | ||
- ​<!-- 05 -->[infra] Adds reusable workflow for new issue cleanup (#230) @michelengelen | ||
- [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 | ||
|
||
|
@@ -58,18 +58,18 @@ A big thanks to the 3 contributors who made this release possible. | |
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 1 -->Fix bug related to path separator on Windows (#218) @brijeshb42 | ||
- ​<!-- 4 -->Fix styled-engine new internals (#220) @romgrk | ||
- Fix bug related to path separator on Windows (#218) @brijeshb42 | ||
- Fix styled-engine new internals (#220) @romgrk | ||
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 1 -->Fix bug related to path separator on Windows (#218) @brijeshb42 | ||
- ​<!-- 4 -->Fix styled-engine new internals (#220) @romgrk | ||
- Fix bug related to path separator on Windows (#218) @brijeshb42 | ||
- Fix styled-engine new internals (#220) @romgrk | ||
|
||
### Core | ||
|
||
- ​<!-- 3 -->[core] Pin GitHub action dependency (#221) @oliviertassinari | ||
- ​<!-- 2 -->[core] Fix CI with fake docs (#222) @oliviertassinari | ||
- [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 | ||
|
||
|
@@ -107,7 +107,7 @@ _Aug 8, 2024_ | |
|
||
A big thanks to the 1 contributors who made this release possible. | ||
|
||
- ​<!-- 1 -->[typescript] Fix `sx` types (#200) @siriwatknp | ||
- [typescript] Fix `sx` types (#200) @siriwatknp | ||
|
||
All contributors of this release in alphabetical order: @siriwatknp | ||
|
||
|
@@ -121,17 +121,17 @@ A big thanks to the 3 contributors who made this release possible. | |
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 6 -->[react] Fix thrown error during eval phase (#196) @brijeshb42 | ||
- ​<!-- 1 -->[TypeScript] Fix `sx` types and missing `style` prop from layout components (#191) @siriwatknp | ||
- [react] Fix thrown error during eval phase (#196) @brijeshb42 | ||
- [TypeScript] Fix `sx` types and missing `style` prop from layout components (#191) @siriwatknp | ||
|
||
### Docs | ||
|
||
- ​<!-- 4 -->[docs] Clarify security policy @oliviertassinari | ||
- [docs] Clarify security policy @oliviertassinari | ||
|
||
### Core | ||
|
||
- ​<!-- 7 -->[core] Temporarily fallback to v5 of Material UI (#198) @brijeshb42 | ||
- ​<!-- 5 -->[core] Fix event naming convention @oliviertassinari | ||
- [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 | ||
|
||
|
@@ -145,13 +145,13 @@ A big thanks to the 3 contributors who made this release possible. Here are some | |
|
||
## `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 4 -->Replace global JSX (#183) @DiegoAndai | ||
- ​<!-- 3 -->Normalize rest / other to match the most common used @oliviertassinari | ||
- ​<!-- 2 -->Normalize rest / other to match the most common used @oliviertassinari | ||
- 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/[email protected]` | ||
|
||
- ​<!-- 1 -->[webpack] Fix support for webpack and add example app (#174) @brijeshb42 | ||
- [webpack] Fix support for webpack and add example app (#174) @brijeshb42 | ||
|
||
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @oliviertassinari | ||
|
||
|
@@ -165,17 +165,17 @@ A big thanks to the 3 contributors who made this release possible. | |
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 2 -->[vite] Allow package authors to specify packages to include in vite (#172) @brijeshb42 | ||
- ​<!-- 1 -->[vite] Pass down `transformLibraries` (#169) @siriwatknp | ||
- [vite] Allow package authors to specify packages to include in vite (#172) @brijeshb42 | ||
- [vite] Pass down `transformLibraries` (#169) @siriwatknp | ||
|
||
### `@pigment-css/[email protected]` | ||
|
||
- ​<!-- 3 -->[plugin] Allow runtime libraries to have their own theme and styles css path (#165) @brijeshb42 | ||
- [plugin] Allow runtime libraries to have their own theme and styles css path (#165) @brijeshb42 | ||
|
||
### Core | ||
|
||
- ​<!-- 5 -->[core] Simpler pnpm dedupe error message to act on @oliviertassinari | ||
- ​<!-- 4 -->[examples] Rename next.config.js to next.config.mjs (#157) @brijeshb42 | ||
- [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 | ||
|
||
|