Releases: strawdynamics/drift
Releases · strawdynamics/drift
v1.5.1
1.5.1 (2022-10-10)
Bug Fixes
- add required test for eventlistener (c43f12e), closes #647
- remove optional eventlistener parameters (d546ce1), closes #647
v1.5.0
1.5.0 (2021-08-23)
Bug Fixes
- passive: Add passive option in defaultDriftConfig (b1a850a)
Features
v1.4.5
1.4.5 (2021-08-03)
Bug Fixes
- bring version number back in sync (547b8ea)
v1.4.5-rc.1
Bug Fixes
- bring version number back in sync (547b8ea)
v1.4.4
- document undefined in no browser environment (#407)(23305b5)
- remove inline styles individually (#634)(40f41be)
v1.4.3
- add postcss dependency to fix build error (#606) (a48f0ac)
- revert "refactor: favor directly modifying DOM attributes over setAttribute" (#614) (2da753d)
v1.4.2
- correct demo url on readme.md file #580
- favor directly modifying DOM attributes over using
setAttribute()
#598
v1.4.1
- chore: sync dependency updates
- docs: sync README updates
1.4.0
Bug Fixes
- do not add drift-loading class after first hover (#317)
Features
- mobile: add touch delay to allow scroll on mobile (#315)
1.3.5
Bug Fixes
- prevent zoom on mobile when handleTouch is set to false (#293) (d1ea511)
- remove lingering DOM elements on destroy() (#291) (e217752)