Skip to content

v4.5.0

Choose a tag to compare

@LouisMazel LouisMazel released this 22 Jan 08:27
· 200 commits to master since this release

compare changes

🚀 Features

  • @maz-ui/icons: Add new iconsAdded icons: MazFacebook, MazInstagram, MazLinkedin MazNpm, MazTwitter and MazQuote (aaf0acdd)

  • maz-ui: MazReadMore - new component to truncate long text (3d4b4e32)

    Truncate text or slot content with "Read more" / "Read less" toggle.
    Features:

    • maxLines: truncate by line count (CSS line-clamp)
    • maxChars: truncate by character count (works with text prop and slot)
    • Customizable colors, expand/collapse text
    • Full accessibility support (aria-expanded, aria-controls)
  • maz-ui: MazSkeleton - new component for loading placeholders (05133f82)

    Display loading placeholders with animated shimmer effect.
    Features:

    • Shapes: rectangle, circle, square
    • Customizable size, width, height
    • Rounded sizes: none, sm, md, lg, xl, full
    • Disable animation option
    • Accessibility support (role="status", aria-live)
  • @maz-ui/translations: Add translations for MazReadMore and MazSkeleton (a9e75006)

  • @maz-ui/nuxt: Auto-import MazReadMore and MazSkeleton (08832f4f)

❤️ Contributors