2.0.25
Bug fixes:
#645: Add missing super call (#665)
Needed to do a new search if the search text is changed.
Framework improvements:
#657: Move show/hide loading from LoaderHOC (#663)
This moves the showLoading and hideLoading dispatch call from the render
method of the LoaderHOC component to the insight components. This way we
avoid the warning "Cannot update during an existing state transition
(such as within render or another component's constructor)." We keep the
LoaderHOC in order to display the loading on the bar charts too.
Fix React warning when Nav has (direct) children other than NavItem (#666)
Add wrapper based on react-bootstrap/react-bootstrap#2895 (comment)
Also make the external documentation link a NavItem, and add a missing admin key to the default data.
#616: Upgrade react-bootstrap and use react-ultimate-pagination (#669)
Pagination was changed with 0.32: https://react-bootstrap.github.io/components/pagination/#pagination ;
use the alternative as suggested by https://github.com/react-bootstrap/pagination#alternatives
#641: Remove obsolete currentUser prop (#664)
Prop was obsoleted by commit 98f8a77.