2.0.22
Enhancements:
#642 Restrict authorization groups' position autosuggest to advisors (#643)
Bug fixes:
Add missing comma to CSV export for AdvisorReports (#640)
#603: Do not try to render report approval steps that are null (#620)
Framework improvements:
Bump redux from 3.7.2 to 4.0.0 in /client (#628)
Use Buffer.from() instead of deprecated new Buffer() (#631)
#382: Remove unused LongActionModal component (#634)
#382: Fix React warnings about componentWillMount() (#635)
See https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
#382: Fix jsx-a11y/href-no-hash warning (#636)
By upgrading to the latest version of eslint-config-react-app (currently 3.0.0-next.66cc7a90).
#375: Correct name (#605)
Fix React warning (#606)
Get rid of React's "Warning: Can't call setState (or forceUpdate) on an unmounted component"
by including routing component only once.
Give each
Fixes: Warning: Each child in an array or iterator should have a unique "key" prop. See https://fb.me/react-warning-keys for more information.