Skip to content

Releases: radishzzz/stack-gallery

v0.0.4

01 Sep 05:24

Choose a tag to compare

Docs

  • Update CLAUDE.md
  • Add README.md and hero image

Feat

  • Implemented to center the clicked image

v0.0.3

31 Aug 05:10

Choose a tag to compare

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

30 Aug 09:10

Choose a tag to compare

Refactor

  • Implement responsive design, set appropriate image sizes for different screen sizes, and maintain consistent visual intervals

v0.0.1

29 Aug 00:00

Choose a tag to compare

Refactor

  • Simplify the stack structure from image-stack / image-wrapper / image-item to image-stack / image-item structure
  • Limit image size to min(800px, 80dvh, 95dvw) for responsive design
  • Remove redundant z-index properties

Fix

  • Fix image blurring issue caused by transform: scale(3) on Safari
  • Fix image display missing issue caused by perspective(5000px) on Android devices