New
1.2.0
Fixed
- #92 Checkboxes can now be used within the Pivot component
- #131 All CSS, JS, and component files now include the current version number
- #136 RadioButton now works in Internet Explorer, and custom events throughout are supported with a new polyfill
- #137 Build system now uses
gulp-beautifyinstead ofgulp-prettifydue to problems installing from behind a proxy - #154 The Panel's close button now works consistently, every time
- #158 Closing a Callout no longer results in a
TypeErrorbeing thrown - #151 Dropdown now works without errors in Firefox
- #160 Selection of a month in the DatePicker now works in IE and Edge
- #163 TextField now focuses correctly, even when it has placeholder text
- #162 PeoplePicker remove button works correctly
- #162 PeoplePicker user images are now circles rather than ovals
- #168 CheckBox correctly fires the
changeevent when it, well, changes - #167 Multiple Callouts can be created now that ContextualHost handlers are removed correctly
Changed
- #173 The 'Fabric Template Library', which was never fully implemented and lead to increased file size and confusion, has been removed. No component functionality has been lost.
Documentation
- #117 Add link to Trello requests board in README
- #119 Fix link to contribution guide
- #124 Better documentation of the current version in README
- #128, #129, #135 Updated links to the CDN
- #161 Fixed a typo in the README
- #172 Dialog code sample formatting fixed