Releases: Azure/iot-ux-fluent-css
Releases · Azure/iot-ux-fluent-css
v8.2.2
v8.2.1
v8.2.0
Changed
- Updated colors to match fluent colors for light theme
- Added
--color-global-background-severe-warning
and--color-global-foreground-severe-warning
- Added
color-scheme
andaccent-color
CSS rules to themes to have a better default browser support. - Added support for
IGNORE-SECTION
on codegen code to allow for CSS rules on theme files.
v8.1.13
v8.1.11
v8.1.9
Fixed
- Make HTML be the only one to take available space, all the other elements take 100%.
- Include nextjs root element in normalize CSS for react root.
v8.1.8
Changed
- Fixed app height on webkit based browsers to take all available space instead of 100vh
v8.1.7
Changed
- Updated
$max-size-60
to 46.25rem
v8.1.6
Changed
- Added
--color-content-background-tertiary
to be used as background below cards - Added
$space-default
- Updated
H1
typography size and line height - Updated
$max-size-90
to 120rem
v8.1.5
Changed
- Added new
$size-115
and$max-size-90
that accommodate for needs in page templates.