Skip to content

Latest commit

 

History

History
201 lines (112 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

201 lines (112 loc) · 7.02 KB

Releases

1.9.0

Enhancements

  • Optimize bundle size for latest SPFx version due to Office UI Fabric specific versioning #136

Fixes

  • FieldLookupRenderer: Lookup dialog is empty #131
  • IFrameDialog: Unnecessary horizontal scroll in IFrame dialog #132
  • PeoplePicker: Suggested People not loading after first selection #134

1.8.0

Enhancements

  • PeoplePicker: Specify to hide or show the users/groups which are hidden in the UI #122
  • WebPartTitle: changing font-sizes on different resolutions #114
  • WebPartTitle: Added accessibility tags for web part title #121
  • ListView: Resizable columns - introduced a isResizable property #119
  • FieldNameRenderer double click support added #116
  • TaxonomyPicker: table markup changed to DIV #113
  • PeoplePicker: ability to specify the source site to load users from #110
  • TaxonomyPicker: Disable the terms which are set as deprecated or unavailable for tagging #109
  • PeoplePicker: Specify principle type to retrieve (users, groups, ...) #94

Fixes

  • FieldLookupRenderer: Fixed URL querystring params #126
  • IFrameDialog: dialog width is not correct in IE11 #118
  • PeoplePicker: fix freezes when typing in search values #117

1.7.0

Enhancements

  • PeoplePicker: added functionality to initialize the control with person(s) or group(s) #98
  • PeoplePicker: support for searching on contains #93
  • PeoplePicker: find user based on email address #95
  • Bundle size: statically reference Office UI Fabric components in the FieldRenderer controls #107

Fixes

  • FieldNameRenderer onClick does not suppress default link behavior #103

1.6.0

Enhancements

  • Disabled property for PeoplePicker #88

Fixes

  • New telemetry approach which allows you to use Application Insights #81
  • PeoplePicker property selectedItems not implemented? #90

1.5.0

New control(s)

  • New PeoplePicker control added #19

Enhancements

  • Added properties to the TaxonomyPicker to specify which terms are disabled/not-selectable #82

Fixes

  • Bug in TaxonomyPicker where values are not updated by an async change #83
  • FieldUserRenderer uses email prop for GetPropertiesFor #84
  • Fixed issue in single selection mode when all group items were selected in the ListView when user clicked on the group header #86

1.4.0

New control(s)

  • SecurityTrimmedControl control got added #74

Enhancements

  • Allow the TaxonomyPicker to also be used in Application Customizer #77
  • Add npm postinstall script to automatically add the locale config #78

Fixes

  • Icon not showing up in the Placeholder control #76

1.3.0

Enhancements

  • TaxonomyPicker control got added #22 #63 #64
  • ListPicker control got added #34

Fixes

  • Issue fixed when the optional selection property was not provided to the ListView #65

1.2.5

Fixes

  • Undo ListView item selection after items array updates #55

1.2.4

Enhancements

  • Hiding placeholder title on small zones

Fixes

  • iFrame dialog reference fix #52

1.2.3

Enhancements

  • Optimized telemetry so that it only pushes control data
  • WebPartTitle hide control completely when empty

1.2.2

Fixes

  • Fixes an issue sorting in the ListView control while items were selected. Indexes were not updated.

1.2.1

Fixes

  • FieldTaxonomyRenderer got fixed to support single and multiple values

1.2.0

New control(s)

  • Field controls are added to the project
  • IFrameDialog was added to the project

Fixes

  • Fixed theming in the WebPartTitle control

1.1.3

Fixes

  • FileTypeIcon icon fixed where it did not render an icon. This control should now works in SPFx extensions.

1.1.2

Enhancements

  • Improved telemetry with some object checks

Fixes

  • Fix for WebPartTitle control to inherit color

1.1.1

Enhancements

  • Removed operation name from telemetry

1.1.0

Enhancements

  • Telemetry added

1.0.0

New control(s)

  • WebPartTitle control got added

Enhancements

  • ListView control got extended with the ability to specify a set of preselected items.

Beta 1.0.0-beta.8

Fixes

  • Fix for the ListView control when selection is used in combination with setState.

Beta 1.0.0-beta.7

New control(s)

  • Grouping functionality added to the ListView control

Beta 1.0.0-beta.6

New control(s)

  • Initial release