diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a79d27b8..85a766699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,14 @@ and this project adheres to - `Security` in case of vulnerabilities. +## 1.1.12 - 2026.01.13 +### Fixed +- prevent scrolling suggestions and code examples from assistant [#527](https://github.com/questdb/ui/pull/527) +- resolve news image zoom flickering on hover [#526](https://github.com/questdb/ui/pull/526) +- render HTML entities in grid cells after XSS fix [#525](https://github.com/questdb/ui/pull/525) +- do not move cursor if the query execution is successful [#524](https://github.com/questdb/ui/pull/524) + + ## 1.1.11 - 2026.01.09 ### Fixed - declare statements breaking query key parsing [#522](https://github.com/questdb/ui/pull/522) diff --git a/e2e/questdb b/e2e/questdb index 04f1d0226..bc62d3c93 160000 --- a/e2e/questdb +++ b/e2e/questdb @@ -1 +1 @@ -Subproject commit 04f1d022631366f51ca7675239f0cff3b3f547d2 +Subproject commit bc62d3c9340fdb33b54449d456574593bb47f7e1 diff --git a/package.json b/package.json index ead3f3d50..0a64f723e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/web-console", - "version": "1.1.11", + "version": "1.1.12", "packageManager": "yarn@4.1.1", "license": "Apache-2.0", "description": "QuestDB Web Console",