@@ -16,61 +16,113 @@ and this project adheres to
16
16
- ` Fixed ` for any bug fixes.
17
17
- ` Security ` in case of vulnerabilities.
18
18
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
+
19
44
## 0.3.3 - 2024.01.05
20
45
21
46
### 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 )
23
50
- Commit hash info [ #249 ] ( https://github.com/questdb/ui/pull/249 )
24
51
25
52
### Changed
53
+
26
54
- 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 )
28
57
- New Import icon [ #258 ] ( https://github.com/questdb/ui/pull/258 )
29
58
30
59
### 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 )
33
65
34
66
## 0.3.2 - 2023.11.16
35
67
36
68
### 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 )
38
72
39
73
### 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 )
42
79
43
80
## 0.3.1 - 2023.11.15
44
81
45
82
### Added
46
83
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 )
49
88
- Add 'return to Cloud' button [ #232 ] ( https://github.com/questdb/ui/pull/232 )
50
89
51
90
### Changed
91
+
52
92
- Update SQL Grammar to v1.0.14 [ #233 ] ( https://github.com/questdb/ui/pull/233 )
53
93
54
94
## 0.3.0 - 2023.11.08
55
95
56
96
### 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 )
58
100
59
101
### 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 )
61
105
62
106
## 0.2.9 - 2023.11.07
63
107
64
108
### 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 )
66
112
67
113
### 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 )
70
119
71
120
### 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 )
74
126
75
127
## 0.2.8 - 2023.10.16
76
128
0 commit comments