Releases: nginformatica/flipper-ui
Releases · nginformatica/flipper-ui
0.25.6 - Fix PinInput - Zero Character
0.25.5 - Expose onPaste prop on TextField
0.25.4 - Update Pin Input component
0.25.3 - Create Pin Input component
What's Changed
- 0.25.3 - Create Pin Input component by @henriquemod in #262
Full Changelog: v0.25.2...v0.25.3
0.25.2 - Add TextField Select With Clear
0.25.1 - Add Select With Clear
0.25.0 - Add DataTable component #250
0.24.13 - Improved error handling on EditableTable component #247
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 thecolumns
object and not pass theerrors
array toEditableTable
component. - Added a more specific example using that new approach.
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.