Skip to content

2.1.0

Compare
Choose a tag to compare
@mikewheaton mikewheaton released this 02 Mar 17:06

New

  • #370: Fabric's build system now allows you to generate "bundles" containing only the components you're using. This can reduce download size and improve performance. To get started, see the documentation on custom bundling.

Fixed

  • #326 and #335: Added missing imports for the ProgressIndicator and MessageBanner components, which are now included properly.
  • #337: The JavaScript for DatePicker has been updated to be compatible with Pickadate.js version 3.5.6. It reamins backwards compatible with earlier versions.
  • #344: Fixes the label position for the Toggle component.
  • #347: Centers the icon for a hero Button when used with an a rather than a button.
  • #352: Fixed display issues with multiple Spinner sizes, and adjusted the label position.
  • #353: The circle Persona no longer loses the circle effect while animating in Chrome.
  • #364: Descenders (e.g. letters q, g, p) in ListItem text are no longer cut off.
  • #387: A bug with the DatePicker where selecting a month could lock up the UI has been fixed.

Changed

  • #331: The recommended markup for ListItem is now li rather than div, encouraging semantic markup. This is not a breaking change – the old markup should continue to work.
  • #372: Three of our colors – themeSecondary, themeTertiary, and themeLight – have changed ever so slightly. No updates to your app should be required, as the guidance around using these colors remains the same.
  • #392: The NuGet package structure has been updates to match the capitalization conventions of similar NuGet packages such as Office.js.

Samples

  • #330: The form sample page, included when you download or build Fabric, now has a Dropdown component.