Skip to content

Releases: nginformatica/flipper-ui

v0.31.5 - Remove emojis from TextField

03 Apr 17:35
884b7de
Compare
Choose a tag to compare

major change:

  • add a regex validation for emojis and remove them if typed on TextField component.

v0.31.4 - Adjust of the unit tests

15 Mar 18:27
a647580
Compare
Choose a tag to compare
  • 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

11 Mar 13:25
c87e699
Compare
Choose a tag to compare
  • remove navigator input tooltip;
  • resolve eslint warnings;
  • general code refact;
  • adjust release version.

v0.31.1 - Feature input characters conter

29 Feb 17:37
0385800
Compare
Choose a tag to compare

feat: add input characters counter

v0.31.0

25 Jan 18:54
ee59e69
Compare
Choose a tag to compare

feat:

  • created data-table field componet;
  • applied lint and prettier patterns.

v0.30.10 - Help icon color

09 Jan 16:50
9609663
Compare
Choose a tag to compare
  • Fixed help icon color

v0.30.9 - Remove nginformatica-styleguide dependency

05 Jan 18:57
7e5261b
Compare
Choose a tag to compare
  • Remove nginformatica-styleguide dependency

v0.30.8 - Refactoring and styleguide

05 Jan 13:27
696a0ca
Compare
Choose a tag to compare
  • 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

20 Dec 20:47
0b34881
Compare
Choose a tag to compare

chore: update dependencies

v0.30.6 - Added export to interfaces

07 Dec 16:52
d95a48e
Compare
Choose a tag to compare

Add export to interfaces to use it on Hermes Frontend.