Releases: radishzzz/stack-gallery
Releases · radishzzz/stack-gallery
v0.0.4
v0.0.3
Feat
- Added an interactive effect that expands when click on an image, responsive spacing when expanded
- Added caching mechanism to optimize computational performance
Chore
- Disabled interactions during page loading
- Added src/pages/drafts directory to store draft pages
- Removed redundant cursor styles
v0.0.2
v0.0.1
Refactor
- Simplify the stack structure from
image-stack / image-wrapper / image-itemtoimage-stack / image-itemstructure - Limit image size to
min(800px, 80dvh, 95dvw)for responsive design - Remove redundant
z-indexproperties
Fix
- Fix image blurring issue caused by
transform: scale(3)on Safari - Fix image display missing issue caused by
perspective(5000px)on Android devices