Skip to content

v0.33.0

Compare
Choose a tag to compare
@zakodium-bot zakodium-bot released this 29 Jan 09:43
722bf65

0.33.0 (2024-01-26)

⚠ BREAKING CHANGES

  • remove Modal component in favor of blueprintjs' Dialog component (#626)
  • remove component tabs in favor of blueprintjs Tabs component (#624)
  • Table's font size changed from 12px to 14px. Table border prop rename to hasBorder
  • You should use ValueRenderer.Header instead of ValueRenderer.Title inside of Table.Header

Features

  • add a 'disabled' prop to Toolbar.Item (#615) (c5352bc)
  • add noTooltip prop to Toolbar.Item (#629) (82a2be9)
  • improve layout of tabs (#630) (123f72f)
  • remove Modal component in favor of blueprintjs' Dialog component (#626) (64ad1d0)
  • use blueprint html table, adds bordered, compact, interactive and striped props (#611) (fef5ea7)

Bug Fixes

  • disable auto-translate of applications (#637) (c6bef12)

Documentation

  • create controllable tooltip on button stories (#619) (bf1bfde)
  • fix keyboard navigation in most select stories (f917094)

Miscellaneous Chores

  • add missing breaking changes to changelog (#618) (d2d3871)

Code Refactoring

  • remove component tabs in favor of blueprintjs Tabs component (#624) (ebf6eb7)