Skip to content

Releases: Azure/iot-ux-fluent-css

v8.2.2

23 Mar 21:15
b844b13
Compare
Choose a tag to compare

Changed

  • Previous version didn't push to the registry properly, this version fixes that.

v8.2.1

23 Mar 18:38
9f993fb
Compare
Choose a tag to compare

Changed

  • Added an additional instance of _colors with the file extensions .scss as IoTC is now using sass as opposed to node-sass and .scss are required to render styles.

v8.2.0

30 Mar 23:19
d68f25c
Compare
Choose a tag to compare

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 and accent-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

10 Dec 21:58
c143e52
Compare
Choose a tag to compare
  • Added --color-foreground-primary (a11y input border color)

v8.1.11

28 Oct 20:41
414f430
Compare
Choose a tag to compare

Changed

  • Added global class ellipsis-left to display tree structure-type items where the
    text at the end of the string is more relevant than the text at the beginning

v8.1.9

17 May 18:53
a6ad4df
Compare
Choose a tag to compare

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

25 Mar 18:14
856cc4f
Compare
Choose a tag to compare

Changed

  • Fixed app height on webkit based browsers to take all available space instead of 100vh

v8.1.7

22 Mar 22:58
51ba4e4
Compare
Choose a tag to compare

Changed

  • Updated $max-size-60 to 46.25rem

v8.1.6

18 Mar 17:49
8c4bc95
Compare
Choose a tag to compare

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

11 Jan 19:35
8988195
Compare
Choose a tag to compare

Changed

  • Added new $size-115 and $max-size-90 that accommodate for needs in page templates.