Skip to content

v7.1.1

Latest

Choose a tag to compare

@leecalcote leecalcote released this 04 May 03:27
· 1 commit to master since this release
da5d7f4

Bug fixes

  • Restore the test suite under React 19 / MUI v9 / chai 6 by reconstructing the React 17/18-shaped test surface enzyme + react-shallow-renderer + the cfaester adapter expect: __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED stub, hook-call → shallow-renderer dispatcher routing, fiber-walking findDOMNode, native-event-based Simulate (with input value-tracker reset, checkbox-via-click, and doubleClickdblclick mapping), and an Object.freeze skip for React elements. (#56)
  • Migrate TablePagination to MUI v9's slotProps.actions.{previousButton,nextButton} / slotProps.select API. (#56)
  • Migrate TableToolbar from the dropped <ReactToPrint> / <PrintContextConsumer> pair to a useReactToPrint hook wrapper. (#56)
  • Pin react-is to ^19.2.5 via overrides so the enzyme adapter's element check recognizes React 19's react.transitional.element symbol. (#56)
  • Externalize dependencies and peerDependencies (with subpath imports) in rollup.config.js to clear the "Unresolved dependencies" warnings. (#56)