Skip to content

Commit

Permalink
v6.10.0 (#9651)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored Jul 13, 2023
1 parent ef81f68 commit 3f9fb81
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 26 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,65 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.0

_Jul 13, 2023_

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

- ⚡ Improve data grid filtering performance
- 🎁 Include column groups in the CSV export
- 🌍 Improve Polish (pl-PL) locale for the data grid
- 🌍 Improve Norwegian (nb-NO) locale for the pickers

### Data Grid

#### `@mui/[email protected]`

- [DataGrid] Allow to exclude hidden columns from the quick filter (#9610) @cherniavskii
- [DataGrid] Filtering performance: remove indirection (#9334) @romgrk
- [DataGrid] Fix props propagation on `GridToolbarQuickFilter` component (#9633) @giladappsforce
- [DataGrid] Fix quick filter input lag (#9630) @cherniavskii
- [DataGrid] Include column groups in the CSV export (#9585) @cherniavskii
- [DataGrid] Make `rowExpansionChange` event public (#9611) @MBilalShafi
- [l10n] Improve Polish (pl-PL) locale (#9625) @ch1llysense

#### `@mui/[email protected]`

Same changes as in `@mui/[email protected]`.

#### `@mui/[email protected]`

Same changes as in `@mui/[email protected]`.

### Date Pickers

#### `@mui/[email protected]`

- [pickers] Fix date calendar issues (#9652) @LukasTy
- [l10n] Improve Norwegian (nb-NO) locale (#9608) @JosteinBrevik

#### `@mui/[email protected]`

Same changes as in `@mui/[email protected]`.

### Charts / `@mui/[email protected]`

- [charts] Allow configuring bar size (#9632) @alexfauquette
- [charts] Simplify custom components creation (#9561) @alexfauquette

### Docs

- [docs] Add slot components usage alert (#9660) @LukasTy
- [docs] Fix casing Cell selection @oliviertassinari

### Core

- [core] Disambiguate eslint plugin name @oliviertassinari
- [core] Update priority support issue template and prompt (#9574) @DanailH
- [CHANGELOG] Clarify each plan (#9446) @oliviertassinari
- [license] Fix error terminology (#9614) @oliviertassinari

## 6.9.2

_Jul 6, 2023_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.9.2",
"version": "6.10.0",
"private": true,
"scripts": {
"start": "yarn && yarn docs:dev",
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": "6.9.2",
"version": "6.10.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.22.5",
"@mui/base": "^5.0.0-beta.5",
"@mui/x-data-grid-premium": "6.9.2",
"@mui/x-data-grid-premium": "6.10.0",
"chance": "^1.1.11",
"clsx": "^1.2.1",
"lru-cache": "^7.18.3"
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": "6.9.2",
"version": "6.10.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.22.5",
"@mui/utils": "^5.13.6",
"@mui/x-data-grid": "6.9.2",
"@mui/x-data-grid-pro": "6.9.2",
"@mui/x-license-pro": "6.9.0",
"@mui/x-data-grid": "6.10.0",
"@mui/x-data-grid-pro": "6.10.0",
"@mui/x-license-pro": "6.10.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": "6.9.2",
"version": "6.10.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.22.5",
"@mui/utils": "^5.13.6",
"@mui/x-data-grid": "6.9.2",
"@mui/x-license-pro": "6.9.0",
"@mui/x-data-grid": "6.10.0",
"@mui/x-license-pro": "6.10.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": "6.9.2",
"version": "6.10.0",
"description": "The community edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-charts",
"version": "6.0.0-alpha.2",
"version": "6.0.0-alpha.3",
"description": "The community edition of the charts components (MUI X).",
"author": "MUI Team",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 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": "6.9.2",
"version": "6.10.0",
"description": "The commercial edition of the date picker components (MUI X).",
"author": "MUI Team",
"main": "./src/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@babel/runtime": "^7.22.5",
"@mui/utils": "^5.13.6",
"@mui/x-date-pickers": "6.9.2",
"@mui/x-license-pro": "6.9.0",
"@mui/x-date-pickers": "6.10.0",
"@mui/x-license-pro": "6.10.0",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"react-transition-group": "^4.4.5"
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": "6.9.2",
"version": "6.10.0",
"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": "6.9.0",
"version": "6.10.0",
"description": "MUI X License verification",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
55 changes: 46 additions & 9 deletions scripts/releaseChangelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ async function main(argv) {

// Dispatch commits in different sections
const dataGridCommits = [];
const dataGridProCommits = [];
const dataGridPremiumCommits = [];
const pickersCommits = [];
const pickersProCommits = [];
const chartsCommits = [];
const coreCommits = [];
const docsCommits = [];
Expand All @@ -142,20 +145,26 @@ async function main(argv) {
const tag = parseTags(commitItem.commit.message);
switch (tag) {
case 'DataGrid':
case 'DataGridPro':
case 'DataGridPremium':
case 'l10n':
case '118n':
dataGridCommits.push(commitItem);
break;
case 'DataGridPro':
dataGridProCommits.push(commitItem);
break;
case 'DataGridPremium':
dataGridPremiumCommits.push(commitItem);
break;
case 'DatePicker':
case 'TimePicker':
case 'DateTimePicker':
case 'DateRangePicker':
case 'pickers':
case 'fields':
pickersCommits.push(commitItem);
break;
case 'DateRangePicker':
pickersProCommits.push(commitItem);
break;
case 'charts':
chartsCommits.push(commitItem);
break;
Expand Down Expand Up @@ -213,14 +222,42 @@ We'd like to offer a big thanks to the ${
TODO INSERT HIGHLIGHTS
${changeLogMessages.length > 0 ? '\n\n' : ''}${changeLogMessages.join('\n')}
### \`@mui/x-data-grid@v__VERSION__\` / \`@mui/x-data-grid-pro@v__VERSION__\` / \`@mui/x-data-grid-premium@v__VERSION__\`
${logChangelogSection(dataGridCommits, '#### Changes')}
### \`@mui/x-date-pickers@v__VERSION__\` / \`@mui/x-date-pickers-pro@v__VERSION__\`
${logChangelogSection(pickersCommits, '#### Changes')}
### Data Grid
#### \`@mui/x-data-grid@v__VERSION__\`
${logChangelogSection(dataGridCommits)}
#### \`@mui/x-data-grid-pro@v__VERSION__\`
Same changes as in \`@mui/x-data-grid@v__VERSION__\`${
dataGridProCommits.length > 0 ? ', plus:' : '.'
}
${logChangelogSection(dataGridProCommits)}
#### \`@mui/x-data-grid-premium@v__VERSION__\`
Same changes as in \`@mui/x-data-grid-pro@v__VERSION__\`${
dataGridPremiumCommits.length > 0 ? ', plus:' : '.'
}
${logChangelogSection(dataGridPremiumCommits)}
### Date Pickers
#### \`@mui/x-date-pickers@v__VERSION__\`
${logChangelogSection(pickersCommits)}
#### \`@mui/x-date-pickers-pro@v__VERSION__\`
Same changes as in \`@mui/x-date-pickers@v__VERSION__\`${
pickersProCommits.length > 0 ? ', plus:' : '.'
}
${logChangelogSection(pickersProCommits)}
### Charts / \`@mui/x-charts@v__CHARTS_VERSION__\`
### \`@mui/x-charts@v__CHARTS_VERSION__\`
${logChangelogSection(chartsCommits, '#### Changes')}
${logChangelogSection(chartsCommits)}
${logChangelogSection(
codemodCommits,
`### \`@mui/x-codemod@v__VERSION__\`
Expand Down

0 comments on commit 3f9fb81

Please sign in to comment.