Skip to content

Releases: nginformatica/flipper-ui

0.25.6 - Fix PinInput - Zero Character

08 Jun 11:29
88c2d03
Compare
Choose a tag to compare

What's Changed

  • 0.25.6 - Fix PinInput - Zero Character in #265

Full Changelog: v0.25.5...v0.25.6

0.25.5 - Expose onPaste prop on TextField

12 May 11:37
d91a527
Compare
Choose a tag to compare

What's Changed

  • 0.25.5 - Expose onPaste prop on TextField in #264

Full Changelog: v0.25.4...v0.25.5

0.25.4 - Update Pin Input component

09 May 13:07
9399390
Compare
Choose a tag to compare

What's Changed

  • 0.25.4 - Update Pin Input component in #263

Full Changelog: v0.25.3...v0.25.4

0.25.3 - Create Pin Input component

06 May 18:18
597705b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.2...v0.25.3

0.25.2 - Add TextField Select With Clear

08 Feb 17:31
6a53791
Compare
Choose a tag to compare

Added to TextField component option to show a clear button, allowing user to clear the input without having to manually setting it to an empty option

image

0.25.1 - Add Select With Clear

03 Feb 16:53
fc56b67
Compare
Choose a tag to compare

Added to Select component option to show a clear button, allowing user to clear the input without having to manually setting it to an empty option

image

0.25.0 - Add DataTable component #250

27 Oct 18:17
cfbbf65
Compare
Choose a tag to compare

A new component for DataTable, with pagination, controller and columns suporting text, number and datetime
image

0.24.13 - Improved error handling on EditableTable component #247

09 Sep 13:37
aa50eef
Compare
Choose a tag to compare

Improvements:

  • Used the material-table error handling beside the custom error handler on numeric and date fields;
  • To use it, it's necessary add the field validate on the columns object and not pass the errors array to EditableTable component.
  • Added a more specific example using that new approach.

0.24.12 - Fixed default font on rowStyle in EditableTable component

17 Aug 13:36
61f57cc
Compare
Choose a tag to compare

Fixes

  • Pass a default fontFamily (Roboto) as rowStyle prop to EditableTable to avoid fonts inheritance issues (mbrn/material-table#2080).

0.24.11 - Changed to optional the row edit cancel functions on EditableTable component

09 Aug 14:12
e1619e1
Compare
Choose a tag to compare

Fixes:

  • Altered the props onRowAddCancelled and onRowUpdateCancelled to optional in order to avoid errors/warns.