Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Latest commit

 

History

History
60 lines (38 loc) · 3.49 KB

FAQ.md

File metadata and controls

60 lines (38 loc) · 3.49 KB

FAQ - Frequently Asked Questions

As we get commonly asked questions, we will post them here.


How has ngOfficeUiFabric Helped the Community?

In working on this library, the contributors have found and reported numerous bugs / issues within the Office UI Fabric project including these:

  • #262 - Version number in header of distribution CSS incorrect for 1.2.0 (says 1.1.3)
  • #281 & #325 - Progress Indicator's CSS not in main CSS distro
  • #283 - ContextualMenu header text out of alignment
  • #287 - Fix ContextualMenu animations
  • #292 - Design responsive behavior for tables
  • #302 - Label consisting of multiple words wrapped on each word
  • #316 - TextField: Placeholder interferes with input field hover
  • #328 - Large spinner misplaced
  • #336 - Datepicker does not work with pickadate @ 3.5.6
  • #346 - Hero button icon not centered
  • #389 - Remove content-specific classes from PersonaCard

What Version of Angular is Supported?

At the current time ngOfficeUiFabric supports Angular 1.5+.

What are the Plans for Angular 2 Support?

Angular 2 is absolutely on the roadmap!

ngOfficeUiFabric has full coverage of all the components in Office UI Fabric for Angular 1.5+. Once that's finished we will start on Angular 2.

What is the Release Schedule?

Generally speaking, as early & often as features & fixes warrant. Typically this means we cut a new release on a weekly basis.

What Dependencies does ngOficeUiFabric Have?

This library has only two dependencies:

  • Office UI Fabric's CSS

    This library only takes a dependency on the CSS for the Office UI Fabric. We are not using the jQuery sample extensions that the Office UI Fabric uses in their demos and samples. Instead we implement everything using vanilla JavaScript & Angular.

    In addition, because many CSS issues were solved in v2.*, we depend on the latest CSS libraries.

  • Angular 1.5+

    The library has been developed against Angular 1.5.x.

There is one exception to the dependencies above. The date picker component in the Office UI Fabric has a tight dependency on the pickadate.js library. Because this library is a jQuery plugin & the Office UI Fabric CSS is written for this plugin, when using our date picker component, you will need: