Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.0](https://github.com/lakekeeper/console-components/compare/v0.7.2...v0.8.0) (2026-06-08)


### Features

* **ui:** add \`pickable\` mode + \`+\` action button to WarehousesNavigationTree ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9))
* **ui:** add generic-table (Lance/Delta/Vortex/…) support across navigation, list, detail, and search ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9))
* **ui:** add Iceberg format-version policy editor to warehouse create and "Catalog Settings" dialogs ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9))
* **ui:** add per-queue maintenance summary (last/next/run-now/reschedule/cancel) inside TaskManager ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9))
* **ui:** rename "Change Deletion" to "Catalog Settings" combining deletion + format policy in one update ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9))
* **ui:** unify Iceberg + generic tables under one Tables tab with format icons and type filter ([4fcbb4a](https://github.com/lakekeeper/console-components/commit/4fcbb4a1a47df1fcbe684ebe64f8bb1977764dc9))

## [0.7.2](https://github.com/lakekeeper/console-components/compare/v0.7.1...v0.7.2) (2026-05-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lakekeeper/console-components",
"version": "0.7.2",
"version": "0.8.0",
"description": "A library of Vue components for Lakekeeper console applications",
"type": "module",
"main": "dist/console-components.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.8.0"
}
Loading