Skip to content

Releases: nginformatica/flipper-ui

v0.31.7 - Optimized package bundle size

13 May 19:57
c7828a1
Compare
Choose a tag to compare
  • optimize imports and dependencies to reduce bundle size;
  • remove unused dependencies;
  • remove all exports from @mui/icons-material from src/icons, it was causing and excessive size of the package;
  • all icons imports are now made directly from @mui/icons-material , with tree shaking using the babel-import-plugin;

v0.31.6 - Fixed: adjust textfield character count position

03 May 14:22
c0244b4
Compare
Choose a tag to compare
  • chore: add key to table row;
  • fix: adjust textfield character count position;

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.