1- # Velocity 1.4.3
1+ # Velocity 1.5.0
22
33## Docs
44[ http://VelocityJS.org ] ( http://velocityjs.org )
@@ -18,14 +18,14 @@ NPM: https://www.npmjs.com/package/velocity-react
1818## Quickstart
1919### Velocity (CDN, choose one of them):
2020``` html
21- <script src =" //cdn.jsdelivr.net/velocity/1.4 /velocity.min.js" ></script >
22- <script src =" //cdnjs.cloudflare.com/ajax/libs/velocity/1.4.3 /velocity.min.js" ></script >
21+ <script src =" //cdn.jsdelivr.net/velocity/1.5 /velocity.min.js" ></script >
22+ <script src =" //cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0 /velocity.min.js" ></script >
2323```
2424
2525### Velocity UI pack (CDN, choose one of them):
2626``` html
27- <script src =" //cdn.jsdelivr.net/velocity/1.4 /velocity.ui.min.js" ></script >
28- <script src =" //cdnjs.cloudflare.com/ajax/libs/velocity/1.4.3 /velocity.ui.min.js" ></script >
27+ <script src =" //cdn.jsdelivr.net/velocity/1.5 /velocity.ui.min.js" ></script >
28+ <script src =" //cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0 /velocity.ui.min.js" ></script >
2929```
3030
3131> Please note that JSDelivr will automatically supply the latest release, while CloudFlare needs to ask for a specific version.
@@ -38,6 +38,7 @@ _bower:_ `bower install velocity`
3838Ask on [ StackOverflow] ( http://stackoverflow.com/tags/velocity.js ) (make sure you add the ` [velocity.js] ` and ` [javascript] ` tags).
3939
4040## Updates
41+ - ** [ 1.5] ( https://github.com/julianshapiro/velocity/compare/1.4.0...1.5.0 ) ** : Bugfixes, IE9 compatibility fixes.
4142- ** [ 1.4] ( https://github.com/julianshapiro/velocity/compare/1.3.0...1.4.0 ) ** : Pause / Resume (per element or global).<br >
4243Forcefed string animation (just have matching number spaces) including unit conversions and colour names (ie ` background:["rgba(red,0.1)", "blue"] ` ).
4344High resolution timers (animations should be slightly smoother).<br >
0 commit comments