Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(web-console): 0.2.9 #219

Merged
merged 1 commit into from
Nov 7, 2023
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
13 changes: 13 additions & 0 deletions packages/web-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ and this project adheres to
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 0.2.9 - 2023.11.07

### Added
- General UI refresh, new News UI, new CSV Import UI [#199](https://github.com/questdb/ui/pull/199)

### Changed
- Enable HMR for CSS and improve overflow behaviour of bottom panel [#214](https://github.com/questdb/ui/pull/214)
- Rename Table.name to Table.table_name [#212](https://github.com/questdb/ui/pull/212)

### Fixed
- Escape HTML characters in the grid [#218](https://github.com/questdb/ui/pull/218)
- Fix showTables for Backwards Compatibility with name Property in QuestDB [#213](https://github.com/questdb/ui/pull/213)

## 0.2.8 - 2023.10.16

### Changed
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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "QuestDB Console",
"files": [
Expand Down