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

v7.0.7

Compare
Choose a tag to compare
@vishwam vishwam released this 14 Nov 23:50
· 79 commits to master since this release
1d0cce0

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