Skip to content

Commit 3564298

Browse files
authored
release: 1.2.1 (#551)
1 parent ed54762 commit 3564298

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

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+
## 1.2.1 - 2026.04.13
21+
### Added
22+
- custom provider support to AI Assistant [#541](https://github.com/questdb/ui/pull/541)
23+
- use new parser for autocompletion [#536](https://github.com/questdb/ui/pull/536)
24+
- allow table details empty state with table selection [#546](https://github.com/questdb/ui/pull/546)
25+
26+
### Fixed
27+
- improve grid UX, context menu clipping, and toolbar polish [#545](https://github.com/questdb/ui/pull/545)
28+
- prevent spiky backlog trends with debounce [#543](https://github.com/questdb/ui/pull/543)
29+
30+
2031
## 1.2.0 - 2026.02.25
2132
### Added
2233
- table details drawer [#517](https://github.com/questdb/ui/pull/517)

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": "1.2.0",
3+
"version": "1.2.1",
44
"packageManager": "yarn@4.1.1",
55
"license": "Apache-2.0",
66
"description": "QuestDB Web Console",

0 commit comments

Comments
 (0)