Skip to content

Releases: nginformatica/flipper-ui

0.24.10 - Positioning the EditableTable's MaskField always on the right

21 Jul 21:25
c3890fb
Compare
Choose a tag to compare

Fixes

  • Aligned the MaskField of the EditableTable 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

07 Jul 14:27
bcaa7dc
Compare
Choose a tag to compare

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

31 May 12:20
d004161
Compare
Choose a tag to compare

FIxes:

  • Pass only id and nameattributes instead all the props to Switch and CheckBox material-ui components;
  • Improve CheckBox examples.

0.24.7 - Create a specific helper warper for the ExpansionPanel component

26 May 19:10
ec3a887
Compare
Choose a tag to compare

##Improvements:

  • Add a specific ExpansionPanelHeaderWrapper on the ExpansionPanel component instead use the generic wrapper;
  • Propagated the default props to the CheckBox componet.

0.24.5 - Added helper button on the CheckBox component

26 May 15:05
bcd5239
Compare
Choose a tag to compare

Features:

  • Added the default helper button option on the CheckBox component (switch mode also). It's necessary to pass the onHelperClick as prop in the CheckBox 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 on TextField, CheckBox and ExpansionPanel.

0.24.1 - Fixing ChipField props types

18 Jan 20:12
92bd1f4
Compare
Choose a tag to compare

Fixes:

  • Use the correct type functions for onDelete and OnAdd props;
  • Use 4 spaces identation instead 2;

Improvements:

  • Changed the style pattern of ChipField to take the TextField component's sytle.

0.24.0 - Added the ChipField component

15 Jan 22:27
4f1dc5f
Compare
Choose a tag to compare
  • 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

19 Nov 20:50
1adc80d
Compare
Choose a tag to compare
  • 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.

0.23.0 - Export types from autocomplete and remove unused component

09 Nov 18:04
7b61cbc
Compare
Choose a tag to compare
  • Remove AutocompleteNew
  • Export several types from autocomplete

0.22.23 - Removed, temporarily, Props from docz mdx

06 Nov 16:54
dfed59d
Compare
Choose a tag to compare

Fixed some examples that crash application.