Skip to content

v1.2.2 Release

Compare
Choose a tag to compare
@zvuc zvuc released this 01 Jul 02:29
· 10 commits to master since this release

This release is comprised mostly of refactors of code to optimize for advanced imports.

  1. Adds new keyframes files that only include the keyframes and animation names as mixins. This can be useful when trying to import individual animations and keyframes only when needed.
  2. Refactors module files to import keyframe files instead of inlining directly. Compiled result will be the same so no risk of breaking backward compatibility.
  3. Removes .animated.infinite class because Tuesday does not serve any infinite-looping type animations.

Dropping support for legacy webkit browsers:
Starting from this version, the default pre-built CSS file does not include -webkit- prefixed keyframes and properties anymore. If you need support for older browsers (~Chrome 42, Safari 8, Blackberry Browser 10... See CanIUse for detailed browser chart) change the autoprefixer settings in gruntfile.js (the part where it says browser: ["last 3 versions", "ie 10"]) and build again.