Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.14.0 #5563

Merged
merged 17 commits into from
Jul 22, 2022
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.14.0

_Jul 21, 2022_

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

- 🧪 Export previously accessible components
- 🌍 Different locales improvements
- 📚 Documentation improvements
- 🐞 Bugfixes

### `@mui/x-data-grid@5.14.0` / `@mui/x-data-grid-pro@5.14.0` / `@mui/x-data-grid-premium@5.14.0`

#### Changes

- [DataGrid] Add generics to `GridPreProcessEditCellProps` (#5510) @YunosukeY
- [DataGrid] Avoid inconsistent state export (#5390) @flaviendelangle
- [DataGrid] Export `GridBooleanCell` component (#5537) @cliedeman
- [DataGrid] Fix `date`/`dateTime` edit input font size to match view mode (#5304) @cherniavskii
- [DataGrid] Fix grid loading overlays position (#5558) @DanailH
- [DataGrid] Improve accessibility of Export menu in the toolbar (#5486) @nogalpaulina
- [DataGridPremium] Implement Aggregation - not publicly released (#4208) @flaviendelangle
- [DataGridPremium] Fix crash when exporting all columns to Excel (#5425) @cherniavskii
- [DataGrid] Add Traditional Chinese (zh-TW) locale (#5498) @happyincent

### Docs

- [docs] New page presenting the `apiRef` (#5273) @flaviendelangle
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one could also be mentioned in the highlights. I don't know, we have "Documentation improvements" already. cc @flaviendelangle

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He is off so I guess we can leave it as is.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you want, you can highlight the fact that we group the "advanced" page together and are working on impriving them

- [docs] Remove blank line @oliviertassinari

### Core

- [core] Add missing comments on zh-TW translation (#5559) @flaviendelangle
- [core] Polish on the bug issue template (#5525) @oliviertassinari
- [test] Add more tests related to `isPrintableKey` (#5458) @mnajdova

### `@mui/x-date-pickers@v5.0.0-beta.2` / `@mui/x-date-picker-pro@5.0.0-beta.2`

#### Changes

- [pickers] Add Norwegian (nb-NO) locale (#5475) @elkebab

## 5.13.1

_Jul 15, 2022_
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "5.13.1",
"version": "5.14.0",
"private": true,
"scripts": {
"browser": "webpack --config browser/webpack.config.js && node browser/scripts/benchmark.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "5.13.1",
"version": "5.14.0",
"private": true,
"author": "MUI Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.13.1"
"version": "5.14.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.13.1",
"version": "5.14.0",
"private": true,
"scripts": {
"start": "yarn docs:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "5.13.0",
"version": "5.14.0",
"private": true,
"description": "Custom eslint rules for MUI X.",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-generator",
"version": "5.13.1",
"version": "5.14.0",
"description": "Generate fake data for demo purposes only.",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@mui/base": "^5.0.0-alpha.80",
"@mui/x-data-grid-premium": "5.13.1",
"@mui/x-data-grid-premium": "5.14.0",
"chance": "^1.1.8",
"clsx": "^1.2.1",
"lru-cache": "^7.13.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/grid/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-premium",
"version": "5.13.1",
"version": "5.14.0",
"description": "The Premium plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -44,9 +44,9 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@mui/utils": "^5.4.1",
"@mui/x-data-grid": "5.13.1",
"@mui/x-data-grid-pro": "5.13.1",
"@mui/x-license-pro": "5.13.1",
"@mui/x-data-grid": "5.14.0",
"@mui/x-data-grid-pro": "5.14.0",
"@mui/x-license-pro": "5.14.0",
"@types/format-util": "^1.0.2",
"clsx": "^1.2.1",
"exceljs": "^4.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/grid/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-pro",
"version": "5.13.1",
"version": "5.14.0",
"description": "The Pro plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@mui/utils": "^5.4.1",
"@mui/x-data-grid": "5.13.1",
"@mui/x-license-pro": "5.13.1",
"@mui/x-data-grid": "5.14.0",
"@mui/x-license-pro": "5.14.0",
"@types/format-util": "^1.0.2",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid",
"version": "5.13.1",
"version": "5.14.0",
"description": "The community edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "5.13.1",
"version": "5.14.0",
"description": "Storybook components",
"author": "MUI Team",
"private": true,
Expand All @@ -18,11 +18,11 @@
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.0",
"@mui/x-data-grid": "5.13.1",
"@mui/x-data-grid-generator": "5.13.1",
"@mui/x-data-grid-premium": "5.13.1",
"@mui/x-data-grid-pro": "5.13.1",
"@mui/x-license-pro": "5.13.1",
"@mui/x-data-grid": "5.14.0",
"@mui/x-data-grid-generator": "5.14.0",
"@mui/x-data-grid-premium": "5.14.0",
"@mui/x-data-grid-pro": "5.14.0",
"@mui/x-license-pro": "5.14.0",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-date-pickers-pro",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "The commercial edition of the date picker components (MUI X).",
"author": "MUI Team",
"main": "./src/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@date-io/luxon": "^2.14.0",
"@date-io/moment": "^2.14.0",
"@mui/utils": "^5.4.1",
"@mui/x-date-pickers": "5.0.0-beta.1",
"@mui/x-date-pickers": "5.0.0-beta.2",
"@mui/x-license-pro": "5.12.1",
"clsx": "^1.2.1",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-date-pickers",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "The community edition of the date picker components (MUI X).",
"author": "MUI Team",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-license-pro",
"version": "5.13.1",
"version": "5.14.0",
"description": "MUI X License verification",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down