Skip to content

v7.0.1

Compare
Choose a tag to compare
@zburke zburke released this 09 Jun 01:38
· 1029 commits to master since this release
6081a82
  • Tweak <Modal> spacing so the top has better alignment.
  • react-hot-loader is not provided by the platform.
  • <MultiColumnList> a11y improvements. Refs UICHKOUT-602.
  • Tooltips now hides when hitting escape. Refs STCOM-679.
  • Changed focus proxy element in <Popdown> to a div[tabIndex="0"] instead of an input. Fixes STCOM-651.
  • Use UNSAFE_ prefix for deprecated React methods. We know, we know. Refs STCOM-649.
  • <MultiSelection> handles small input fields more nicely.
  • <PasswordStrength> must not set state if unmounted.
  • Remove spurious role attribute from <NoValue>.
  • Ensure <TextField> and <TextArea> are always associated with a label.