This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
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