This repository has been archived by the owner on May 11, 2023. It is now read-only.
1️⃣ Fix controller.set with a supplied index parameter
This release fixes a small bug related to the use of the optional index parameter in the controller.set
API. controller.set
with the index parameter specified now works as documented.
Fixed
- The
controller.set
API correctly targets an animating element when called with the index parameter specified. PR by @parkerziegler here.