Skip to content

v0.49.0

Compare
Choose a tag to compare
@mofojed mofojed released this 15 Sep 13:09
· 390 commits to main since this release

0.49.0 (2023-09-15)

Bug Fixes

  • Plugin peer dependencies do not get versions from lerna (#1517) (322f6ff)
  • Table overflow button has lower priority than grid tokens (#1510) (32e6d20), closes #1480

Code Refactoring

  • Improve table saver to always use the correct service worker (#1515) (2488e52), closes #766

Features

BREAKING CHANGES

  • TableSaver now expects the service worker to send it
    a complete URL for download instead of just a file name. DHE will need
    to adjust its serviceWorker.js to incorporate the same changes from
    this PR.