Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: Azure/iot-ux-fluent-controls

v8.0.8

02 Dec 02:02
0bcbd3b
Compare
Choose a tag to compare

Lock version of css library to v8.0.6

8.0.7

04 Jun 18:29
99c3ba9
Compare
Choose a tag to compare

8.0.7

Changed

  • Added border for all states of toggle control for visibility in high contrast mode

v8.0.5

18 May 17:33
9600bda
Compare
Choose a tag to compare

Fixed

  • When a FormField was rendered with no error, we were setting the FormError's title to false, causing a react warning.
  • Updated node-sass to fix npm audit warnings.

v7.0.26

03 Feb 22:04
f35dfee
Compare
Choose a tag to compare

Fixed

  • Fixed text color on dropdown for tooltip

v7.0.19

13 Jan 23:14
6a2171e
Compare
Choose a tag to compare

Fixed

  • Fixed height on logo for masthead

v7.0.18

10 Jan 19:03
f4fb5bd
Compare
Choose a tag to compare

Fixed

  • Fixed dropdown container floating around blocking user interaction.

v7.0.16

09 Jan 20:06
3aad552
Compare
Choose a tag to compare

Changed

  • Removed unsafe methods from controls

Fixed

  • Fixed npm low vulnerabilities.
  • Updated some components to use React.memo
  • Added name property to balloon icon in form fields
  • Fixed color of required mark on form fields
  • Fixed focus indicator outline offset on default buttons
  • Fixed toggle to have appropriate focus behavior
  • Fixed info balloon on form fields to be announced by screen readers
  • Added error indicator for screen readers to error icon in form field errors.

v7.0.9

18 Nov 19:24
20ee7ff
Compare
Choose a tag to compare

Changed

  • Added data-test-hook='progressbar' for HorizontalLoader

v7.0.8

15 Nov 18:37
6728b44
Compare
Choose a tag to compare

Fixed

  • Flattened markdown in context panel to have content, footer and header at the same level.

v7.0.7

14 Nov 23:50
1d0cce0
Compare
Choose a tag to compare

Changed

  • Change data-active attribute to be a boolean attribute (i.e., emit <foo data-active> instead of <foo data-active="true">)
  • Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to avoid deprecation warnings in React 16.11+
  • Add deprecation warnings for Date components because they're not fully localized/accessible. We should use the Office Fabric control instead.

Fixed

  • Update handlebars version to fix vulnerability