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
- 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)
29
20
- Version 2.0.2-beta [`30ee65e`](https://github.com/julianshapiro/velocity/commit/30ee65ec047b440842ba0e6ae75dd48223547007)
30
21
- Highlighted the documentation for V2 [`007e977`](https://github.com/julianshapiro/velocity/commit/007e977cb1fc3025f42c16f9cf05de19b9da294d)
31
22
@@ -58,8 +49,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
58
49
- Prevent console.log error in IE9 or less [`#756`](https://github.com/julianshapiro/velocity/pull/756)
59
50
- IE9 sometimes checks again window which can have length 0 [`#757`](https://github.com/julianshapiro/velocity/pull/757)
- 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)
- 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)
- Make version numbers link to changelog [`4b6beab`](https://github.com/julianshapiro/velocity/commit/4b6beabf20ff463de8934b7956d238ab16ff754d)
84
75
@@ -87,8 +78,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
87
78
- Update version numbers in README [`#731`](https://github.com/julianshapiro/velocity/pull/731)
88
79
- Pause and Resume commands implemented and tested. [`#718`](https://github.com/julianshapiro/velocity/pull/718)
89
80
- 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)
- 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 #697Fixes #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)
- Fixes after #720 - more bad code that didn't work, plus optimisations and minification [`b0c6c3c`](https://github.com/julianshapiro/velocity/commit/b0c6c3c05063c4501818897b71f1c1a7737d5fb4)
0 commit comments