All notable changes, updates, approved pull requests, etc will be noted here.
- Added CHANGELOG to better document changes
- Bumped version to account for recent updates since last version.
- PR #23 @cfv1000 Added bulk management for animation groups
- PR #26 @dennis-f Added
package.json
- PR #32 @blowsie Updated README formatting
- PR #33 @lougreenwood Added calc() for
$base-duration
multipliers
- Removed old vendor prefixes (-moz, -o) from all animations and mixin helper.
- Adding missing slide enter/exit animation modules.
- Removed Sass deprecation warnings about unquote().
- PR #17 @jmcnevin
- Fixed mixin issue with Firefox and IE adding quotes to the animation-name property.
- PR #11 @mcnasby fixed issue with animate filename.
- PR #9 @benhodgson87 Added new
Zoom
animations and made mixins DRYer. - Updating bower version.
- PR #8 @oller fixed issue with Libsass library and
fadeInDownBig
- PR #7 @lencioni Fixed issues with 3rd party framework Bourbon.
- Added override option of all variables.
- Made sass file a partial to be imported into projects stylesheet without generating a standalone css file.
- Removed base helper partial in favour of copying the css into projects sass stylesheet.
- Added bower support.
- Removed css source files.
- Restructured repo for better compatibility with user projects.
- Initial port of animate.css to Sass.