Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@dimsemenov dimsemenov released this 20 Feb 09:15
· 15 commits to master since this release
  • Dropped built-in fast-click support in favor of modern touch-action property. If you still need it in browsers that have 300ms delay, use FastClick by FT Labs.
  • Dropped basic IE7 support (if you still need to support old IE, keep using the previous version).
  • Sanitized attributes with jQuery when replacing img element (#770 via @makkaq).
  • Added 'style' property to package.json (#816 via @jonscottclark).
  • Removed vendor prefixes for box-sizing and box-shadow (via @chicagoing).