Releases: infexious-dev/FluentUIEditableDetailsList
Releases · infexious-dev/FluentUIEditableDetailsList
v1.0.50
- Allowed filters to be exact matches
v1.0.49
- bug fix for Toggle control font sizes
v1.0.48
- Added "Toggle" control type
v1.0.47
- 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
- "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
- Extended customEditPanelColumns to show up in "Add Rows with Data"
v1.0.44
- "onRenderHeader" and "ariaLabel" now available for use from IColumns definitions.
v1.0.43
- Decimal type now has more stringent initial regex checks on validity, but now detects NaN value on data save out
v1.0.42
- 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
- Sorting via the columns will now be case insensitive.
- Clicking on "Cancel" when editing a row will no longer incorrectly internally reset filters applied.