Skip to content

Releases: lakekeeper/console-components

v0.3.7

16 Mar 13:23
ab97b6c

Choose a tag to compare

0.3.7 (2026-03-16)

Bug Fixes

  • ui: hide only chart card on statistics 403 instead of showing error snackbar (4e53dc8)
  • ui: namespace permissions GRANT button missing due to missing warehouseId prop (4e53dc8)
  • ui: navigation tree auto-expands to reflect current route (4e53dc8)
  • ui: navigation tree auto-updates on namespace/table/view create and delete (4e53dc8)
  • ui: refresh button preserves expanded tree state (4e53dc8)

v0.3.6

15 Mar 16:03
5646dc5

Choose a tag to compare

0.3.6 (2026-03-15)

Bug Fixes

v0.3.5

14 Mar 19:45
11474fc

Choose a tag to compare

0.3.5 (2026-03-14)

Bug Fixes

  • ui: adapt component heights for 14-inch MacBook screens (#97) (7cee696)

v0.3.4

13 Mar 14:52
d875c93

Choose a tag to compare

0.3.4 (2026-03-13)

Bug Fixes

  • use snapshot-log for branch visualization row assignment (#95) (3ffb227)

v0.3.3

09 Mar 10:26
10bf3b4

Choose a tag to compare

0.3.3 (2026-03-09)

Bug Fixes

  • update CORS config to include write methods and wildcard headers (#93) (d32b559)

v0.3.2

09 Mar 08:49
29d285a

Choose a tag to compare

0.3.2 (2026-03-09)

Bug Fixes

  • correct style.css exports path to match actual build output (#91) (5ab0f33)

v0.3.1

09 Mar 06:37
8c671c5

Choose a tag to compare

0.3.1 (2026-03-09)

Bug Fixes

v0.3.0

08 Mar 11:29
5632980

Choose a tag to compare

0.3.0 (2026-03-08)

Features

  • ui: add community action cards to Home page (a2adeb2)
  • ui: add CONTRIBUTING.md, ROADMAP.md, feature request template, and proposal workflow (a2adeb2)
  • ui: add GitHub stars button to AppBar linked to repository (a2adeb2)
  • ui: add HomeStatistics dashboard with project/warehouse/table/view counts and API calls area chart (a2adeb2)
  • ui: add ProjectStatistics with D3 interactive charts replacing Chart.js (a2adeb2)
  • ui: add server-side filtering and rename support to NamespaceTables and NamespaceViews (a2adeb2)
  • ui: add snapshot comparison dialog and warehouse statistics (#87) (a2adeb2)
  • ui: add SnapshotCompare component for side-by-side snapshot diff with delta metrics, summary changes table, and schema diff (a2adeb2)
  • ui: add WarehouseStatistics component with D3 stacked area charts, server-side filtering, time aggregation, and vertical tab layout (a2adeb2)
  • ui: refactor TableVersioningVisualization with refresh button and comparison panel (a2adeb2)
  • ui: remove deprecated WarehouseStatisticsDialog and clean up dead code (a2adeb2)

Bug Fixes

  • ui: collapse redundant getEndpointStatistics branches (a2adeb2)
  • ui: compute uncategorized status codes for Other filter in WarehouseStatistics (a2adeb2)
  • ui: disconnect previous ResizeObserver before creating new one in HomeStatistics (a2adeb2)
  • ui: escape CSV fields and revoke object URLs in statistics downloads (a2adeb2)
  • ui: use handleError instead of console.error for statistics error handling (a2adeb2)

v0.2.31

07 Mar 09:44
c15a6d0

Choose a tag to compare

0.2.31 (2026-03-07)

Bug Fixes

  • ui: correct versioning tab action menu behavior (#85) (afeeb43)

v0.2.30

02 Mar 09:12
341319d

Choose a tag to compare

0.2.30 (2026-03-02)

Bug Fixes

  • ui: handle sub-namespaces with dots in API calls, DuckDB SQL, and SQL autocomplete (373676b)