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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ and this project adheres to
- `Security` in case of vulnerabilities.


## 2.0.1 - 2026.07.23
### Added
- notebooks onboarding modal and in-notebook MCP promo [#585](https://github.com/questdb/ui/pull/585)
- agent background edits on notebooks [#586](https://github.com/questdb/ui/pull/586)

### Changed
- redesign notebook cell toolbar with view toggles and auto-refresh intervals [#581](https://github.com/questdb/ui/pull/581)
- virtualize charts, grids and editors, lazy-hydrate notebook cells [#589](https://github.com/questdb/ui/pull/589)
- bump sql-parser to 0.1.16 [#590](https://github.com/questdb/ui/pull/590)

### Removed
- login-background.svg to reduce the package size [#591](https://github.com/questdb/ui/pull/591)

### Fixed
- recognize the TO REMOTE storage policy stage across the console [#583](https://github.com/questdb/ui/pull/583)
- preserve query result text [#588](https://github.com/questdb/ui/pull/588)


## 2.0.0 - 2026.06.23
### Added
- notebooks with coding agents integration [#561](https://github.com/questdb/ui/pull/561)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/web-console",
"version": "2.0.0",
"version": "2.0.1",
"packageManager": "yarn@4.1.1",
"license": "Apache-2.0",
"description": "QuestDB Web Console",
Expand Down
Loading