Skip to content

Latest commit

 

History

History
182 lines (115 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

182 lines (115 loc) · 7.7 KB

Changelog

1.6.2

Patch Changes

  • added types

1.6.1

Patch Changes

  • fixed stop error, added playOnce to scroll

1.6.0

Minor Changes

  • 7b255ff: added pause and pauseHold state

1.5.2

Patch Changes

  • adding changesets and dual deployment to npm and gpr

1.5.1

Patch Changes

1.5.1 (2022-04-26)

Bug Fixes

  • fixed autoplay not being removed after onComplete transition (c2ba40d)
  • fixed forceflag not working on click (fc4f818)

1.5.0 (2022-04-12)

Features

  • added jumptToInteraction method (8def8b5)

1.4.0 (2022-04-12)

Features

  • made nextInteraction method public (642a64d)

1.3.8 (2022-03-16)

Bug Fixes

  • added fixes to click and hold transitions (43eb8c5)

1.3.7 (2022-03-07)

Bug Fixes

  • fixed container null issue on wordpress (fa0e5e7)

1.3.6 (2022-02-21)

Bug Fixes

  • fixed error when player is destroyed and redefineOptions is called (7d2c4e3)

1.3.5 (2022-02-17)

Bug Fixes

  • added usecapture to scroll listener (763cc37)
  • changed way window is used (9a6e7b9)

1.3.4 (2022-02-01)

Bug Fixes

  • scrolling: fixed segments not playing on scroll with 'play' action type (9d360c7)

1.3.3 (2022-01-25)

Bug Fixes

  • added init methods when domloaded event has already fires (a6f4c89)

1.3.2 (2022-01-10)

Bug Fixes

  • interactions: added additional comments (5a77a9c)
  • interactions: added mobile support for interactions (b8e3a9e)

1.3.1 (2022-01-05)

Bug Fixes

  • stop method: corrected remove event listener (7c148ad)
  • sync to cursor: added touchmove listener to sync animation for touch screens (88cf1b3)

1.3.0 (2021-12-08)

Features

  • cursor mode: added toggle interaction (e66b74c)

1.2.0 (2021-11-10)

Bug Fixes

  • click handler: fixed faulty call to click handler (69d5b67)

Features

  • additional chain properties: added speed and delay (b1f5db3)
  • animation loading: added animation loading for when the library is passed an animation object (e04600d)
  • global: first draft of interaction chaining (672b0e8)
  • interactions: added ability to load lotties in interaction chaining from 'path' attribute (db3af11)
  • interactions: added click and hover states, updated example page (853eff2)
  • interactions: Added click, hover and visible interactions (d97fbad)
  • interactions: added jumpTo property to get to a specific interaction index after transition (b3a82f4)
  • interactions: added sync to cursor to interaction chaining (67331c3)
  • interactions chaining: added dynamic loading of animations, finished examples page (60003f4)

1.1.0 (2021-09-28)

Bug Fixes

  • scroll: use start/end frames in seeking (71f2197)

Features

  • scroll: reset frame count from loop to seek (270b621)

1.0.0 (2021-08-10)

Bug Fixes

  • examples: fix a missing and misplaced comma in examples (a922b79)
  • scroll: with 'scroll' mode and type as 'play' plays animation once and pauses at end (e9ff742)

1.0.0 (2021-06-29)

Bug Fixes

  • scroll: with 'scroll' mode and type as 'play' plays animation once and pauses at end (e9ff742)