|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 6.0.0-beta.2 |
| 7 | + |
| 8 | +We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: |
| 9 | + |
| 10 | +- 🚀 Support week day formats in the field components |
| 11 | +- 🌍 Add Hungarian (hu-HU) and Urdu (ur-PK) locales |
| 12 | +- 🌍 Improve French (fr-FR) and Italian (it-IT) locales |
| 13 | +- ✨ New codemods for migrating to v6 |
| 14 | +- 📚 Documentation improvements |
| 15 | +- 🐞 Bug fixes |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +#### Changes |
| 20 | + |
| 21 | +- [DataGrid] Handle non-numeric values returned by `getRowHeight` prop (#7703) @cherniavskii |
| 22 | +- [DataGrid] Merge row styles with `componentsProps.row.style` (#7641) @marktoman |
| 23 | +- [l10n] Add Hungarian (hu-HU) locale (#7776) @noherczeg |
| 24 | +- [l10n] Add Urdu (ur-PK) locale (#6866) @MBilalShafi |
| 25 | +- [l10n] Improve French (fr-FR) locale (#7777) @Vivek-Prajapatii |
| 26 | +- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +#### Changes |
| 31 | + |
| 32 | +- [fields] Support week day formats (#7392) @flaviendelangle |
| 33 | +- [pickers] Allow to initialize and control the `rangePosition` on all range components (#7764) @flaviendelangle |
| 34 | +- [pickers] Fix theme augmentation (#7800) @LukasTy |
| 35 | +- [pickers] Hide scrollbars in the date calendar container (#7766) @Vivek-Prajapatii |
| 36 | +- [pickers] Remove the dependency on `rifm` (#7785) @alexfauquette |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +#### Changes |
| 41 | + |
| 42 | +- [codemod] Add pickers `rename-default-toolbar-title-localeText` codemod (#7752) @LukasTy |
| 43 | +- [codemod] Add pickers `rename-inputFormat-prop` codemod (#7736) @LukasTy |
| 44 | + |
| 45 | +### Docs |
| 46 | + |
| 47 | +- [docs] Fix a typo in data grid layout page (#7113) @sfbaker7 |
| 48 | +- [docs] Fix require context path to avoid duplicate key creation (#7781) @LukasTy |
| 49 | +- [docs] Polish pickers migration docs (#7737) @LukasTy |
| 50 | +- [docs] Rename `next` translation docs and remove duplicates with `-next` (#7729) @LukasTy |
| 51 | + |
| 52 | +### Core |
| 53 | + |
| 54 | +- [core] Fix l10n data file (#7804) @flaviendelangle |
| 55 | +- [core] Fix Next.js warning (#7754) @oliviertassinari |
| 56 | +- [core] Remove unused demos (#7758) @flaviendelangle |
| 57 | + |
6 | 58 | ## 6.0.0-beta.1 |
7 | 59 |
|
8 | 60 | _Jan 27, 2023_ |
@@ -2021,7 +2073,33 @@ You can find more information about the new api, including how to set those tran |
2021 | 2073 | - [test] Skip tests for column pinning and dynamic row height (#5997) @m4theushw |
2022 | 2074 | - [website] Improve security header @oliviertassinari |
2023 | 2075 |
|
2024 | | -## v5.17.21 |
| 2076 | +## 5.17.22 |
| 2077 | + |
| 2078 | +_Feb 2, 2023_ |
| 2079 | + |
| 2080 | +We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: |
| 2081 | + |
| 2082 | +- 🌍 Add Urdu (ur-PK) locale |
| 2083 | +- 🌍 Improve French (fr-FR) and Italian (it-IT) locales |
| 2084 | +- 🐞 Bugfixes |
| 2085 | + |
| 2086 | + |
| 2087 | + |
| 2088 | +#### Changes |
| 2089 | + |
| 2090 | +- [DataGrid] Fix an error when deleting pinned row using the buttons in the `actions` column (#7767) @cherniavskii |
| 2091 | +- [DataGrid] Fix print preview regression in Chrome browser (#7405) @cherniavskii |
| 2092 | +- [l10n] Add Urdu (ur-PK) locale (#7778) @MBilalShafi |
| 2093 | +- [l10n] Improve French (fr-FR) locale (#7795) @Vivek-Prajapatii |
| 2094 | + |
| 2095 | + |
| 2096 | + |
| 2097 | +#### Changes |
| 2098 | + |
| 2099 | +- [TimePicker] Add missing `themeAugmentation` entry (#7732) @LukasTy |
| 2100 | +- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini |
| 2101 | + |
| 2102 | +## 5.17.21 |
2025 | 2103 |
|
2026 | 2104 | _Jan 27, 2023_ |
2027 | 2105 |
|
|
0 commit comments