Skip to content

Latest commit

 

History

History
105 lines (48 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

105 lines (48 loc) · 4.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.4 (2021-05-21)

Bug Fixes

  • document undefined in no browser environment (23305b5)
  • remove inline styles individually (40f41be)

1.4.3 (2021-03-02)

Bug Fixes

  • add postcss dependency to fix build error (#606) (a48f0ac)
  • revert "refactor: favor directly modifying DOM attributes over setAttribute" (#614) (2da753d)

1.4.2 (2021-02-18)

Bug Fixes

  • correct demo url on readme.md file (#580) (72fa50e)
  • favor directly modifying DOM attributes over using setAttribute() (598)

1.4.1 (2020-10-09)

  • chore: syncs dependency updates
  • docs: syncs README updates

1.4.0 (2019-09-06)

Bug Fixes

  • do not add drift-loading class after first hover (#317) (750c4cf)

Features

  • mobile: add touch delay to allow scroll on mobile (#315) (ceb6101)

1.3.5 (2019-08-02)

Bug Fixes

  • prevent zoom on mobile when handleTouch is set to false (#293) (d1ea511)
  • remove lingering DOM elements on destroy() (#291) (e217752)

1.3.4 (2019-04-06)

Bug Fixes

  • ensure that handleTouch & injectBaseStyles can be disabled (#221) (346f3bf), fixes #220

1.3.3 (2018-11-02)

Bug Fixes

  • stop loupe being shown in incorrect position on mouseenter (#113) (710dfd7)

1.3.2 (2018-09-29)

Bug Fixes

1.3.1 (2018-08-08)

Bug Fixes

  • update closure file test to include more src files (#78) (0a1aeca)

1.3.0 (2018-07-16)

Bug Fixes

  • zoom-pane: set min and max values correctly when image is smaller than container (#69) (03f9e26)

Features

  • add lib and es6 bundles, use closure compiler, remove gulp (#70) (e48daa7)