Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Jun 10, 2018
1 parent 2bdd7c1 commit e70def1
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 37 deletions.
49 changes: 20 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,20 @@ 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.4](https://github.com/julianshapiro/velocity/compare/v2.0.3...v2.0.4)
> 28 May 2018
- Caching is disabled for scrollTop/Left so don't loop [`#866`](https://github.com/julianshapiro/velocity/issues/866)
- Expose Velocity().promise for use in Promise.all() etc [`#868`](https://github.com/julianshapiro/velocity/issues/868)
- Consistent getPropertyValue for width / height [`#860`](https://github.com/julianshapiro/velocity/issues/860) [`#861`](https://github.com/julianshapiro/velocity/issues/861)
- Version 2.0.4-beta [`86a918e`](https://github.com/julianshapiro/velocity/commit/86a918e723c1b15f423a4e6f40bea86bb66f61e7)
- Add auto-changelog [`488a2a5`](https://github.com/julianshapiro/velocity/commit/488a2a505a6f6a6dc16e4c3711251e276b140d97)
- Safer way to check for empty patterns [`3318f13`](https://github.com/julianshapiro/velocity/commit/3318f13eaf7253ec0306fb155be3348c76e1dac7)

#### [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)
- Polyfill for Object.assign [`#855`](https://github.com/julianshapiro/velocity/issues/855)
- Polyfill for Object.assign Fixes #855 [`#855`](https://github.com/julianshapiro/velocity/issues/855)
- Fix package-lock.json [`9092f18`](https://github.com/julianshapiro/velocity/commit/9092f1870569fc58d7c6b087dc22c23dfa5098a0)
- Version 2.0.3 [`a263bb8`](https://github.com/julianshapiro/velocity/commit/a263bb8489930f58aa0bf79b3a8193e9a566d857)
- Update CDN links in readme [`c17a6a3`](https://github.com/julianshapiro/velocity/commit/c17a6a341cfaee405515bdedd5993853de2bca51)

#### [v2.0.2](https://github.com/julianshapiro/velocity/compare/v2.0.1...v2.0.2)
> 4 March 2018
- The correct name for the requireJS package is "velocity-animate" [`#768`](https://github.com/julianshapiro/velocity/issues/768)
- Fixes and updates in preparation for new sequence code [`#849`](https://github.com/julianshapiro/velocity/issues/849) [`#845`](https://github.com/julianshapiro/velocity/issues/845) [`#839`](https://github.com/julianshapiro/velocity/issues/839)
- Make note of load order and extending other libraries [`#828`](https://github.com/julianshapiro/velocity/issues/828)
- Shortcut for Object.create(null), Fix unit adding for some css styles and move into normalization code. [`794d15c`](https://github.com/julianshapiro/velocity/commit/794d15c977c4d8c253ae7a8a4905670d66ca63ec)
- The correct name for the requireJS package is "velocity-animate" Closes #768 [`#768`](https://github.com/julianshapiro/velocity/issues/768)
- Fixes and updates in preparation for new sequence code All HTMLElement css styles are now set/get via a normalization instead of by fallback code Tweens are now an interface (object) instead of an enum indexed array Normalization function is now cached in tween at animation start for performance and consistency Internal version number is now set directly instead of indirectly [`#849`](https://github.com/julianshapiro/velocity/issues/849) [`#845`](https://github.com/julianshapiro/velocity/issues/845) [`#839`](https://github.com/julianshapiro/velocity/issues/839)
- Make note of load order and extending other libraries Closes #828 [`#828`](https://github.com/julianshapiro/velocity/issues/828)
- Shortcut for Object.create(null), Fix unit adding for some css styles and move into normalization code. This is the first build with the correct RequireJS namespace - "velocity-animate"! [`794d15c`](https://github.com/julianshapiro/velocity/commit/794d15c977c4d8c253ae7a8a4905670d66ca63ec)
- Version 2.0.2-beta [`30ee65e`](https://github.com/julianshapiro/velocity/commit/30ee65ec047b440842ba0e6ae75dd48223547007)
- Highlighted the documentation for V2 [`007e977`](https://github.com/julianshapiro/velocity/commit/007e977cb1fc3025f42c16f9cf05de19b9da294d)

Expand Down Expand Up @@ -58,8 +49,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Prevent console.log error in IE9 or less [`#756`](https://github.com/julianshapiro/velocity/pull/756)
- IE9 sometimes checks again window which can have length 0 [`#757`](https://github.com/julianshapiro/velocity/pull/757)
- Fix performance.now() polyfill [`#763`](https://github.com/julianshapiro/velocity/pull/763)
- Code cleanup, add [].includes() shim, fix JSHint warnings [`4184d8e`](https://github.com/julianshapiro/velocity/commit/4184d8e757038bdc0f1e7449c847728ddbe7674b)
- Release 1.5.0 [`9f4aacd`](https://github.com/julianshapiro/velocity/commit/9f4aacdacd9eff5a4abbd5154b8d367dcda2f047)
- Code cleanup, add [].includes() shim, fix JSHint warnings This *should* finally fix most IE8/9 issues [`4184d8e`](https://github.com/julianshapiro/velocity/commit/4184d8e757038bdc0f1e7449c847728ddbe7674b)
- Release 1.5.0 IE9 passes all tests, IE8 still has issues [`9f4aacd`](https://github.com/julianshapiro/velocity/commit/9f4aacdacd9eff5a4abbd5154b8d367dcda2f047)
- Update CDN links [`c8eb3e6`](https://github.com/julianshapiro/velocity/commit/c8eb3e6cd60f93fe251b33f5e6cd657d5973a490)

#### [v1.4.3](https://github.com/julianshapiro/velocity/compare/v1.4.2...v1.4.3)
Expand All @@ -76,9 +67,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.4.1](https://github.com/julianshapiro/velocity/compare/v1.4.0...v1.4.1)
> 17 December 2016
- Allow .isWrappped() to handle nodeLists and more wrapped types. FORM has a length and is not wrapped, so disallow Nodes [`#723`](https://github.com/julianshapiro/velocity/issues/723)
- Share remaining duration between all remaining parts of an effect, allow 0 duration. [`#726`](https://github.com/julianshapiro/velocity/issues/726)
- Fix for "0" in an auto-parameter value [`0ee450d`](https://github.com/julianshapiro/velocity/commit/0ee450df15b8b3c248f3911733e6b40a55357c1a)
- Allow .isWrappped() to handle nodeLists and more wrapped types. FORM has a length and is not wrapped, so disallow Nodes Fixes #723 [`#723`](https://github.com/julianshapiro/velocity/issues/723)
- Share remaining duration between all remaining parts of an effect, allow 0 duration. Fixes #726 [`#726`](https://github.com/julianshapiro/velocity/issues/726)
- Fix for "0" in an auto-parameter value Reference https://github.com/julianshapiro/velocity/issues/697#issuecomment-267209464 [`0ee450d`](https://github.com/julianshapiro/velocity/commit/0ee450df15b8b3c248f3911733e6b40a55357c1a)
- Release v1.4.1 [`e745208`](https://github.com/julianshapiro/velocity/commit/e745208c390a4a2d444b9441ced8115698a704bd)
- Make version numbers link to changelog [`4b6beab`](https://github.com/julianshapiro/velocity/commit/4b6beabf20ff463de8934b7956d238ab16ff754d)

Expand All @@ -87,8 +78,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update version numbers in README [`#731`](https://github.com/julianshapiro/velocity/pull/731)
- Pause and Resume commands implemented and tested. [`#718`](https://github.com/julianshapiro/velocity/pull/718)
- Select correct ticker function during initialization [`#725`](https://github.com/julianshapiro/velocity/pull/725)
- Add pause/resume, disable global test as it breaks other tests. Cleanup test code slightly. [`#718`](https://github.com/julianshapiro/velocity/issues/718)
- Auto parameters now accept unit changes and any colour names. [`d81e17a`](https://github.com/julianshapiro/velocity/commit/d81e17a63c6c83b72409f437eb1de29fc379a2d1)
- Add pause/resume, disable global test as it breaks other tests. Cleanup test code slightly. Closes #718 [`#718`](https://github.com/julianshapiro/velocity/issues/718)
- Auto parameters now accept unit changes and any colour names. Had to add `laxbreak` option to jshint or the code is hard to read. All named colours are replaced with rgba(), and it is possible to use the colour names within rgb/rgba too (ie, from "rgba(red,0.1)" to "rgba(purple,0.8)" This *requires* calc for unit conversion (a future release may deal with simple x->y, but that's not how this is meant to be used) - http://caniuse.com/#feat=calc [`d81e17a`](https://github.com/julianshapiro/velocity/commit/d81e17a63c6c83b72409f437eb1de29fc379a2d1)
- Update README.md [`170c4f5`](https://github.com/julianshapiro/velocity/commit/170c4f5a70961bee175a2eafd32174a069a4ff8b)
- v1.4.0 - CDN links TODO when updated [`139de8b`](https://github.com/julianshapiro/velocity/commit/139de8b51e7a94cf69a1005354476a61112bd832)

Expand All @@ -100,20 +91,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix typo [`#712`](https://github.com/julianshapiro/velocity/pull/712)
- Add editorconfig. See #706 for more. [`#707`](https://github.com/julianshapiro/velocity/pull/707)
- Improving Readme, fix #704 [`#705`](https://github.com/julianshapiro/velocity/pull/705)
- Allow Velocity(document.querySelector("div"), ...) and similar calls (not specific checking for jQuery / Zepto wrapped) [`#714`](https://github.com/julianshapiro/velocity/issues/714)
- Add Auto-parameterised start and end values #697 [`#677`](https://github.com/julianshapiro/velocity/issues/677) [`#459`](https://github.com/julianshapiro/velocity/issues/459) [`#562`](https://github.com/julianshapiro/velocity/issues/562) [`#388`](https://github.com/julianshapiro/velocity/issues/388) [`#263`](https://github.com/julianshapiro/velocity/issues/263)
- Allow a value function to return a forcefeeding array. [`#639`](https://github.com/julianshapiro/velocity/issues/639)
- Ensure being and complete are called correctly for slide/fade effects [`#460`](https://github.com/julianshapiro/velocity/issues/460)
- Don't split out *-color properties when the start and end are functions [`#660`](https://github.com/julianshapiro/velocity/issues/660)
- Add inner / outer + Width / Height to get and set - handles box-sizing correctly [`#485`](https://github.com/julianshapiro/velocity/issues/485)
- Whitelist "loop" for RegisterEffect [`#654`](https://github.com/julianshapiro/velocity/issues/654) [`#655`](https://github.com/julianshapiro/velocity/issues/655)
- Allow Velocity(document.querySelector("div"), ...) and similar calls (not specific checking for jQuery / Zepto wrapped) Closes #714 [`#714`](https://github.com/julianshapiro/velocity/issues/714)
- Add Auto-parameterised start and end values #697 Fixes #677 Closes #459 Fixes #562 Fixes #388 Fixes #263 [`#677`](https://github.com/julianshapiro/velocity/issues/677) [`#459`](https://github.com/julianshapiro/velocity/issues/459) [`#562`](https://github.com/julianshapiro/velocity/issues/562) [`#388`](https://github.com/julianshapiro/velocity/issues/388) [`#263`](https://github.com/julianshapiro/velocity/issues/263)
- Allow a value function to return a forcefeeding array. Fixes #639 [`#639`](https://github.com/julianshapiro/velocity/issues/639)
- Ensure being and complete are called correctly for slide/fade effects Begin should only be called on first element and complete on last Fixes #460 [`#460`](https://github.com/julianshapiro/velocity/issues/460)
- Don't split out *-color properties when the start and end are functions Fixes #660 [`#660`](https://github.com/julianshapiro/velocity/issues/660)
- Add inner / outer + Width / Height to get and set - handles box-sizing correctly Closes #485 [`#485`](https://github.com/julianshapiro/velocity/issues/485)
- Whitelist "loop" for RegisterEffect Fixes #654, closes #655 [`#654`](https://github.com/julianshapiro/velocity/issues/654) [`#655`](https://github.com/julianshapiro/velocity/issues/655)
- Release v1.3.2 [`fbb5540`](https://github.com/julianshapiro/velocity/commit/fbb554026a8ad2c1069a8de55f13c4930b02ecdd)
- Fixes after #720 - more bad code that didn't work, plus optimisations and minification [`b0c6c3c`](https://github.com/julianshapiro/velocity/commit/b0c6c3c05063c4501818897b71f1c1a7737d5fb4)
- Update CONTRIBUTING.md [`f22ec01`](https://github.com/julianshapiro/velocity/commit/f22ec01bc11e114daab7d314af2fc7478794c379)

#### [v1.3.1](https://github.com/julianshapiro/velocity/compare/v1.3.0...v1.3.1)
> 21 September 2016
- Add hasOwnProperty() checks for badly extended Object prototype [`#541`](https://github.com/julianshapiro/velocity/issues/541)
- Add hasOwnProperty() checks for badly extended Object prototype Fixes #541 [`#541`](https://github.com/julianshapiro/velocity/issues/541)
- Update README.md [`631232f`](https://github.com/julianshapiro/velocity/commit/631232f892591d0e11a7130058505561d886bd84)
- Release v1.3.1 [`e4bc3f1`](https://github.com/julianshapiro/velocity/commit/e4bc3f1010ce78482f85288e66080a4f8e968476)
- Somehow missed updating the version numbers [`9731478`](https://github.com/julianshapiro/velocity/commit/9731478e101db5d6ac8b74910b993176dfaff7ce)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity-animate",
"version": "2.0.4",
"version": "2.0.5",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
Expand Down
2 changes: 1 addition & 1 deletion velocity.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion velocity.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion velocity.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion velocity.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion velocity.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// Automatically generated
export const VERSION = "2.0.4";
export const VERSION = "2.0.5";

0 comments on commit e70def1

Please sign in to comment.