Skip to content

Commit bd9285f

Browse files
authored
release(web-console): 0.7.10 (#426)
1 parent d899820 commit bd9285f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

packages/web-console/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ and this project adheres to
1717
- `Security` in case of vulnerabilities.
1818

1919

20+
## 0.7.10 - 2025.04.28
21+
### Added
22+
- owner setting for tables created during CSV import [#413](https://github.com/questdb/ui/pull/413)
23+
- keyboard navigation for table listing [#420](https://github.com/questdb/ui/pull/420)
24+
25+
### Fixed
26+
- correct wording for copy sql command link [#422](https://github.com/questdb/ui/pull/422)
27+
- update query extracting logic from cursor [#421](https://github.com/questdb/ui/pull/421)
28+
- fix grid unresponsiveness after scroll [#425](https://github.com/questdb/ui/pull/425)
29+
30+
2031
## 0.7.9 - 2025.04.16
2132
### Added
2233
- array type support [#391](https://github.com/questdb/ui/pull/391)

packages/web-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/web-console",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"license": "Apache-2.0",
55
"description": "QuestDB Console",
66
"files": [

0 commit comments

Comments
 (0)