img-comparison-slider

Image comparison slider. Compare images before and after. Supports React, Vue, Angular.

MIT License

Downloads
126.7K
Stars
638
Committers
11

Bot releases are visible (Hide)

img-comparison-slider - v6.1.3

Published by sneas over 3 years ago

6.1.3 (2021-06-27)

Bug Fixes

  • transition on first click (d1b89d2)
img-comparison-slider - v6.1.2

Published by sneas over 3 years ago

6.1.2 (2021-06-27)

Bug Fixes

  • performance: calculate offset on every animation frame (4627415)
  • performance: use DOMHighResTimeStamp provided into requestAnimationFrame callback (ba44b1b)
img-comparison-slider - v6.1.1

Published by sneas over 3 years ago

6.1.1 (2021-06-26)

Bug Fixes

  • animation performance (337d0c8)
  • slide animation function calls optimized for better performance (0ae36c9)
img-comparison-slider - v6.1.0

Published by sneas over 3 years ago

6.1.0 (2021-06-25)

Features

  • arbitrary HTML in first and second slots (703f959)
img-comparison-slider - v6.0.0

Published by sneas over 3 years ago

6.0.0 (2021-06-19)

Bug Fixes

  • component acts the same on dir=rtl (7b6356e)
img-comparison-slider - v5.0.2

Published by sneas over 3 years ago

5.0.2 (2021-06-18)

Bug Fixes

  • react: align class names between web and react commponents (d9c7df5)
  • react: align tabindex between web and react components (be8cfdc)
  • consider tabindex attribute (ebc4a9a)
  • reevaluate slider position on component's size change (e03e798)
  • react: ssr (e023ebe), closes #32
img-comparison-slider - v5.0.1

Published by sneas over 3 years ago

5.0.1 (2021-06-13)

Bug Fixes

  • readme: cdn inclusion path (31cffd2)
img-comparison-slider - v5.0.0

Published by sneas over 3 years ago

5.0.0 (2021-06-13)

Bug Fixes

  • divider line in the middle of handle (b4cb6ec)

Features

img-comparison-slider - v4.0.2

Published by sneas over 3 years ago

4.0.2 (2021-06-06)

Bug Fixes

  • size: exclude css source maps from output (ba6d219)
img-comparison-slider - v4.0.1

Published by sneas over 3 years ago

4.0.1 (2021-06-05)

Bug Fixes

  • build: npmignore unnecessary files and folders (e52ca75)
img-comparison-slider - v4.0.0

Published by sneas over 3 years ago

4.0.0 (2021-06-05)

Bug Fixes

  • respect dynamically loaded images and slot changes (51fcd77)

chore

Code Refactoring

Features

  • generate typings and export reset function (eb0456f), closes #21

BREAKING CHANGES

  • CSS initials styles get included from dist/styles.css
  • Main component file has been changed to dist/index.js
img-comparison-slider - v3.0.4

Published by sneas over 3 years ago

3.0.4 (2021-05-01)

Bug Fixes

  • properly handle out-of-the-component mouse movements (8147011), closes #23
img-comparison-slider - v3.0.3

Published by sneas over 3 years ago

3.0.3 (2021-03-28)

Bug Fixes

  • consider page horizontal scoll position when calculating slider offset (f7c70ae)
img-comparison-slider - v3.0.2

Published by sneas over 3 years ago

3.0.2 (2021-03-12)

Bug Fixes

  • keep devider line within images (f17e45b), closes #20
img-comparison-slider - v3.0.1

Published by sneas almost 4 years ago

3.0.1 (2020-11-25)

Bug Fixes

  • component representation inside elements with background (0da0381)
img-comparison-slider - v3.0.0

Published by sneas almost 4 years ago

BREAKING CHANGES

  • The --divider CSS variable has been replaced with --divider-width and --divider-color.
  • --hint-size, --hint-color, --hint-opacity, and --hint-opacity-active CSS variables have been renamed to --handle-size, --handle-color, --handle-opacity, and --handle-opacity-active accordingly.
img-comparison-slider - v2.5.0

Published by sneas about 4 years ago

2.5.0 (2020-10-18)

Bug Fixes

  • prevent undesired scroll bouncing on touch events (1d160b5), closes #11 #9

Features

  • immediately slide to the touched area when the component is focused (63d8ac9)
img-comparison-slider - v2.4.2

Published by sneas about 4 years ago

2.4.2 (2020-10-07)

Bug Fixes

img-comparison-slider - v2.4.1

Published by sneas over 4 years ago

2.4.1 (2020-07-15)

Bug Fixes

img-comparison-slider - v2.4.0

Published by sneas over 4 years ago

2.4.0 (2020-07-08)

Features