Skip to content

Releases: nginformatica/flipper-ui

v0.35.4 - Improve performance

08 Jan 20:11
4a916ed
Compare
Choose a tag to compare
  • adjust @mui and date-fns/locale import paths to optimize bundle size;
  • update dependencies.

v0.35.3 - Implement Design System Typography

30 Dec 19:22
9b2ff96
Compare
Choose a tag to compare
  • adjust typography stories to render all Typography component props;
  • refactor some typographys props;
  • update dependencies;

v0.35.2 - Implement Design System Icons

16 Dec 12:40
33637f7
Compare
Choose a tag to compare

Implement Design System icons:

  • the @mui icons are exported from flipper-ui/icons/mui
  • the specific icons are exported from flipper-ui/icons/specific/IconName

obs: avoid import the specific icon from the index file, due to the increase of bundle size.

v0.35.1 - Move date-fns to devDependencies

21 Nov 16:46
74dbc75
Compare
Choose a tag to compare
  • move date-fns to devDependencies;

v0.35.0 - Update eslint to LTS version

12 Nov 18:17
543784f
Compare
Choose a tag to compare
  • update eslint from v8 to v9;
  • refact eslint config file to the new pattern;
  • general adjusts;

v0.34.9 - Update date-fns to LTS version

08 Nov 16:24
ed6291e
Compare
Choose a tag to compare
  • update date-fns from v2 to v4;

v0.34.8 - Refact stories and update Storybook

30 Oct 20:37
a0e8e8f
Compare
Choose a tag to compare
  • refact components stories from CSF2 to CSF3;
  • replace makeStyles for the sx prop;
  • remove the @mui/styles dependency;
  • replace the sprintf-js function for the javascript .replace();
  • remove the sprintf-js dependency;
  • update storybook from v7 to v8;
  • general components props adjusts;

v0.34.7 - Add Design System color palette

03 Oct 19:59
812b074
Compare
Choose a tag to compare
  • Add the new Design System color palette;
  • Update general dependencies.

v0.34.6 - Create <ChipField /> component

04 Sep 20:42
4ee3238
Compare
Choose a tag to compare
  • create a <ChipField /> component, based on the @mui <Autocomplete multiple /> component, with extra keys to add values to the input, as comma, semicolon, space and enter;
  • create tests for the new component;
  • update dependencies;

v0.34.5 - Fix Dialog Content

30 Aug 19:39
aecc374
Compare
Choose a tag to compare
  • Remove <div> from dialog content;