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

1.2.0

Compare
Choose a tag to compare
@ericthompson ericthompson released this 07 Jan 00:17

Hey everyone!

We have been working really hard on adding useful features and improving Fabric in as many ways as we can. The community's feedback and contributions have been instrumental in making this happen :-)

This release contains the beginnings of Fabric moving over to SASS and sets the foundation for getting Fabric 100% converted. It also has a massive build overhaul (it's almost too fast), documentation updates, and a plethora of bug fixes. We'll be working extra hard over the next couple months to fix more bugs, reach out to the community, and get even more new components in. We really appreciate the help and support from everyone and we hope you will continue to do so as we improve and evolve the toolkit.

Breaking changes

  • #209 IE10, animation, and other fixes for Panel
  • #214 Update spinner math and removed unnecessary 16 spinner
  • #179 Add markup for DatePicker back into html

New

  • #249 Integrate Travis (configuration to come!)
  • #231 Add SASS converted files
  • #212 Added Error Banner component

Fixed

  • #254 Add ms-Icon SASS mixin that was missed during initial conversion
  • #248 Fix multiple select PersonaCard bug
  • #243 Fix NavBar jumping bug
  • #229 Fix Dropdown text wrapping bug
  • #228 Fix SearchBox label selection bug
  • #206 Fix CommandBar's extraneous slashes in a tags
  • #205 Fix PersonaCard's markup (extra divs removed)
  • #194 Fix JavaScript bug in DatePicker
  • #184 Fix annoying month bug in DatePicker
  • #182 Fix scrolling behavior for Dropdown on small screen sizes
  • #176 Fix multiple Dropdowns from being open at the same time
  • #175 Fix Dropdown so it pushes content rather than overlapping

Changed

  • #252 Update bower.json with main section
  • #240 Big build updates to increase speed, organization, and more
  • #234 Update Breadcrumb Design
  • #230 Add line-height normal to hero button to prevent borking with Office.css
  • #226 Update Panel commanding design for usability
  • #225 Update spinner design
  • #213 Update ProgressIndicator's name in json
  • #198 Update component links to an array so they can be sorted
  • #186 Extend DatePicker JavaScript to allow for deeper configuration
  • #177 Add truncation to text in PersonaCard
  • #173 Clean up NavBar spacing

Documentation/Samples

  • #242 Fix bugs in the tutorial
  • #207 Removed redundant documentation with new Fabric site
  • #202 Fix anchor links in documentation for samples
  • #191 Added documentation for gulp usage
  • #178 Fix how samples are built (specifically fixed DatePicker)