Releases: nginformatica/flipper-ui
Releases · nginformatica/flipper-ui
0.24.12 - Fixed default font on rowStyle in EditableTable component
Fixes
- Pass a default
fontFamily
(Roboto) asrowStyle
prop toEditableTable
to avoid fonts inheritance issues (mbrn/material-table#2080).
0.24.11 - Changed to optional the row edit cancel functions on EditableTable component
Fixes:
- Altered the props onRowAddCancelled and onRowUpdateCancelled to optional in order to avoid errors/warns.
0.24.10 - Positioning the EditableTable's MaskField always on the right
Fixes
- Aligned the
MaskField
of theEditableTable
component on the right with the column title.
Improvements
- Moved the localization object to a function
getLocalization
, created a file for that function on the new lib directory.
0.24.9 - EditableTable component improvements
Features:
- Updated the material-table dependency to the last version;
- Changes on data add/update of the
EditableTable
in order to keep the row opened if input errors happens; - Added more use examples of
EditableTable
component.
0.24.8 - Remove the props spread to Switch and CheckBox components
FIxes:
- Pass only
id
andname
attributes instead all the props toSwitch
andCheckBox
material-ui components; - Improve
CheckBox
examples.
0.24.7 - Create a specific helper warper for the ExpansionPanel component
##Improvements:
- Add a specific
ExpansionPanelHeaderWrapper
on theExpansionPanel
component instead use the generic wrapper; - Propagated the default
props
to theCheckBox
componet.
0.24.5 - Added helper button on the CheckBox component
Features:
- Added the default helper button option on the
CheckBox
component (switch mode also). It's necessary to pass theonHelperClick
as prop in theCheckBox
for render it correctly; - Added option that allow the positioning of the helper button on the
ExpansionPanel
component; - Added some examples for these two cases above.
Improvements:
- Created the
HelperButton
component that can be used on all the fields in the future. For now, it's used only onTextField
,CheckBox
andExpansionPanel
.
0.24.1 - Fixing ChipField props types
Fixes:
- Use the correct type functions for
onDelete
andOnAdd
props; - Use 4 spaces identation instead 2;
Improvements:
- Changed the style pattern of
ChipField
to take theTextField
component's sytle.
0.24.0 - Added the ChipField component
- material-ui-chip-input dependency added.
- ChipField component and his example created;
0.23.1 - Allowed the disable add button prop on Editable Table component
- Added disableAddHeader prop, to disable the Add button on table's header.
- Allowed the errors prop that receive a list of errors when the values of fields are changed.