v3.0.0
Changes
- Update all dependencies to latest
- Migrate tests to React Testing Library and dropped enzyme to avoid problems with availability of
enzyme-adapter-react-17
.
BREAKING CHANGE:
These long-time deprectated methods & function have been removed:
this.LifecyclePanel
(replaced bythis.props.LifecyclePanel
)this.trace
(replaced bythis.props.trace
)clearInstanceIdCounters
(replaced byresetInstanceIdCounters
)