Skip to content

v21.0.0

Compare
Choose a tag to compare
@dnlkoch dnlkoch released this 05 Dec 12:18
· 1528 commits to main since this release

21.0.0 (2022-12-05)

Bug Fixes

  • adapt deprecated tooltip tip formatter config (6cdcef4)
  • fix deprecated menu config for dropdown (8d293fd)
  • replace deprecated property visible by open (511e371)

BREAKING CHANGES

  • Dropdown doesn't need a full antd Menu component any more.
    Instead of this, an object of type MenuProps is expected now.