Releases: brandonscript/mui-flexy
Releases · brandonscript/mui-flexy
v2.0.3
New
- [Breaking change] Separate packages for each MUI version (v5, v6, v7) - see README for details and updating your imports.
- Type complexity improvements (complex types no longer cause complexity overflows in TypeScript 5.9)
- New interactive docs: 👉 https://brandonscript.github.io/mui-flexy/
- Add playwright UI tests
v1.2.3
- Improves the way @mui/material v5 and v6 is handled when importing the package
- Update docs to auto-generate on publish
(Note: releases 1.2.1 and 1.2.2 were broken and have since been removed).
v1.2.0
New:
- Support added for MUI v6
- You can now use responsive array/object syntax for
rowandcolumnprops - (Breaking) CommonJS is no longer supported because of issues supporting MUI v5 and v6. If you need it, please use an older version, or file a bug/PR.
Fixes:
- TypeScript no longer complains about
sxprop having incompatible types when usingSxPropsorSxProps<Theme>types. - Reduced TypeScript inferrence complexity (improved TS resolution speed)
v1.1.1
Patch version to satisfy npm package.json fixes (no code changes)