Back to release notes
v0.5.5Synced from GitHub release-notes

Release v0.5.5

What's Changed Features - Added automatic column width calculation and autofit behavior to the SQL console result table’s virtualized table (VTable) component, improving readabilit

View source on GitHub

What's Changed

Features

  • Added automatic column width calculation and autofit behavior to the SQL console result table’s virtualized table (VTable) component, improving readability of query results with varying column widths.

Fixes

  • Fixed horizontal scrolling (scroll-x) failure in the VTable header (thead), ensuring consistent scroll behavior across all table sections.

Improvements

  • Updated section background styling in the VTable component for better visual hierarchy and consistency within the SQL console UI.

Internal

  • Bumped indirect dependencies: yaml from 2.8.2 to 2.8.3 and picomatch from 2.3.1 to 2.3.2.
  • Released versions v0.5.3 and v0.5.4.