v5.0.0-beta.40
Pre-release
Pre-release
·
0 commits
to master
since this release
馃┕ 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
disabledoption to bypass lazy loading (b1d491e8b)The lazy image loader now shares a single pooled
IntersectionObserveracross images, automatically releasing them on unmount. Pages rendering manyMazAvatarorMazLazyImgcomponents no longer leak observers.New
disabledoption 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
- LouisMazel (@LouisMazel)