Skip to content

Releases: OfficeDev/office-ui-fabric-core

9.3.0

05 Dec 04:47
Compare
Choose a tag to compare

New

  • #1069 Adds a new ms-background-position() mixin, which outputs left-to-right and right-to-left styles for the background-position property.
  • #1071, #1074 Add 26 new icons. 🌶
  • #1070 Improves accessibility by wrapping animations in the prefers-reduced-motion media query. This allows users to opt-out of animations, which is especially important for those with vestibular disorders. You can read more about the media query on CSS-Tricks.

Deprecated

  • #1074 Deprecates the HumanResources icon. This will be removed in an upcoming major release.

Documentation

  • #1065 Updates the NuGet package documentation to comply with Microsoft's new publishing policies.

9.2.0

14 Nov 17:37
Compare
Choose a tag to compare

New

  • #1060: Updates to version 2.55 of the icon font, adding 55 new icons. 🎉

Fixed

  • #1057: Fixed a typo in the icons.json data file. 🖊

9.1.0

26 Oct 19:41
Compare
Choose a tag to compare

New

  • #1046: Adds background and border hover color classes that were missing in previous releases, such as .ms-bgColor-orange--hover.
  • #1049: Updates the icons, adding a new WaffleOffice365 icon.
  • #1050: Updates the icons, adding 80 news icons.
  • #1052: Adds a bold font weight for Segoe UI.

Changed

  • #1047: Removes two translucent color variables. This is not considered a breaking change as the variables were never used within Fabric or documented for use.

Removed/Deprecated

  • #1050: Renames two icons: StoreLogo to StoreLogo16 and StoreLogoMed to StoreLogoMed20. The previous names are supported in this version but will be removed in a future release.

9.0.0

12 Oct 22:33
Compare
Choose a tag to compare

Breaking Changes

#1043 Removes 11 icons that are no longer included with Fabric Core.

8.1.0

11 Oct 16:50
Compare
Choose a tag to compare

New

  • #1033: Adds new mixins for applying styles within min-width and max-width media queries. For example, ms-screen-md-upand ms-screen-xl-down.
  • #1040: Updates the icon font to version 2.51, which includes 18 new icons.

Fixed

  • #1036: Ensures that textarea elements inherit the correct font family when placed inside the .ms-Fabric wrapper class.
  • #1039: Fixes a bug where the ms-textAlignCenter class was not centering text.

Removed/Deprecated

  • #1035: Removes the undocumented font weight hover classes.
  • #1034: Removes the borderColorTop-themePrimary classes and mixin, which were added by special request years ago and were never documented.
  • #1039: The ms-textAlign() mixin (not to be confused with the ms-text-align() directionality mixin) has been deprecated and will be removed in a future release. This mixin was never documented and has only been used internally.

8.0.0

29 Sep 14:59
Compare
Choose a tag to compare

Breaking Changes

#1029 Removes fabric.rtl.css, the separate right-to-left (RTL) stylesheet, and places those styles alongside the left-to-right (LTR) styles. For the correct styles to apply, you must set a direction on the parent element of any Fabric classes. The most common place to do this is on the html element, like so:

<html dir='ltr' ... >

or

<html dir='rtl' ... >

This is all that is required to switch modes between LTR and RTL. Fabric will automatically update "flip" the grid layout, directional icons (e.g. arrows), animations, and more. If your application supports multiple languages/locales, please consider making this small change to improve the experience for users reading right-to-left scripts.

Documentation

#1026 Improved the Markdown formatting of the building documentation.

7.3.0

19 Sep 15:33
Compare
Choose a tag to compare

New

  • #1017: Updated MDL2 icons to version 2.47, which adds ~118 new icons.

Fixed

  • #1011: Updated three theme colors to match design guidance. The color variable names remain the same, but the hex values have changed.

Deprecated

  • #1017: Renamed 11 icons.

7.2.0

27 Jul 21:37
Compare
Choose a tag to compare

New

  • #994 Update to version 2.35 of the icon font, which adds 7 new icons.

7.1.2

13 Jun 23:34
Compare
Choose a tag to compare

Fixed

  • #991 Adds 'Segoe UI' back to the font fallbacks list. Although this font is not available on all systems, it is the preferred fallback when the web fonts don't load. A previous PR (#966) removed it from the font stacks as a primary font, but neglected to add it as a fallback.

7.1.1

11 Jun 18:59
Compare
Choose a tag to compare

This release is purely for npm, where the dist/sass folder was not included during publish.