Skip to content

v4.9.2

Choose a tag to compare

@LouisMazel LouisMazel released this 22 Apr 21:50
· 11 commits to master since this release

compare changes

🩹 Fixes

  • lib: Add TypeScript 6 compatibility for CSS subpath exports (3c8210fc)

    Fixed TypeScript 6 compatibility issues when importing CSS. Fixes #1531

  • maz-ui: Sync MazInput state on browser autofill (5c65c4bf)

    Fixes the floating label staying down and the value being wiped when the browser autofills the input.

  • maz-ui: Sync MazTextarea state on browser autofill (0a61d844)

    Applied the same autofill state handling to MazTextarea.

💅 Refactors

  • maz-ui: Reduce CSS bundle size with CSS variables (62ea9a12, 55c0298f, 745a470a, ff1f833b)

    Optimized styles for MazBtn, MazSpinner, MazBadge, and MazSlider using CSS variables instead of separate color-specific blocks, reducing stylesheet size.

📦 Build

  • Fixed Vue peer dependency versions (23112bd2)

❤️ Contributors