Releases: nginformatica/flipper-ui
Releases · nginformatica/flipper-ui
v0.31.7 - Optimized package bundle size
- optimize imports and dependencies to reduce bundle size;
- remove unused dependencies;
- remove all exports from
@mui/icons-material
fromsrc/icons
, it was causing and excessive size of the package; - all icons imports are now made directly from
@mui/icons-material
, withtree shaking
using thebabel-import-plugin
;
v0.31.6 - Fixed: adjust textfield character count position
- chore: add key to table row;
- fix: adjust textfield character count position;
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.