Skip to content

v3.0.0

Compare
Choose a tag to compare
@Oblosys Oblosys released this 28 Apr 16:42
· 31 commits to master since this release
f4aabe5

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 by this.props.LifecyclePanel)
  • this.trace (replaced by this.props.trace)
  • clearInstanceIdCounters (replaced by resetInstanceIdCounters)