This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
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-beautify
instead ofgulp-prettify
due 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
TypeError
being 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
change
event 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.