Skip to content

Files

Latest commit

 

History

History
159 lines (105 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

159 lines (105 loc) · 8.13 KB

Changelog

v1.2.5

compare changes

🩹 Fixes

  • Remove mouseleave event on hover toggle that interferes with mouseup (e24bb9a)

📖 Documentation

❤️ Contributors

v1.2.4

compare changes

v1.2.3

compare changes

🩹 Fixes

  • Sliding ends on mouseleave even if mouse is sill pressed (ce78ec9)

💅 Refactors

  • Use different images in example (913ec7f)

📖 Documentation

🏡 Chore

✅ Tests

❤️ Contributors

v1.2.2

compare changes

🩹 Fixes

  • Toggle hover brings back issue #1 as the component re-renders (#1)

❤️ Contributors

v1.2.1

compare changes

💅 Refactors

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

  • Component emits slideStart and slideEnd events (19202c6)
  • Keyboard navigation for accessibility (eda9700)
  • Export props types (cab503e)
  • Toggle hover on or off (7f80afa)
  • User can customize static styles (7d9d453)
  • Emit isSliding event (b861e6a)

🩹 Fixes

  • OnClick, fire handleKedown event only if keyboard prop is true (192aa36)
  • Pnpm not found (5815ff7)
  • Show favicon (da00468)
  • Api reference correct link (919ce6f)
  • Mouse handle requireing contanct to release slider after moving out of component (d3a4ffe)

💅 Refactors

  • Demo tinkering (7bd92b7)
  • Export component as _VueCompareImage (d07c6c8)
  • Minor code changes (db39997)
  • Export default typed component (92d1e52)
  • Minor code changes (857e4e2)
  • No default export (3866500)
  • Use clipPath css property instead of clip (7cd3b35)
  • Import from components folder (efcba96)
  • Component import path (8bf4961)
  • Compute right & left image clip from sliderposition (1f01654)
  • Update github pages deployment workflow (41daf6d)
  • Change base dir to ./ for vercel deployment (1e33586)
  • Move logo to public folder (330a48b)
  • HandleClickOutside only deactivates keyboard navigation (1156cc6)
  • Package release cmd (38de721)

📖 Documentation

🏡 Chore

✅ Tests

❤️ Contributors