Skip to content

v5.0.0-beta.40

Pre-release
Pre-release

Choose a tag to compare

@LouisMazel LouisMazel released this 01 Jul 09:25
· 0 commits to master since this release

compare changes

馃┕ Fixes

  • maz-ui: Fixed image height issue on Safari for MazAvatar and MazLazyImg (538763d0b)

  • maz-ui: VLazyImg now pools IntersectionObserver instances to prevent memory leaks and includes a disabled option to bypass lazy loading (b1d491e8b)

    The lazy image loader now shares a single pooled IntersectionObserver across images, automatically releasing them on unmount. Pages rendering many MazAvatar or MazLazyImg components no longer leak observers.

    New disabled option to load an image immediately, bypassing lazy loading:
    v-lazy-img="{ src: '/photo.jpg', disabled: true }"

馃摉 Documentation

  • docs: Updated documentation for MazAvatar, MazLazyImg, and vLazyImg (e0cc1deae)

鉂わ笍 Contributors