Skip to content

Releases: brandonscript/mui-flexy

v2.0.3

18 Aug 22:10

Choose a tag to compare

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

22 Mar 20:53

Choose a tag to compare

  • 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

09 Mar 05:01

Choose a tag to compare

New:

  • Support added for MUI v6
  • You can now use responsive array/object syntax for row and column props
  • (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 sx prop having incompatible types when using SxProps or SxProps<Theme> types.
  • Reduced TypeScript inferrence complexity (improved TS resolution speed)

v1.1.1

12 Dec 17:37

Choose a tag to compare

Patch version to satisfy npm package.json fixes (no code changes)