| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
deps(react-material): Upgrade to MUI ^7 and x-date-picker ^7.28 Dependencies: - Upgrade MUI and MUI Icons peer dependencies to ^7 - Upgrade MUI and MUI Icons dev dependencies to ^7.3 - Increase MUI x-date-pickers peer dependency to ^7.28 to be compatible with MUI 7 - Regenerate pnpm lockfile Code adaptions: - Migrate from the old Grid (now GridLegacy) to Grid2 (now Grid) according to MUI's migration guide - Import all icons from @mui/icons-material to get rid of rollup warnings - In MuiCheckbox and MuiToggle: Migrate from deprecated `inputProps` to `slotProps.input`. - Adapt Material Array Layout tests to internal changes of MUI icon buttons Dev: - Fix/Adapt Material dev application webpack config Example app: - Removed obsolete custom cjs compatibility plugin from react material example app build. It was necessary for previous MUI versions that were based on CJS instead of ESM | 1 年前 | |
Make material renderers aware of input variant in theme (#2182) Extend the react material renderers to be aware of MUI's input variant in the theme. - Extend input controls to be aware of the configured variant and use it - Extend input renderers to set the variant on the form control - Extend react material example with a variant selection dropdown Fix #1797 | 2 年前 | |
react-material: Fix oneOf renderer not clearing some primitive values Replace isEmpty check with check against undefined because isEmpty always returns true for boolean values, 0, empty strings and objects without props. This could lead to errors when switching from any of these to an array and trying to add elements there. | 4 个月前 | |
react-material: Update MUI X date pickers from v7 to v8 - Update dev and peer dependency of `@mui/x-date-pickers` from v7 to v8. - Adapt input variant handling for picker text fields - Adapt picker variant handling - Adapt textfield input property handling - Fix pickers to still autoclose on selecting the smallest unit. - Make autoclose configurable via uischema option `closeOnSelect` NOTE: The pickers needed to be updated to handle onChange in addition to onAccept. Otherwise, the value in the open picker is not updated. This results in data updates after each date/time component selection (e.g. hours). | 11 个月前 | |
core: expose Id singleton to allow overriding id generation Introduces an `Id` object holding `createId`, `removeId` and `clearAllIds` references and routes all renderer-set callers through it. Adopters can now swap the default implementations. | 3 个月前 | |
deps(react-material): Upgrade to MUI ^7 and x-date-picker ^7.28 Dependencies: - Upgrade MUI and MUI Icons peer dependencies to ^7 - Upgrade MUI and MUI Icons dev dependencies to ^7.3 - Increase MUI x-date-pickers peer dependency to ^7.28 to be compatible with MUI 7 - Regenerate pnpm lockfile Code adaptions: - Migrate from the old Grid (now GridLegacy) to Grid2 (now Grid) according to MUI's migration guide - Import all icons from @mui/icons-material to get rid of rollup warnings - In MuiCheckbox and MuiToggle: Migrate from deprecated `inputProps` to `slotProps.input`. - Adapt Material Array Layout tests to internal changes of MUI icon buttons Dev: - Fix/Adapt Material dev application webpack config Example app: - Removed obsolete custom cjs compatibility plugin from react material example app build. It was necessary for previous MUI versions that were based on CJS instead of ESM | 1 年前 | |
deps(react-material): Upgrade to MUI ^7 and x-date-picker ^7.28 Dependencies: - Upgrade MUI and MUI Icons peer dependencies to ^7 - Upgrade MUI and MUI Icons dev dependencies to ^7.3 - Increase MUI x-date-pickers peer dependency to ^7.28 to be compatible with MUI 7 - Regenerate pnpm lockfile Code adaptions: - Migrate from the old Grid (now GridLegacy) to Grid2 (now Grid) according to MUI's migration guide - Import all icons from @mui/icons-material to get rid of rollup warnings - In MuiCheckbox and MuiToggle: Migrate from deprecated `inputProps` to `slotProps.input`. - Adapt Material Array Layout tests to internal changes of MUI icon buttons Dev: - Fix/Adapt Material dev application webpack config Example app: - Removed obsolete custom cjs compatibility plugin from react material example app build. It was necessary for previous MUI versions that were based on CJS instead of ESM | 1 年前 | |
Export all unwrapped React Material renderers Previously only the control renderers were made available unwrapped. Now all unwrapped React Material renderers are exported. Implements #1687 Contributed on behalf of STMicroelectronics | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 2 年前 | ||
| 4 个月前 | ||
| 11 个月前 | ||
| 3 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 |