Skip to content

Releases: strawdynamics/drift

1.3.4

06 Apr 22:28
Compare
Choose a tag to compare

1.3.4 (2019-04-06)

Bug Fixes

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

1.2.0

22 Feb 16:26
Compare
Choose a tag to compare

NB: Please see CHANGELOG.md for future release notes

1.2.0

A bunch of minor problems with package.json have been fixed, largely courtesy of @bianjp. This may simplify some folks' build setups, so I think cutting a new minor version is warranted.

1.1.0

13 Dec 21:45
Compare
Choose a tag to compare

Adds an inlineContainer option, which allows users to specify which element the inline pane is appended to. Thanks @reda-alaoui!

1.0.0

25 Oct 00:41
Compare
Choose a tag to compare
  • Rework the way Drift works with require statements. See more in #39!

0.4.1

14 Oct 23:01
Compare
Choose a tag to compare
  • Fix for IE’s lack of scrollX/scrollY.

0.4.0

26 Sep 22:32
Compare
Choose a tag to compare
  • Add Drift#enable, Drift#disable, and Drift#setZoomImageURL public methods. Check out the README to learn more!

0.3.4

04 Aug 01:15
Compare
Choose a tag to compare
  • Fix a display issue in the case where someone has specified a rule such as img { max-width: 100%; } somewhere else in their CSS.

0.3.3

02 Aug 23:13
Compare
Choose a tag to compare
  • Hide the loading indicator after the zoomed image has finished loading. This is particularly important for semi-transparent images.

0.3.2

15 Jul 20:11
Compare
Choose a tag to compare
  • Fixed IE 11 bounding box positioning. See #33 for details.

0.3.1

12 Jul 23:59
Compare
Choose a tag to compare
  • Added Safari 8 support. See #31 for details.