-
-
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.
Merge branch 'master' of https://github.com/mui/pigment-css into feat…
…/global-styles
- Loading branch information
Showing
97 changed files
with
1,909 additions
and
3,091 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 |
---|---|---|
@@ -1,27 +1,5 @@ | ||
const baseline = require('@mui/monorepo/.stylelintrc'); | ||
|
||
module.exports = { | ||
extends: 'stylelint-config-standard', | ||
ignoreFiles: [ | ||
// TypeScript declaration files contain no styles. | ||
// Stylelint is also reporting parseError on `docs/types/react-docgen.d.ts`. | ||
'**/*.d.ts', | ||
], | ||
rules: { | ||
'alpha-value-notation': null, | ||
'custom-property-pattern': null, | ||
'declaration-colon-newline-after': null, | ||
'function-parentheses-newline-inside': null, // not compatible with prettier | ||
'media-feature-range-notation': null, | ||
'no-empty-source': null, | ||
'no-missing-end-of-source-newline': null, | ||
'selector-class-pattern': null, | ||
'string-no-newline': null, // not compatible with prettier | ||
'value-keyword-case': null, | ||
'value-list-comma-newline-after': null, // not compatible with prettier | ||
}, | ||
overrides: [ | ||
{ | ||
files: ['**/*.js', '**/*.cjs', '**/*.mjs', '**/*.jsx', '**/*.ts', '**/*.tsx'], | ||
customSyntax: 'postcss-styled-syntax', | ||
}, | ||
], | ||
...baseline, | ||
}; |
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 |
---|---|---|
@@ -1,5 +1,46 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## v0.0.11 | ||
|
||
_May 8, 2024_ | ||
|
||
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/[email protected]` | ||
|
||
- Support array for `sx` prop (#52) @siriwatknp | ||
- Replace `sx` callback object param with `theme` (#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 | ||
|
||
<!-- generated comparing v0.0.9..master --> | ||
|
||
_May 1, 2024_ | ||
|
||
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 | ||
|
||
<!-- generated comparing v0.0.8..master --> | ||
|
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
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
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 |
---|---|---|
@@ -1,15 +1,5 @@ | ||
# Security policy | ||
|
||
## Supported versions | ||
|
||
The versions of the project that are currently supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------: | :----------------- | | ||
| 5.x | :white_check_mark: | | ||
| 4.x | :white_check_mark: | | ||
| < 4.0 | :x: | | ||
|
||
## Reporting a vulnerability | ||
|
||
You can report a vulnerability by contacting us via email at [[email protected]](mailto:[email protected]). |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.