Releases: nginformatica/flipper-ui
Releases · nginformatica/flipper-ui
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.
v0.34.6 - Create <ChipField /> component
- create a
<ChipField />
component, based on the@mui
<Autocomplete multiple />
component, with extra keys to add values to the input, ascomma, semicolon, space and enter
; - create tests for the new component;
- update dependencies;
v0.34.5 - Fix Dialog Content
- Remove
<div>
from dialog content;