| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: Resolve references for generated UI schemas Previously, UI schemas generated by JsonForms were incomplete in many instances because not all references were resolved. This commit addresses the issue by providing the root schema to all usages of the Generate.uischema function, ensuring the resolution of all references. Closes #2187 | 2 年前 | |
Fix ESLint issues Fix remaining ESLint issues with these exceptions that will be handled in a follow up - import/no-named-as-default in vanilla-renderers, material-renderers - no-prototype-builtins - @typescript-eslint/no-explicit-any - typescript-eslint/ban-types Part of #1551 | 3 年前 | |
react-material: Remove usage of Material's Hidden component (#2315) Removes the deprecated <Hidden> component and instead returns null if the hidden property is set. Closes #2107 | 2 年前 | |
react-material: Remove usage of Material's Hidden component (#2315) Removes the deprecated <Hidden> component and instead returns null if the hidden property is set. Closes #2107 | 2 年前 | |
fix(translations): memoize array translation (#2358) This commit addresses an issue where array translations were created as new objects within the core module on each render cycle, causing unnecessary rerenders. By memoizing the translation object in the material renderer set, this commit prevents redundant rerenders. This commit also adds memorization to the attributes of the material oneOfRenderer to further avoid unnecessary rerendering. Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com> | 1 年前 | |
react-material: Remove usage of Material's Hidden component (#2315) Removes the deprecated <Hidden> component and instead returns null if the hidden property is set. Closes #2107 | 2 年前 | |
react-material: Remove usage of Material's Hidden component (#2315) Removes the deprecated <Hidden> component and instead returns null if the hidden property is set. Closes #2107 | 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. | 5 个月前 | |
react-material: upgrade to Material UI v9 (#2614) * upgrade @mui dependencies from v7 to v9. This drops support for v7 * migrate deprecated props to slotProps * chore(review): apply requested changes * use Stack for vertical layouts instead of Grid because Grid no longer supports direction column * remove obsolete direction "row" definitions for Grid components * add migration info for the upgrade | 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 年前 | |
react-material: Reset data in anyOf renderer for incompatible data types (#2175) Reset data in anyOfRenderer if data types dont match Co-authored-by: Lucas Koehler <lkoehler@eclipsesource.com> | 2 年前 | |
react-material: upgrade to Material UI v9 (#2614) * upgrade @mui dependencies from v7 to v9. This drops support for v7 * migrate deprecated props to slotProps * chore(review): apply requested changes * use Stack for vertical layouts instead of Grid because Grid no longer supports direction column * remove obsolete direction "row" definitions for Grid components * add migration info for the upgrade | 1 个月前 | |
react-material: upgrade to Material UI v9 (#2614) * upgrade @mui dependencies from v7 to v9. This drops support for v7 * migrate deprecated props to slotProps * chore(review): apply requested changes * use Stack for vertical layouts instead of Grid because Grid no longer supports direction column * remove obsolete direction "row" definitions for Grid components * add migration info for the upgrade | 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 年前 | |
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 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 5 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 3 年前 | ||
| 3 年前 |