This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Releases: Azure/iot-ux-fluent-controls
Releases · Azure/iot-ux-fluent-controls
v8.0.8
8.0.7
v8.0.5
v7.0.26
Fixed
- Fixed text color on dropdown for tooltip
v7.0.19
Fixed
- Fixed height on logo for masthead
v7.0.18
Fixed
- Fixed dropdown container floating around blocking user interaction.
v7.0.16
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
Changed
- Added data-test-hook='progressbar' for HorizontalLoader
v7.0.8
Fixed
- Flattened markdown in context panel to have content, footer and header at the same level.
v7.0.7
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