Skip to content

v4.9.2-beta.0

Pre-release
Pre-release

Choose a tag to compare

@LouisMazel LouisMazel released this 21 Apr 13:03
· 26 commits to master since this release

compare changes

🩹 Fixes

  • lib: Added TypeScript 6 compatibility for CSS subpath imports (69b73108)

    Resolves TS2882 error when importing side-effect styles like import 'maz-ui/styles'.

    Fixes #1531

  • maz-ui: Fixed MazInput floating label and value reset on browser autofill (d12c8bd2)

  • maz-ui: Fixed MazTextarea floating label and value reset on browser autofill (eb36c32c)

💅 Refactors

  • maz-ui: Reduced MazBtn CSS bundle size with CSS variables (de5d65bc)

    Replaced 24 color-specific CSS blocks with 3 generic rules driven by inline CSS variables, reducing the style bundle by 57%.

  • maz-ui: Reduced MazSpinner CSS bundle size with CSS variables (582bda1d)

  • maz-ui: Reduced MazBadge CSS bundle size with CSS variables (03109e27)

  • maz-ui: Reduced MazSlider CSS bundle size with CSS variables (c61d2bb0)

📦 Build

  • Corrected Vue peer dependency versions (23112bd2)

❤️ Contributors