Releases: nginformatica/flipper-ui
Releases · nginformatica/flipper-ui
v0.31.5 - Remove emojis from TextField
major change:
- add a regex validation for emojis and remove them if typed on TextField component.
v0.31.4 - Adjust of the unit tests
- the tests for all the components were analysed;
- tests were created for components that did not have tests;
- all components have a snapshot, except the table components, because with each rendering, the class of the table material changes, thus always requiring a new snapshot.
v0.31.3 - Removed the navigator input tooltip
- remove navigator input tooltip;
- resolve eslint warnings;
- general code refact;
- adjust release version.
v0.31.1 - Feature input characters conter
feat: add input characters counter
v0.31.0
feat:
- created data-table field componet;
- applied lint and prettier patterns.
v0.30.10 - Help icon color
- Fixed help icon color
v0.30.9 - Remove nginformatica-styleguide dependency
- Remove nginformatica-styleguide dependency
v0.30.8 - Refactoring and styleguide
- Creation of the initial structure of the validation dialog, waiting for the product to complete the respective screens and mutations to adjust as needed;
- Migration of the content from the styleguide repository to flipper-ui, in order to centralize functionalities;
- General refactorings and dependency updates.
v0.30.7 Removed and updated old libs
chore: update dependencies
v0.30.6 - Added export to interfaces
Add export to interfaces to use it on Hermes Frontend.