diff --git a/CHANGELOG.md b/CHANGELOG.md index 987b1f43..a9471749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.0.5](https://github.com/julianshapiro/velocity/compare/v2.0.3...v2.0.5) +> 10 June 2018 +- Grab Promise in a try/catch Fixes #875 [`#875`](https://github.com/julianshapiro/velocity/issues/875) +- Get default duration if none set in arguments Fixes #874 [`#874`](https://github.com/julianshapiro/velocity/issues/874) +- Caching is disabled for scrollTop/Left so don't loop Fixes #866 [`#866`](https://github.com/julianshapiro/velocity/issues/866) +- Expose Velocity().promise for use in Promise.all() etc Fixes #868 [`#868`](https://github.com/julianshapiro/velocity/issues/868) +- Consistent getPropertyValue for width / height Fixes #860 Closes #861 [`#860`](https://github.com/julianshapiro/velocity/issues/860) [`#861`](https://github.com/julianshapiro/velocity/issues/861) +- Lock down some publicly accessible structures [`acb2bd5`](https://github.com/julianshapiro/velocity/commit/acb2bd548d9b51cbc3cec2649a2720fee3cac4f3) +- Add Stagger and Drag options back - available for all animations [`6b961de`](https://github.com/julianshapiro/velocity/commit/6b961de4c80f723b6ef9ced13d93e06d9d426736) +- Ensure default delay, fix "pattern" error, create callback for options to use [`2bdd7c1`](https://github.com/julianshapiro/velocity/commit/2bdd7c1994b3e23bd314495722ae37356ac088e2) + #### [v2.0.3](https://github.com/julianshapiro/velocity/compare/v2.0.2...v2.0.3) > 27 May 2018 - Refactor as ES6 to build on RollupJS [`#873`](https://github.com/julianshapiro/velocity/pull/873)