Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 411 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 411 Bytes

Changelog

0.1.4

  • Pull velocity.js from npm (velocity-animate) instead of bower. This lets users override the version of velocity.js that they're using by depending on it directly.

0.1.3

  • Moved library code under vendor so it will no longer fall under your app namespace. Import it like import { animate } from "vendor/liquid-fire"