Releases: nginformatica/flipper-ui
Releases · nginformatica/flipper-ui
v0.35.6 - Adjust tooltip props
- adjust
slotProps.popper
to render tooltip above calendar popover; - adjust tooltip props;
- update dependencies.
v0.35.5 - Fix DataTable slice
- initialize
data
prop as an empty array, in case there's no value availabe on the first moment; - replace the
useMemo
for theuseEffect
to set the rows variable, to avoid aMaximum update depth exceeded
error; - update dependencies.
v0.35.4 - Improve performance
- adjust
@mui
anddate-fns/locale
import paths to optimize bundle size; - update dependencies.
v0.35.3 - Implement Design System Typography
- adjust typography stories to render all Typography component props;
- refactor some typographys props;
- update dependencies;
v0.35.2 - Implement Design System Icons
Implement Design System icons:
- the
@mui
icons are exported fromflipper-ui/icons/mui
- the
specific
icons are exported fromflipper-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
- move date-fns to devDependencies;
v0.35.0 - Update eslint to LTS version
- update eslint from
v8
tov9
; - refact eslint config file to the new pattern;
- general adjusts;
v0.34.9 - Update date-fns to LTS version
- update
date-fns
fromv2
tov4
;
v0.34.8 - Refact stories and update Storybook
- refact components stories from CSF2 to CSF3;
- replace
makeStyles
for thesx
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
- Add the new Design System color palette;
- Update general dependencies.