Skip to content

Commit

Permalink
Fix weirdly un-updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Jun 10, 2018
1 parent e70def1 commit 440d986
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 440d986

Please sign in to comment.