You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeking to update our dependency to the latest major version, but I can't see what may have changed and what code I need to update.
Is there a changelog or migration guide somewhere I can read? I can't seem to find one.
Thank you
The text was updated successfully, but these errors were encountered:
For anyone else seeing this after migrating, view the difference in methods names in the README files of the 1.2 and 2.0 tags. The ones that bit me were append() changing to appendWIth() and remove() changing to destroy(). A migration isn't laid out anywhere, but viewing the method list should make the changes pretty apparent.
Hi,
I'm seeking to update our dependency to the latest major version, but I can't see what may have changed and what code I need to update.
Is there a changelog or migration guide somewhere I can read? I can't seem to find one.
Thank you
The text was updated successfully, but these errors were encountered: