v1.0.0-beta.1
Pre-release
Pre-release
·
3 commits
to beta
since this release
1.0.0-beta.1 (2026-04-23)
Bug Fixes
- core: add optional dependency list parameter to GenericNodeFactory function signatures (b95f4de)
- core: correct property name from 'nodeTheme' to 'nodetheme' and update @types/react version (50cbf74)
- deps: update @meonode/ui to version 0.2.8 and upgrade MUI packages to version 8.11.1 (327e4a8)
- prepublish: simplify jq_script by removing unnecessary dependency deletion (ce1c9b6)
- update import paths to include file extensions for compatibility (ac1c0b9)
Features
- Add Material-UI X component factories with enhanced type-safety and prop validation (ac48ee2)
- Add new Material-UI Lab components and update dependencies (4f1f9b5)
- Add new MUI X components and update peer dependencies (1dac501)
- add RichTreeView and RichTreeViewProRoot components (38501a6)
- add type definitions for MUI Lab and X Data Grid components, enhancing type safety (f0e953e)
- charts: add comprehensive support for MUI X Charts Pro (3e16c7a)
- core: add dependency list parameter to createMuiNode function (ab24a54)
- core: expose the original element for easier access and debugging (b67e184)
- datagrid: Expand and refactor MUI X Data Grid component wrappers (3438b59)
- enable tree-shaking via export restructuring and source generation (57c7523)
- enhance type definitions for MUI node factories and improve generic node factory implementation (d4abf2f)
- enhance type definitions for MUI node factories and improve theme detection logic (fd1230e)
- generate-wrapper: add type source and output paths for mui.x-charts and mui.x-charts-pro (358deb2)
- generator: Use direct imports for @mui/material components (9e07be3)
- mui.lab: add LoadingButton component (104529a)
- mui: add comprehensive support for MUI X-Charts components (b6b13ca)
- mui: add new component wrappers and improve formatting (da952d4)
- mui: add type definitions for MUI X Data Grid components (a982957)
- mui: add x-tree-view-pro and update MUI X packages to v8.8.0 (98c148f)
- mui: expand component exports for @mui/x-date-pickers (36674a4)
- mui: expand Data Grid Pro exports and update types (ed7dffd)
- mui: expand x-date-pickers-pro exports (8fedb56)
- mui: generate tree-shakable wrapper modules in src (264e6d3)
- Refactor Material-UI exports and add Lab components (9c792e9)
Performance Improvements
- isProbablyMuiTheme: memoize reference theme keys (5542454)