This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
5.0.0
Breaking Changes
- #825 Updated responsive mixins (e.g.
ms-u-mdPull2()
) to include the media queries that make them work correctly. You likely weren't using these mixins, as they didn't function correctly, but to be on the safe side we are bumping Fabric Core to 5.0.0 with this change.
New
- #815 Variables can now be more easily overridden using the
!default
feature of SCSS - #823 A new
ms-BrandIcon
component makes it easy to include branded icons that look right on any device. Documentation will be available on the brand icons page soon. - #828 Added new icons.
- #828 Our method for changing icons for right-to-left (RTL) users has changed. We now automatically substitute different icons where necessary, rather than flipping the icons using CSS.
Changed
- #822 Updated gulp-lintspaces to version 0.5.0
- #812 Updated typescript to version 2.0.3
- #829, #830 Updated gulp-typescript to version 3.1.1
- #831 Updated gulp-tslint to version 6.1.3
- #828, #833 The Segoe UI web font, icon font, and brand icons are now located in a new CDN location. This version of Fabric Core will also be published there and the Fabric website will be updated soon with new instructions. All files that were previously available on the old CDN will remain there, so there is no need to worry about apps using previous versions of Fabric.
Removed/Deprecated
- #828 Deprecated two icon names that will be removed in a future release. You should replace
ms-Icon--DynamicsCRMLogo
withms-Icon--Dynamics365Logo
, andms-Icon--CarotRightSolid8
withms-Icon--CaretRightSolid8
.