Skip to content

Commit 21dfd7e

Browse files
committedApr 29, 2024
release(web-console): 0.4.0
1 parent be66e35 commit 21dfd7e

File tree

2 files changed

+69
-17
lines changed

2 files changed

+69
-17
lines changed
 

‎packages/web-console/CHANGELOG.md

+68-16
Original file line numberDiff line numberDiff line change
@@ -16,61 +16,113 @@ and this project adheres to
1616
- `Fixed` for any bug fixes.
1717
- `Security` in case of vulnerabilities.
1818

19+
## 0.4.0 - 2024.04.29
20+
21+
### Added
22+
23+
- Added logic around authorization
24+
[#272](https://github.com/questdb/ui/pull/272)
25+
26+
### Changed
27+
28+
- Align varchar columns left, yarn4 migration
29+
[#269](https://github.com/questdb/ui/pull/269)
30+
31+
### Fixed
32+
33+
- Do not trigger autocomplete on newlines
34+
[#267](https://github.com/questdb/ui/pull/267)
35+
- Get rid of autocomplete duplicates
36+
[#268](https://github.com/questdb/ui/pull/268)
37+
- File settings not being passed on to CSV upload
38+
[#271](https://github.com/questdb/ui/pull/271)
39+
- Capture exception if CSV Copy availability check fails
40+
[#273](https://github.com/questdb/ui/pull/273)
41+
- Show an icon next to non-designated timestamp columns
42+
[#279](https://github.com/questdb/ui/pull/279)
43+
1944
## 0.3.3 - 2024.01.05
2045

2146
### Added
22-
- Enhanced SQL editor autocomplete [#241](https://github.com/questdb/ui/pull/241)
47+
48+
- Enhanced SQL editor autocomplete
49+
[#241](https://github.com/questdb/ui/pull/241)
2350
- Commit hash info [#249](https://github.com/questdb/ui/pull/249)
2451

2552
### Changed
53+
2654
- CSV Import disclaimer texts [#229](https://github.com/questdb/ui/pull/229)
27-
- Replace jQuery event bus with eventemitter3 [#250](https://github.com/questdb/ui/pull/250)
55+
- Replace jQuery event bus with eventemitter3
56+
[#250](https://github.com/questdb/ui/pull/250)
2857
- New Import icon [#258](https://github.com/questdb/ui/pull/258)
2958

3059
### Fixed
31-
- Fix issues with Run button in editor gutter [#257](https://github.com/questdb/ui/pull/257)
32-
- Fix results and editor panel size configs [#260](https://github.com/questdb/ui/pull/260)
60+
61+
- Fix issues with Run button in editor gutter
62+
[#257](https://github.com/questdb/ui/pull/257)
63+
- Fix results and editor panel size configs
64+
[#260](https://github.com/questdb/ui/pull/260)
3365

3466
## 0.3.2 - 2023.11.16
3567

3668
### Added
37-
- Add `DEDUP` support in `Copy schema to clipboard` [#235](https://github.com/questdb/ui/pull/235)
69+
70+
- Add `DEDUP` support in `Copy schema to clipboard`
71+
[#235](https://github.com/questdb/ui/pull/235)
3872

3973
### Fixed
40-
- Fix table schema form on already existing tables [#236](https://github.com/questdb/ui/pull/236)
41-
- Fix query execution when line comments are present [#231](https://github.com/questdb/ui/pull/231)
74+
75+
- Fix table schema form on already existing tables
76+
[#236](https://github.com/questdb/ui/pull/236)
77+
- Fix query execution when line comments are present
78+
[#231](https://github.com/questdb/ui/pull/231)
4279

4380
## 0.3.1 - 2023.11.15
4481

4582
### Added
4683

47-
- Add current_user info in the top bar [#225](https://github.com/questdb/ui/pull/225)
48-
- Update pane splitters to real time [#220](https://github.com/questdb/ui/pull/220)
84+
- Add current_user info in the top bar
85+
[#225](https://github.com/questdb/ui/pull/225)
86+
- Update pane splitters to real time
87+
[#220](https://github.com/questdb/ui/pull/220)
4988
- Add 'return to Cloud' button [#232](https://github.com/questdb/ui/pull/232)
5089

5190
### Changed
91+
5292
- Update SQL Grammar to v1.0.14 [#233](https://github.com/questdb/ui/pull/233)
5393

5494
## 0.3.0 - 2023.11.08
5595

5696
### Changed
57-
- allow ampersand in the grid output [#222](https://github.com/questdb/ui/pull/222)
97+
98+
- allow ampersand in the grid output
99+
[#222](https://github.com/questdb/ui/pull/222)
58100

59101
### Fixed
60-
- Disable create table/import UI in read-only mode [#221](https://github.com/questdb/ui/pull/221)
102+
103+
- Disable create table/import UI in read-only mode
104+
[#221](https://github.com/questdb/ui/pull/221)
61105

62106
## 0.2.9 - 2023.11.07
63107

64108
### Added
65-
- General UI refresh, new News UI, new CSV Import UI [#199](https://github.com/questdb/ui/pull/199)
109+
110+
- General UI refresh, new News UI, new CSV Import UI
111+
[#199](https://github.com/questdb/ui/pull/199)
66112

67113
### Changed
68-
- Enable HMR for CSS and improve overflow behaviour of bottom panel [#214](https://github.com/questdb/ui/pull/214)
69-
- Rename Table.name to Table.table_name [#212](https://github.com/questdb/ui/pull/212)
114+
115+
- Enable HMR for CSS and improve overflow behaviour of bottom panel
116+
[#214](https://github.com/questdb/ui/pull/214)
117+
- Rename Table.name to Table.table_name
118+
[#212](https://github.com/questdb/ui/pull/212)
70119

71120
### Fixed
72-
- Escape HTML characters in the grid [#218](https://github.com/questdb/ui/pull/218)
73-
- Fix showTables for Backwards Compatibility with name Property in QuestDB [#213](https://github.com/questdb/ui/pull/213)
121+
122+
- Escape HTML characters in the grid
123+
[#218](https://github.com/questdb/ui/pull/218)
124+
- Fix showTables for Backwards Compatibility with name Property in QuestDB
125+
[#213](https://github.com/questdb/ui/pull/213)
74126

75127
## 0.2.8 - 2023.10.16
76128

‎packages/web-console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/web-console",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "QuestDB Console",
66
"files": [

0 commit comments

Comments
 (0)
Failed to load comments.