Skip to content

Commit

Permalink
release(web-console): 0.6.4 (#358)
Browse files Browse the repository at this point in the history
* release(web-console): 0.6.4

* submodule update
  • Loading branch information
insmac authored Nov 25, 2024
1 parent 9be3289 commit 76cfb5d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser-tests/questdb
14 changes: 14 additions & 0 deletions packages/web-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ and this project adheres to
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## O.6.4 - 2024.11.25

### Added

- Support for ID token in Auth [#355](https://github.com/questdb/ui/pull/355)
- News Image zoom [#350](https://github.com/questdb/ui/pull/350)

### Changed

- Highlight integer numbers that include `_` (underscore) separator
[#353](https://github.com/questdb/ui/pull/353)
- Handle and display error received while scrolling the grid
[#348](https://github.com/questdb/ui/pull/348)

## 0.6.3 - 2024.10.23

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/web-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/web-console",
"version": "0.6.3",
"version": "0.6.4",
"license": "Apache-2.0",
"description": "QuestDB Console",
"files": [
Expand Down

0 comments on commit 76cfb5d

Please sign in to comment.