All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
10 June 2018
- Grab Promise in a try/catch
#875
- Get default duration if none set in arguments
#874
- Caching is disabled for scrollTop/Left so don't loop
#866
- Expose Velocity().promise for use in Promise.all() etc
#868
- Consistent getPropertyValue for width / height
#860
#861
- Lock down some publicly accessible structures
acb2bd5
- Add Stagger and Drag options back - available for all animations
6b961de
- Ensure default delay, fix "pattern" error, create callback for options to use
2bdd7c1
27 May 2018
- Refactor as ES6 to build on RollupJS
#873
- Polyfill for Object.assign
#855
- Fix package-lock.json
9092f18
- Version 2.0.3
a263bb8
- Update CDN links in readme
c17a6a3
4 March 2018
- The correct name for the requireJS package is "velocity-animate"
#768
- Fixes and updates in preparation for new sequence code
#849
#845
#839
- Make note of load order and extending other libraries
#828
- Shortcut for Object.create(null), Fix unit adding for some css styles and move into normalization code.
794d15c
- Version 2.0.2-beta
30ee65e
- Highlighted the documentation for V2
007e977
11 February 2018
- Version 2.0.1
24bf716
- Optimise "reverse" command, make use of built-in reverse flag
4d39bfa
- Update package dependencies
58f640c
1 February 2018
- Add a legacy readme, make sure we're using the latest Typescript, make sure npm's package-lock.json is included
5182912
- Comment updates and and changes doc
e26106a
- While documenting realised that the timeStart argument to a progress callback is now too different, and that the activeCall argument was not listed in the typedef file.
69c7e44
6 January 2018
- Fix crash on queue stop
#830
- Update jsDelivr links
#799
- Add "window" to access to the 'navigator' property
#803
- Correct the initialization of the variable "firstTick" in the tick handler
#827
- Add support for global fps limiting
#818
- Release 1.5.1
6dd28a2
- Update tick.ts
ed4634b
- Update tick.ts
ff6a8c5
18 March 2017
- Fix 2 issues breaking IE8 compatibility
#764
- Prevent console.log error in IE9 or less
#756
- IE9 sometimes checks again window which can have length 0
#757
- Fix performance.now() polyfill
#763
- Code cleanup, add [].includes() shim, fix JSHint warnings
4184d8e
- Release 1.5.0
9f4aacd
- Update CDN links
c8eb3e6
16 February 2017
- Typo cloned->clone, Fixes #749
#749
- Release 1.4.3
8c3d003
- Allow auto-parameters to support negative numbers (literally just missing a "-" in the RegExp)
465e84c
30 January 2017
- Fix IE8 lacking hasOwnProperty on window.performance. Fixes #738
#739
- IE8 can't [].slice.call(NodeList) etc, Fixes #742
#742
- Release 1.4.2
d2cdefd
17 December 2016
- Allow .isWrappped() to handle nodeLists and more wrapped types. FORM has a length and is not wrapped, so disallow Nodes
#723
- Share remaining duration between all remaining parts of an effect, allow 0 duration.
#726
- Fix for "0" in an auto-parameter value
0ee450d
- Release v1.4.1
e745208
- Make version numbers link to changelog
4b6beab
4 December 2016
- Update version numbers in README
#731
- Pause and Resume commands implemented and tested.
#718
- Select correct ticker function during initialization
#725
- Add pause/resume, disable global test as it breaks other tests. Cleanup test code slightly.
#718
- Auto parameters now accept unit changes and any colour names.
d81e17a
- Update README.md
170c4f5
- v1.4.0 - CDN links TODO when updated
139de8b
21 November 2016
- Fixed incorrect usage of nodeType
#720
- lost
var
definition#713
- Use window.document
#710
- Fix typo
#712
- Add editorconfig. See #706 for more.
#707
- Improving Readme, fix #704
#705
- Allow Velocity(document.querySelector("div"), ...) and similar calls (not specific checking for jQuery / Zepto wrapped)
#714
- Add Auto-parameterised start and end values #697
#677
#459
#562
#388
#263
- Allow a value function to return a forcefeeding array.
#639
- Ensure being and complete are called correctly for slide/fade effects
#460
- Don't split out *-color properties when the start and end are functions
#660
- Add inner / outer + Width / Height to get and set - handles box-sizing correctly
#485
- Whitelist "loop" for RegisterEffect
#654
#655
- Release v1.3.2
fbb5540
- Fixes after #720 - more bad code that didn't work, plus optimisations and minification
b0c6c3c
- Update CONTRIBUTING.md
f22ec01
21 September 2016
- Add hasOwnProperty() checks for badly extended Object prototype
#541
- Update README.md
631232f
- Release v1.3.1
e4bc3f1
- Somehow missed updating the version numbers
9731478
13 August 2016
- Fix durations set to 0 being ignored with Velocity UI
#483
- Fix animateParentHeight height calc when border-box
#504
- Update README.md
#615
- Fix severe hangs in tick() when overflowing 10,000 call compaction limit
#523
- forgot to bump actual version to 1.2.3
#600
- Remove jQuery dependency from package.json and bower.json
#618
- Cleanup cache properly
#646
- Correctly handle "html style" property names
#666
- Fix to Issue #675
#676
- Potential fix for: Uncaught TypeError: Cannot read property 'tweensCo…
#690
- Code cleanup (formatting and semi-colon use)
efe5795
- Add Gruntfile, strict mode, fixes for jshint - shouldn't break anything, but test properly
c3b9f01
- Allow infinite loop on counterclockwise rotateZ and any 360 degree loop
64c8f1e
26 September 2015
- Fix BrowserStack link.
#472
- "finishAll" functionality
d9cd60b
- Merging/building finishAll & versions bump
f28c610
- Update README.md
2a952e2
17 February 2015
- UI Pack Fixes
#413
#421
#435
#415
#407
- 5.0.3: Fix for e/p/o shorthands
#410
- publishing velocity tests
cc07cbd
- Update README.md
69e5793
- Update README.md
0b701fe
5 January 2015
5 January 2015
- Allow any version of jquery, don't need to specify github repo
#338
- 1.2.0
#293
#368
#396
#343
#321
#352
#317
#324
#371
- Update README.md
79821c8
- Update README.md
279b340
- Update README.md
e8f1121
18 September 2014
- 5.0.0
#288
- 1.1.0
#292
#285
#275
#299
- 5.0.0
#248
#296
- Update README.md
42af632
- Update bower.json
e917431
- Update package.json
e2f1075
28 August 2014
- 4.1.4
#272
- display: flex prefixing
#273
- Callbacks receive arrays.
#270
- Update README.md
04c68ca
- Update README.md
a12f5a4
- Update README.md
5db45e6
24 August 2014
- 0.11.9
#260
#265
#262
- Add examples for requirejs/r.js projects.
49f0ae9
- Fix AMD support. Tested with both builds, optimised and unoptimised.
3295176
- Update README.md
e7f4004
23 August 2014
- 0.11.8
#257
#260
#184
#262
- Update README.md
94885bd
- Update README.md
d9b6aa5
- Update README.md
b8a19b2
20 August 2014
18 August 2014
- Utility function w/ sequences fix
#247
#249
#208
- Update README.md
3a8e7a4
- Update README.md
052c0fe
- Update README.md
b2f77c1
15 August 2014
- Update README.md
#243
- Prevent transform auto-removal
#224
- Bug fixes
#232
#238
#239
#237
#246
- Update README.md
cb9745b
- Update README.md
03109eb
- Update README.md
31c42b7
12 August 2014
11 August 2014
- 0.11.1: Big Performance Boost
#178
#223
- Update README.md
edf8c5c
- Update README.md
6d875c1
- Update README.md
f483765
10 August 2014
- 0.11.0
#229
- Future shim support
8959193
- Update README.md
1d1ec13
- Module loader clarification
f926248
4 August 2014
30 July 2014
- Infinite looping
#175
#207
- Update README.md
f9be38d
- Update README.md
22a014f
- Update README.md
eb48d87
23 July 2014
- Upgrades
#194
#179
#183
#196
#199
#201
#181
#202
- Version Update
69e3758
- Update CONTRIBUTING.md
36e9d55
- Update README.md
6f403e1
16 July 2014
- 0.8.0
#181
#182
#177
#176
#159
- Update README.md
467e1f3
- Update README.md
7bbd156
- Update README.md
ca4097c
13 July 2014
- :animating and transform value removal
#172
#155
- Ability to transition inline elements
#173
- Update README.md
e88a4eb
- Update README.md
0e8e7b0
- Update README.md
178de4c
11 July 2014
- Visibility Toggling
#9
#164
#163
#162
- Include minified files.
#166
- Include minified UI Pack in repo
e172be3
- Update README.md
edb0023
10 July 2014
10 July 2014
10 July 2014
- Default display toggling
#146
#157
- animateParentHeight Fix
53f2d03
- Update README.md
946ed3f
- Update README.md
8c8b913
8 July 2014
- Promises Support
#153
#110
#143
#95
#156
- Promises Support
8933ab4
- JSON version updates
3e1ec95
- Version update
92cc9d7
3 July 2014
- Custom Effects + Improvements
#132
#129
#94
#136
- Implemented Promises support
6334862
- Changed rejecting on stop with resolving
66f521c
- Update README.md
893cd9d
1 July 2014
- 3D SVG Support
#137
#134
#139
- fix #134 unhandled console.log in IE
#134
- Comment Modifications
#133
- Update README.md
4e89b84
- Update CONTRIBUTING.md
4df3e0a
- Update CONTRIBUTING.md
28d29f2
28 June 2014
- SVG Animation Support
#74
- Update README.md
637bf59
- Update README.md
56cce96
- Update README.md
b70ac06
20 June 2014
19 June 2014
15 June 2014
13 June 2014
-
- SO link for help
#107
- SO link for help
- Add option to set a custom display value on complete.
#103
- Closes #109.
#109
- Update README.md
af5714d
- Update README.md
956d75f
- Update README.md
420940e
5 June 2014
- Closes #76.
#76
5 June 2014
- Closes #97.
#97
- Fixed an issue with the AMD/CommonJS definition not working when jQuery/Zepto is also used.
73ea312
- RequireJS Optimizer Fix
1c9826d
- Update README.md
7e5624b
3 June 2014
- Closes #16. Android fixes.
#16
- Update README.md
d6091c4
- Update README.md
4440591
- Update README.md
e1b0842
3 June 2014
1 June 2014
30 May 2014
27 May 2014
- Update README.md
09749e5
23 May 2014
21 May 2014
19 May 2014
14 May 2014
- Fixes #59. Fixes #2. Closes #55.
#59
#2
#55
- Update README.md
871bb94
- Update README.md
b186cbe
- Update README.md
fa76d46
12 May 2014
- Back to the latest version
#4
- Remove dependency on jQuery $.easing object
#48
- Temporary jQuery-Less File Removal
b33a9c5
- Performance Boost + Framework Prep
4ee968b
- Performance Boost + Framework Prep
be98b76
6 May 2014
- Updated bower.json, addition of component.json
#33
- Getting back in sync
#3
- Contained Element Scrolling Support
#2
- Back to the latest version
#1
- Support for custom user sequences. Thanks to @jeffmicklos and @nmussy.
#22
- Added optional CDN support
#19
- Contained Element Scrolling Support
#26
- non-camelCased Property Support, bower.json
#27
- Remove Forced Class Extraction
#17
- Fixes #11
#11
- Fixes #1
#1
- Update README.md
0e226cb
- Update README.md
4c9bd3e
- Sequence Fixes and Packaged Sequences
e8ad8e4