Gunnel V11
Published Fri Feb 24 2023 by Mark
Gunnel V11 has been released! This release includes:
- New button styles and colours;
- New font (Montserrat semi-bold) for header levels h1, h2 and h3;
- New design for chips;
- A new colour palette.
Breaking changes
This release also removes quite a lot of old compatibility code that has either been replaced by tailwind classes or by web components, including:
- All bootstrap compatibility removed, including:
- all
margin-
classes - use tailwind margin classes instead; - sizes and margins on heading elements (h1,h2,h3,h4) - use the appropriate semantic class, see typography;
panel
classes - should not be used at all;input-group
classes - should not be used at all.
- all
- Chip classes replaced by <fun-chip />;
- Deprecated Tooltip classes removed; use <fun-tooltip /> instead;
- Deprecated Badge classes removed; use <fun-badge /> instead.
For the full list of changes see the Pull Request, the Changelog and the release.