Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/mui-xPublic

Commit67b6e27

Browse files
v7.17.0 (#14596)
1 parent6d96179 commit67b6e27

File tree

14 files changed

+100
-13
lines changed

14 files changed

+100
-13
lines changed

‎CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,93 @@
33
All notable changes to this project will be documented in this file.
44
See[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
##7.17.0
7+
8+
_Sep 13, 2024_
9+
10+
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 📊 Charts performance improvement
13+
- 🧑‍💻 New Data Grid[custom columns demo](https://mui.com/x/react-data-grid/custom-columns/#full-example)
14+
- 🐞 Bugfixes
15+
- 📚 Documentation improvements
16+
- 🌍 Improve Hungarian (hu-HU) locale on the Data Grid
17+
18+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
19+
20+
###Data Grid
21+
22+
####`@mui/x-data-grid@7.17.0`
23+
24+
-[DataGrid] Add "does not equal" and "does not contain" filter operators (#14489)@KenanYusuf
25+
-[DataGrid] Add demo to the "Custom columns" page that does not use generator (#13695)@arminmeh
26+
-[DataGrid] Fix Voice Over reading the column name twice (#14482)@arminmeh
27+
-[DataGrid] Fix bug in CRUD example (#14513)@michelengelen
28+
-[DataGrid] Fix failing jsdom tests caused by`:has()` selectors (#14559)@KenanYusuf
29+
-[DataGrid] Refactor string operator filter functions (#14564)@KenanYusuf
30+
-[l10n] Improve Hungarian (hu-HU) locale (#14506)@ntamas
31+
32+
####`@mui/x-data-grid-pro@7.17.0`[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link'Pro plan')
33+
34+
Same changes as in`@mui/x-data-grid@7.17.0`.
35+
36+
####`@mui/x-data-grid-premium@7.17.0`[![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link'Premium plan')
37+
38+
Same changes as in`@mui/x-data-grid-pro@7.17.0`.
39+
40+
###Date and Time Pickers
41+
42+
####`@mui/x-date-pickers@7.17.0`
43+
44+
-[fields] Improve`useSplitFieldProps` and make it public (#14514)@flaviendelangle
45+
-[pickers] Improve clear action label (#14243)@oliviertassinari
46+
-[pickers] Add`"use client"` directive to every public component and hook (#14562)@flaviendelangle
47+
-[pickers] Allow custom fields to validate the value (#14486)@flaviendelangle
48+
-[pickers] Stop using utils in locales (#14505)@flaviendelangle
49+
50+
####`@mui/x-date-pickers-pro@7.17.0`[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link'Pro plan')
51+
52+
Same changes as in`@mui/x-date-pickers@7.17.0`, plus:
53+
54+
-[DateRangePicker] Fix`currentMonthCalendarPosition` not scrolling to future sibling (#14442)@GMchris
55+
56+
###Charts
57+
58+
####`@mui/x-charts@7.17.0`
59+
60+
-[charts] Add`"use client"` directive to every public component and hook (#14578)@flaviendelangle
61+
-[charts] Allow`onItemClick` on the`Legend` component (#14231)@JCQuintas
62+
-[charts] Fix`onAxisClick` with`layout='horizontal'` (#14547)@alexfauquette
63+
-[charts] Replace`path` with`circle` for performance improvement (#14518)@alexfauquette
64+
65+
####`@mui/x-charts-pro@7.0.0-beta.1`[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link'Pro plan')
66+
67+
Same changes as in`@mui/x-charts@7.17.0`.
68+
69+
###Tree View
70+
71+
####`@mui/x-tree-view@7.17.0`
72+
73+
-[TreeView] Make`useTreeItem2` stable (#14498)@flaviendelangle
74+
75+
###Docs
76+
77+
-[docs] Add missing callout on "Imperative API" tree view sections (#14503)@flaviendelangle
78+
-[docs] Fix broken redirection to MUI X v5@oliviertassinari
79+
-[docs] Fix multiple`console.error` messages on`charts` docs (#14554)@JCQuintas
80+
-[docs] Fixed typo in Row Grouping recipes (#14549)@Miodini
81+
-[docs] Match title with blog posts@oliviertassinari
82+
83+
###Core
84+
85+
-[core] Move warning methods to`@mui/x-internals` (#14528)@k-rajat19
86+
-[core] Sync with core release flow@oliviertassinari
87+
-[code-infra] Fix charts benchmark workflow (#14573)@JCQuintas
88+
-[docs-infra] Type interface API pages (#14138)@alexfauquette
89+
-[infra] Create`ESLint plugins` renovate group (#14574)@LukasTy
90+
-[license] Clean-up terminology to match codebase (#14531)@oliviertassinari
91+
-[test] Remove dead`act()` logic (#14529)@oliviertassinari
92+
693
##7.16.0
794

895
_Sep 5, 2024_

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version":"7.16.0",
2+
"version":"7.17.0",
33
"private":true,
44
"scripts": {
55
"preinstall":"npx only-allow pnpm",

‎packages/x-charts-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-charts-pro",
3-
"version":"7.0.0-beta.0",
3+
"version":"7.0.0-beta.1",
44
"description":"The Pro plan edition of the Charts components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.ts",

‎packages/x-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-charts",
3-
"version":"7.16.0",
3+
"version":"7.17.0",
44
"description":"The community edition of the Charts components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.js",

‎packages/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-data-grid-generator",
3-
"version":"7.16.0",
3+
"version":"7.17.0",
44
"description":"Generate fake data for demo purposes only.",
55
"author":"MUI Team",
66
"main":"src/index.ts",

‎packages/x-data-grid-premium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-data-grid-premium",
3-
"version":"7.16.0",
3+
"version":"7.17.0",
44
"description":"The Premium plan edition of the Data Grid Components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.ts",

‎packages/x-data-grid-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-data-grid-pro",
3-
"version":"7.16.0",
3+
"version":"7.17.0",
44
"description":"The Pro plan edition of the Data Grid components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.ts",

‎packages/x-data-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-data-grid",
3-
"version":"7.16.0",
3+
"version":"7.17.0",
44
"description":"The Community plan edition of the Data Grid components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.ts",

‎packages/x-date-pickers-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-date-pickers-pro",
3-
"version":"7.16.0",
3+
"version":"7.0.0-beta.1",
44
"description":"The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.ts",

‎packages/x-date-pickers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@mui/x-date-pickers",
3-
"version":"7.16.0",
3+
"version":"7.17.0",
44
"description":"The community edition of the Date and Time Picker components (MUI X).",
55
"author":"MUI Team",
66
"main":"src/index.ts",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp