We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42fd9f commit 1e748ccCopy full SHA for 1e748cc
2 files changed
CHANGELOG.md
@@ -17,6 +17,14 @@ and this project adheres to
17
- `Security` in case of vulnerabilities.
18
19
20
+## 1.1.10 - 2026.01.08
21
+### Added
22
+- views support [#512](https://github.com/questdb/ui/pull/512)
23
+
24
+### Fixed
25
+- XSS security vulnerability [#519](https://github.com/questdb/ui/pull/519)
26
27
28
## 1.1.9 - 2026.01.02
29
### Added
30
- AI assistant with chat window [#507](https://github.com/questdb/ui/pull/507)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/web-console",
3
- "version": "1.1.9",
+ "version": "1.1.10",
4
"packageManager": "yarn@4.1.1",
5
"license": "Apache-2.0",
6
"description": "QuestDB Web Console",
0 commit comments