./README.md
Detalhes do pacote
vue3-compare-image
A Vue 3 component to compare and slide between two images, supports vertical and horizontal modes, and Keyboard for accessibility.
readme (leia-me)
changelog (log de mudanças)
Changelog
v1.2.5
🩹 Fixes
- Remove mouseleave event on hover toggle that interferes with mouseup (e24bb9a)
📖 Documentation
❤️ Contributors
- Cedrouseroll Omondi (@zedjarvis)
v1.2.4
v1.2.3
🩹 Fixes
- Sliding ends on mouseleave even if mouse is sill pressed (ce78ec9)
💅 Refactors
- Use different images in example (913ec7f)
📖 Documentation
🏡 Chore
- Bump pnpm from 8.6.5 to 9.1.3 (e135dcc)
- Update deps (6028aed)
- Update test config (5acfe6a)
- Update package info (86bae2c)
✅ Tests
❤️ Contributors
- Cedrouseroll Omondi (@zedjarvis)
v1.2.2
🩹 Fixes
- Toggle hover brings back issue #1 as the component re-renders (#1)
❤️ Contributors
- Zedjarvis (@zedjarvis)
v1.2.1
💅 Refactors
- Package config (4f68d97)
❤️ Contributors
- Zedjarvis (@zedjarvis)
v1.2.0
🚀 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
- Initial docs generated with vitepress (275d028)
- Documentation setup (5d95418)
- Update docs (69a3d7d)
- Update docs (8eb0392)
- Add documentation url (d02676b)
- Update documentation link to point to vercel app (3c00046)
- Update links (296b6c7)
- Fix base route (0b29277)
- Update re structure sidebar links (382323b)
- Update footer (7a6d934)
🏡 Chore
- Bumped to v1.0.1 (dccb9df)
- Ignore vitepress cache (5d428cd)
- Bumped to v1.1.0 (3b778b2)
- Update Readme (b4128a3)
- Initialized storybook app (95a97ab)
- Update configs (382df5d)
- Antfu's vscode extensions (b539f11)
- Ignore docs cache (1bb344c)
- Minor updates (e5e0e63)
- Add pre-commit hooks (cdcfed1)
- Add ci, release & docs deploy actions (4ab4f69)
- Use pnpm (b00cd7f)
- Add vercel config (d790595)
✅ Tests
❤️ Contributors
- Zedjarvis (@zedjarvis)
- Cedrouseroll Omondi (@zedjarvis)