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
api: update effects shape, now an array of maps (96a5728)
BREAKING CHANGES
api: Effects used to be a map like { effectKey: params, effect2Key: params2 }, now
should become an array of [{ effect: 'effectKey', ...params }, { effect: 'effect2Key', ...params2 }]