Skip to content

Commit e70def1

Browse files
committed
2.0.5
1 parent 2bdd7c1 commit e70def1

File tree

9 files changed

+28
-37
lines changed

9 files changed

+28
-37
lines changed

CHANGELOG.md

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,20 @@ All notable changes to this project will be documented in this file. Dates are d
33

44
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55

6-
#### [v2.0.4](https://github.com/julianshapiro/velocity/compare/v2.0.3...v2.0.4)
7-
> 28 May 2018
8-
- Caching is disabled for scrollTop/Left so don't loop [`#866`](https://github.com/julianshapiro/velocity/issues/866)
9-
- Expose Velocity().promise for use in Promise.all() etc [`#868`](https://github.com/julianshapiro/velocity/issues/868)
10-
- Consistent getPropertyValue for width / height [`#860`](https://github.com/julianshapiro/velocity/issues/860) [`#861`](https://github.com/julianshapiro/velocity/issues/861)
11-
- Version 2.0.4-beta [`86a918e`](https://github.com/julianshapiro/velocity/commit/86a918e723c1b15f423a4e6f40bea86bb66f61e7)
12-
- Add auto-changelog [`488a2a5`](https://github.com/julianshapiro/velocity/commit/488a2a505a6f6a6dc16e4c3711251e276b140d97)
13-
- Safer way to check for empty patterns [`3318f13`](https://github.com/julianshapiro/velocity/commit/3318f13eaf7253ec0306fb155be3348c76e1dac7)
14-
156
#### [v2.0.3](https://github.com/julianshapiro/velocity/compare/v2.0.2...v2.0.3)
167
> 27 May 2018
178
- Refactor as ES6 to build on RollupJS [`#873`](https://github.com/julianshapiro/velocity/pull/873)
18-
- Polyfill for Object.assign [`#855`](https://github.com/julianshapiro/velocity/issues/855)
9+
- Polyfill for Object.assign Fixes #855 [`#855`](https://github.com/julianshapiro/velocity/issues/855)
1910
- Fix package-lock.json [`9092f18`](https://github.com/julianshapiro/velocity/commit/9092f1870569fc58d7c6b087dc22c23dfa5098a0)
2011
- Version 2.0.3 [`a263bb8`](https://github.com/julianshapiro/velocity/commit/a263bb8489930f58aa0bf79b3a8193e9a566d857)
2112
- Update CDN links in readme [`c17a6a3`](https://github.com/julianshapiro/velocity/commit/c17a6a341cfaee405515bdedd5993853de2bca51)
2213

2314
#### [v2.0.2](https://github.com/julianshapiro/velocity/compare/v2.0.1...v2.0.2)
2415
> 4 March 2018
25-
- The correct name for the requireJS package is "velocity-animate" [`#768`](https://github.com/julianshapiro/velocity/issues/768)
26-
- 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)
27-
- Make note of load order and extending other libraries [`#828`](https://github.com/julianshapiro/velocity/issues/828)
28-
- 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)
16+
- The correct name for the requireJS package is "velocity-animate" Closes #768 [`#768`](https://github.com/julianshapiro/velocity/issues/768)
17+
- 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)
18+
- Make note of load order and extending other libraries Closes #828 [`#828`](https://github.com/julianshapiro/velocity/issues/828)
19+
- 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)
2920
- Version 2.0.2-beta [`30ee65e`](https://github.com/julianshapiro/velocity/commit/30ee65ec047b440842ba0e6ae75dd48223547007)
3021
- Highlighted the documentation for V2 [`007e977`](https://github.com/julianshapiro/velocity/commit/007e977cb1fc3025f42c16f9cf05de19b9da294d)
3122

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

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

7768
#### [v1.4.1](https://github.com/julianshapiro/velocity/compare/v1.4.0...v1.4.1)
7869
> 17 December 2016
79-
- 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)
80-
- Share remaining duration between all remaining parts of an effect, allow 0 duration. [`#726`](https://github.com/julianshapiro/velocity/issues/726)
81-
- Fix for "0" in an auto-parameter value [`0ee450d`](https://github.com/julianshapiro/velocity/commit/0ee450df15b8b3c248f3911733e6b40a55357c1a)
70+
- 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)
71+
- Share remaining duration between all remaining parts of an effect, allow 0 duration. Fixes #726 [`#726`](https://github.com/julianshapiro/velocity/issues/726)
72+
- 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)
8273
- Release v1.4.1 [`e745208`](https://github.com/julianshapiro/velocity/commit/e745208c390a4a2d444b9441ced8115698a704bd)
8374
- Make version numbers link to changelog [`4b6beab`](https://github.com/julianshapiro/velocity/commit/4b6beabf20ff463de8934b7956d238ab16ff754d)
8475

@@ -87,8 +78,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
8778
- Update version numbers in README [`#731`](https://github.com/julianshapiro/velocity/pull/731)
8879
- Pause and Resume commands implemented and tested. [`#718`](https://github.com/julianshapiro/velocity/pull/718)
8980
- Select correct ticker function during initialization [`#725`](https://github.com/julianshapiro/velocity/pull/725)
90-
- Add pause/resume, disable global test as it breaks other tests. Cleanup test code slightly. [`#718`](https://github.com/julianshapiro/velocity/issues/718)
91-
- Auto parameters now accept unit changes and any colour names. [`d81e17a`](https://github.com/julianshapiro/velocity/commit/d81e17a63c6c83b72409f437eb1de29fc379a2d1)
81+
- 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)
82+
- 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)
9283
- Update README.md [`170c4f5`](https://github.com/julianshapiro/velocity/commit/170c4f5a70961bee175a2eafd32174a069a4ff8b)
9384
- v1.4.0 - CDN links TODO when updated [`139de8b`](https://github.com/julianshapiro/velocity/commit/139de8b51e7a94cf69a1005354476a61112bd832)
9485

@@ -100,20 +91,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
10091
- Fix typo [`#712`](https://github.com/julianshapiro/velocity/pull/712)
10192
- Add editorconfig. See #706 for more. [`#707`](https://github.com/julianshapiro/velocity/pull/707)
10293
- Improving Readme, fix #704 [`#705`](https://github.com/julianshapiro/velocity/pull/705)
103-
- Allow Velocity(document.querySelector("div"), ...) and similar calls (not specific checking for jQuery / Zepto wrapped) [`#714`](https://github.com/julianshapiro/velocity/issues/714)
104-
- 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)
105-
- Allow a value function to return a forcefeeding array. [`#639`](https://github.com/julianshapiro/velocity/issues/639)
106-
- Ensure being and complete are called correctly for slide/fade effects [`#460`](https://github.com/julianshapiro/velocity/issues/460)
107-
- Don't split out *-color properties when the start and end are functions [`#660`](https://github.com/julianshapiro/velocity/issues/660)
108-
- Add inner / outer + Width / Height to get and set - handles box-sizing correctly [`#485`](https://github.com/julianshapiro/velocity/issues/485)
109-
- Whitelist "loop" for RegisterEffect [`#654`](https://github.com/julianshapiro/velocity/issues/654) [`#655`](https://github.com/julianshapiro/velocity/issues/655)
94+
- 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)
95+
- 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)
96+
- Allow a value function to return a forcefeeding array. Fixes #639 [`#639`](https://github.com/julianshapiro/velocity/issues/639)
97+
- 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)
98+
- Don't split out *-color properties when the start and end are functions Fixes #660 [`#660`](https://github.com/julianshapiro/velocity/issues/660)
99+
- Add inner / outer + Width / Height to get and set - handles box-sizing correctly Closes #485 [`#485`](https://github.com/julianshapiro/velocity/issues/485)
100+
- Whitelist "loop" for RegisterEffect Fixes #654, closes #655 [`#654`](https://github.com/julianshapiro/velocity/issues/654) [`#655`](https://github.com/julianshapiro/velocity/issues/655)
110101
- Release v1.3.2 [`fbb5540`](https://github.com/julianshapiro/velocity/commit/fbb554026a8ad2c1069a8de55f13c4930b02ecdd)
111102
- Fixes after #720 - more bad code that didn't work, plus optimisations and minification [`b0c6c3c`](https://github.com/julianshapiro/velocity/commit/b0c6c3c05063c4501818897b71f1c1a7737d5fb4)
112103
- Update CONTRIBUTING.md [`f22ec01`](https://github.com/julianshapiro/velocity/commit/f22ec01bc11e114daab7d314af2fc7478794c379)
113104

114105
#### [v1.3.1](https://github.com/julianshapiro/velocity/compare/v1.3.0...v1.3.1)
115106
> 21 September 2016
116-
- Add hasOwnProperty() checks for badly extended Object prototype [`#541`](https://github.com/julianshapiro/velocity/issues/541)
107+
- Add hasOwnProperty() checks for badly extended Object prototype Fixes #541 [`#541`](https://github.com/julianshapiro/velocity/issues/541)
117108
- Update README.md [`631232f`](https://github.com/julianshapiro/velocity/commit/631232f892591d0e11a7130058505561d886bd84)
118109
- Release v1.3.1 [`e4bc3f1`](https://github.com/julianshapiro/velocity/commit/e4bc3f1010ce78482f85288e66080a4f8e968476)
119110
- Somehow missed updating the version numbers [`9731478`](https://github.com/julianshapiro/velocity/commit/9731478e101db5d6ac8b74910b993176dfaff7ce)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocity-animate",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Accelerated JavaScript animation.",
55
"keywords": [
66
"velocity",

velocity.es5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

velocity.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

velocity.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

velocity.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

velocity.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
// Automatically generated
8-
export const VERSION = "2.0.4";
8+
export const VERSION = "2.0.5";

0 commit comments

Comments
 (0)