Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 28, 2019
1 parent eb80bd9 commit 8c28ed9
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 32 deletions.
169 changes: 147 additions & 22 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.1",
"version": "4.3.0",
"private": true,
"scripts": {
"deduplicate": "node scripts/deduplicate.js",
Expand Down
18 changes: 14 additions & 4 deletions packages/eslint-plugin-material-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# eslint-plugin-material-ui

Custom eslint rules for Material-UI
Custom eslint rules for Material-UI.

## Supported Rules
## List of supported rules

- `docgen-ignore-before-comment`
- `no-hardcoded-labels`
- `restricted-path-imports`

### docgen-ignore-before-comment

Enforce correct usage of `@ignore` in the prop-types block comments.

### no-hardcoded-labels

The docs are translated via crowdin. Prefer to use `t` from the redux store. The test file includes valid and invalid
uses for literals.
Prevent the usage of hardcoded labels.
The docs are translated via crowdin, we prefer to use `t` from the redux store.

### restricted-path-imports

Prevent the import of modules at a level depth strictly over 1.
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/codemod",
"version": "4.0.2",
"version": "4.3.0",
"private": false,
"author": "Material-UI Team",
"description": "Codemod scripts for Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.0.0-alpha.20",
"version": "4.0.0-alpha.21",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/core": "^4.3.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.2.1",
"version": "4.3.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.2.1",
"version": "4.3.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down

0 comments on commit 8c28ed9

Please sign in to comment.