Skip to content

Releases: nginformatica/flipper-ui

v0.35.6 - Adjust tooltip props

03 Feb 17:03
34d36aa
Compare
Choose a tag to compare
  • adjust slotProps.popper to render tooltip above calendar popover;
  • adjust tooltip props;
  • update dependencies.

v0.35.5 - Fix DataTable slice

30 Jan 19:14
85fccb3
Compare
Choose a tag to compare
  • initialize data prop as an empty array, in case there's no value availabe on the first moment;
  • replace the useMemo for the useEffect to set the rows variable, to avoid a Maximum update depth exceeded error;
  • update dependencies.

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.