Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@mikewheaton mikewheaton released this 16 Aug 20:25

New

  • #773: The presence icons for Skype have been added to the icon set.

Fixed

  • #764: For those using Bower to consume Fabric, an issue has been fixed that may have generated a warning previously.
  • #765: We've changed how the minified (fabric.min.css) version of Fabric is generated so that animations now work correctly.
  • #772: The input-placeholder() mixin has been updated to properly output browser-prefixed versions of the class.

Changed

  • #776: The icon size (e.g. ms-Icon--xs) classes have been moved to Fabric.Icons.Output.scss and new mixins have been added to _Fabric.Icons.scss. This follows our pattern for all classes where it's possible to import the mixins/variables to a project without outputting any CSS directly.
  • #762: Travis will no longer send success/failure emails after building a branch.

Removed

  • #777: Variables for high-contrast link colors have been removed. These are not necessary, as the browser already applies color to links in high-contrast mode.

Documentation