Skip to content

Releases: infexious-dev/FluentUIEditableDetailsList

v1.0.50

19 Nov 13:15
Compare
Choose a tag to compare
  • Allowed filters to be exact matches

v1.0.49

08 Nov 04:49
Compare
Choose a tag to compare
  • bug fix for Toggle control font sizes

v1.0.48

08 Nov 01:58
Compare
Choose a tag to compare
  • Added "Toggle" control type

v1.0.47

07 Nov 05:52
Compare
Choose a tag to compare
  • Date Picker controls will no longer set the date to Jan 1 1970 if empty, null, or undefined when editing. Adding rows with data now present a blank date picker.

v1.0.46

01 Nov 10:45
Compare
Choose a tag to compare
  • "Save" command bar button now has class of "commandbar-save".
  • "Reset" command bar button now has class of "commandbar-reset".
  • Dropdown widths are now 100% of the column width.
  • Font sizes on the grid are now set to '0.8571428571428571em' to allow for dynamic scaling.

v1.0.45

14 Sep 02:02
Compare
Choose a tag to compare
  • Extended customEditPanelColumns to show up in "Add Rows with Data"

v1.0.44

13 Sep 04:50
Compare
Choose a tag to compare
  • "onRenderHeader" and "ariaLabel" now available for use from IColumns definitions.

v1.0.43

29 Aug 02:22
Compare
Choose a tag to compare
  • Decimal type now has more stringent initial regex checks on validity, but now detects NaN value on data save out

v1.0.42

26 Aug 23:16
Compare
Choose a tag to compare
  • Added a global edit check that feeds off of "rowCanEditCheck". If all items are not editable by the user, all editing functionality isn't even shown to the user.
  • Bug fix for centre alignment on the "Actions" column.

v1.0.41

06 Aug 01:17
Compare
Choose a tag to compare
  • Sorting via the columns will now be case insensitive.
  • Clicking on "Cancel" when editing a row will no longer incorrectly internally reset filters applied.