Releases: strawdynamics/drift
Releases · strawdynamics/drift
1.3.4
1.3.4 (2019-04-06)
Bug Fixes
- ensure that handleTouch & injectBaseStyles can be disabled (#221) (346f3bf), fixes #220
1.2.0
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
Adds an inlineContainer
option, which allows users to specify which element the inline pane is appended to. Thanks @reda-alaoui!
1.0.0
- Rework the way Drift works with
require
statements. See more in #39!
0.4.1
- Fix for IE’s lack of
scrollX
/scrollY
.
0.4.0
- Add
Drift#enable
, Drift#disable
, and Drift#setZoomImageURL
public methods. Check out the README to learn more!
0.3.4
- 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
- Hide the loading indicator after the zoomed image has finished loading. This is particularly important for semi-transparent images.
0.3.2
- Fixed IE 11 bounding box positioning. See #33 for details.
0.3.1
- Added Safari 8 support. See #31 for details.