asab_webui_shell 25.1.2 → 25.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -213
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,218 +1,7 @@
|
|
|
1
1
|
# CHANGELOG for ASAB WebUI Shell
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### Releases
|
|
6
|
-
|
|
7
|
-
- v24.47-alpha36
|
|
8
|
-
- v24.47-alpha34
|
|
9
|
-
- v24.47-alpha16
|
|
10
|
-
- v24.47-alpha6
|
|
11
|
-
|
|
12
|
-
### Breaking changes
|
|
13
|
-
|
|
14
|
-
- A tenant was added to a beacon websocket path, thus WebUI version `v24.47-alpha16` and higher must be aligned with `asab-remote-control` service `v24.48-alpha` and higher.
|
|
15
|
-
- `X-Tenant` was removed from Request headers and `tenant_` was removed from websocket Sec-Websocket-Protocol in `v24.47-alpha6` WebUI version.
|
|
16
|
-
|
|
17
|
-
### Bugfix
|
|
18
|
-
|
|
19
|
-
- Fix session expiration handling (fixed the issues with idle mode, refactored the strucutre) and the session expiration info alert message (!463, INDIGO Sprint 250122, v24.47-alpha36)
|
|
20
|
-
- Do not include dummy secret in auth token request (!498, PLUM Sprint 241213, v24.47-alpha34)
|
|
21
|
-
|
|
22
|
-
### Refactor
|
|
23
|
-
|
|
24
|
-
- Add a tenant to beacon websocket connection path, this must be aligned with `asab-remote-control` service `v24.48-alpha` and higher (!467, INDIGO Sprint 241122, v24.47-alpha16)
|
|
25
|
-
- Remove `X-Tenant` from request headers, remove `tenant_` from websocket subprotocols (!458, INDIGO Sprint 241108, v24.47-alpha6)
|
|
26
|
-
|
|
27
|
-
## v24.43
|
|
28
|
-
|
|
29
|
-
### Releases
|
|
30
|
-
|
|
31
|
-
- v24.43-alpha5
|
|
32
|
-
|
|
33
|
-
### Refactor
|
|
34
|
-
|
|
35
|
-
- Refactor (lowercase) `X-Request-ID` header to `X-Request-Id` (!440, INDIGO Sprint 241030, v24.43-alpha5)
|
|
36
|
-
|
|
37
|
-
## v24.38
|
|
38
|
-
|
|
39
|
-
### Releases
|
|
40
|
-
|
|
41
|
-
- v24.38-alpha16
|
|
42
|
-
- v24.38-alpha9
|
|
43
|
-
- v24.38-alpha4
|
|
44
|
-
- v24.38-alpha2
|
|
45
|
-
|
|
46
|
-
### Refactor
|
|
47
|
-
|
|
48
|
-
- Implement sorting for available tenants (!412, INDIGO Sprint 240913, v24.38-alpha9)
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
- Implement `X-App: "webui"` and `X-Request-ID: <uid>` API request headers and `app_webui` and `request_id_<uid>` subprotocols to every request call to the service (!420, INDIGO Sprint 240913, v24.38-alpha16)
|
|
53
|
-
- Implement attention required service with Beacons and Toasts (!390, INDIGO Sprint 240913, v24.38-alpha2)
|
|
54
|
-
|
|
55
|
-
### Bugfix
|
|
56
|
-
|
|
57
|
-
- Fix issue on user trying to log in to the application without a assigned tenant, resulting in the infinite loop. (!413, INDIGO Sprint 240913, v24.38-alpha4)
|
|
58
|
-
|
|
59
|
-
## v24.28
|
|
60
|
-
|
|
61
|
-
### Releases
|
|
62
|
-
|
|
63
|
-
- v24.28-alpha33
|
|
64
|
-
- v24.28-alpha30
|
|
65
|
-
- v24.28-alpha8
|
|
66
|
-
|
|
67
|
-
### Breaking changes
|
|
68
|
-
|
|
69
|
-
- Added special attributes to work correctly to generate `pdf/png` exports for superuser. Recommended not to be combined with the `asab-pyppeteer` service of versions **lower** than `v24.32-alpha3`.
|
|
70
|
-
|
|
71
|
-
### Features
|
|
72
|
-
|
|
73
|
-
- Implement `print-ready` and `print-unauthorized` attribute for `UnauthorizedAccessScreen` (!375, INDIGO Sprint 240802, v24.28-alpha30)
|
|
74
|
-
- Add interceptors for injecting tenant into the request headers for API (`X-Tenant`) and websocket (`tenant_`) calls. (!348, INDIGO Sprint 240621, v24.28-alpha8)
|
|
75
|
-
|
|
76
|
-
### Bugfix
|
|
77
|
-
|
|
78
|
-
- Fix on implementation of `print-ready` and `print-unauthorized` attribute for `UnauthorizedAccessScreen` which was causing the application crashes (!386, INDIGO Sprint 240802, v24.28-alpha33)
|
|
79
|
-
|
|
80
|
-
## v24.19
|
|
81
|
-
|
|
82
|
-
### Releases
|
|
83
|
-
|
|
84
|
-
- v24.19-alpha30
|
|
85
|
-
- v24.19-alpha27
|
|
86
|
-
- v24.19-alpha23
|
|
87
|
-
- v24.19-alpha19
|
|
88
|
-
- v24.19-alpha15
|
|
89
|
-
- v24.19-alpha14
|
|
90
|
-
- v24.19-alpha12
|
|
91
|
-
- v24.19-alpha11
|
|
92
|
-
- v24.19-alpha9
|
|
93
|
-
- v24.19-alpha1
|
|
94
|
-
|
|
95
|
-
### Breaking changes
|
|
96
|
-
|
|
97
|
-
- User invitation path has been updated. Requires Seacat Auth `v24.17-beta1` or later.
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
- Update user invitation path (!332, PLUM Sprint 240531, v24.19-alpha19)
|
|
102
|
-
- Implement Application sidepanel feature (!310, INDIGO Sprint 240527, v24.19-alpha14)
|
|
103
|
-
- Change color and icon of username if the user is logged in as a superuser (!321, INDIGO Sprint 240527, v24.19-alpha11)
|
|
104
|
-
- Implement FullScreen mode (!252, INDIGO Sprint 240527, v24.19-alpha9)
|
|
105
|
-
- Add sorting to the Navigation item children (!305, INDIGO Sprint 240510, v24.19-alpha1)
|
|
106
|
-
|
|
107
|
-
### Refactor
|
|
108
|
-
|
|
109
|
-
- Updated info alert for Fullscreen mode. (!342, INDIGO Sprint 240621, v24.19-alpha30)
|
|
110
|
-
- Rename ErrorHandler component to RouteErrorHandler (!339, INDIGO Sprint 240621, v24.19-alpha27)
|
|
111
|
-
- Change svg chevron in sidebar bottom to bootstrap icon (!329, INDIGO Sprint 240607, v24.19-alpha23)
|
|
112
|
-
- Refactor `addAlertFromException`. Added new condition for checking new format of errors (!299, INDIGO Sprint 240527, v24.19-alpha12)
|
|
113
|
-
|
|
114
|
-
### Bugfix
|
|
115
|
-
|
|
116
|
-
- Change color of the caret in the DropdownToggle of the username (when user is logged in as superuser) (!328, INDIGO Sprint 240527, v24.19-alpha15)
|
|
117
|
-
|
|
118
|
-
## v24.08
|
|
119
|
-
|
|
120
|
-
- v24.08-alpha51
|
|
121
|
-
- v24.08-alpha49
|
|
122
|
-
- v24.08-alpha40
|
|
123
|
-
- v24.08-alpha33
|
|
124
|
-
- v24.08-alpha28
|
|
125
|
-
- v24.08-alpha27
|
|
126
|
-
- v24.08-alpha21
|
|
127
|
-
- v24.08-alpha14
|
|
128
|
-
- v24.08-alpha13
|
|
129
|
-
- v24.08-alpha10
|
|
130
|
-
|
|
131
|
-
### Breaking changes
|
|
132
|
-
|
|
133
|
-
- The option to hide sidebar items via configuration has been removed from `v24.08-alpha13`. Therefore the configuration schema needs to be updated accordingly.
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
- Log into last authorized tenant (!301, PLUM Sprint 240503, v24.08-alpha51)
|
|
138
|
-
- Implement cancel button for invitations (!285, INDIGO Sprint 240430, v24.08-alpha49)
|
|
139
|
-
- Implement PubSub messaging (!244, INDIGO Sprint 240411, v24.08-alpha40)
|
|
140
|
-
- Update auth header to use Seacat Account UI (!148, INDIGO Sprint 240301, v24.08-alpha21)
|
|
141
|
-
- Implement `removeComponent` method for `HeaderService` (!205, INDIGO Sprint 240301, v24.08-alpha14)
|
|
142
|
-
|
|
143
|
-
### Refactor
|
|
144
|
-
|
|
145
|
-
- Display the resources in the access control screen in alphabetical order (!254, INDIGO Sprint 240402, v24.08-alpha28)
|
|
146
|
-
- Remove the option to hide sidebar items using configuration (!232, INDIGO Sprint 240301, v24.08-alpha13)
|
|
147
|
-
- Change height of ResultCard and remove top margin to prevent scrolling (!122, INDIGO Sprint 240216, v24.08-alpha10)
|
|
148
|
-
|
|
149
|
-
### Bugfix
|
|
150
|
-
|
|
151
|
-
- Redirect URI in authorization request and token request must match (!255, INDIGO Sprint 240402, v24.08-alpha27)
|
|
152
|
-
|
|
153
|
-
### Hotfix
|
|
154
|
-
|
|
155
|
-
- Fix title service causing application crash due to render issues caused by useEffect in the Title service (!260, INDIGO Sprint 240411, v24.08-alpha33)
|
|
156
|
-
|
|
157
|
-
## v24.03
|
|
158
|
-
|
|
159
|
-
### Releases
|
|
160
|
-
|
|
161
|
-
- v24.03-alpha3
|
|
162
|
-
|
|
163
|
-
### Features
|
|
164
|
-
|
|
165
|
-
- Add ResultCard, which will be displayed after un/successfully inviting other users (!163, INDIGO Sprint 240105, v24.03-alpha3)
|
|
166
|
-
|
|
167
|
-
## v23.48
|
|
168
|
-
|
|
169
|
-
### Releases
|
|
170
|
-
|
|
171
|
-
- v23.48-alpha30
|
|
172
|
-
- v23.48-alpha28
|
|
173
|
-
- v23.48-alpha23
|
|
174
|
-
- v23.48-alpha22
|
|
175
|
-
- v23.48-alpha17
|
|
176
|
-
- v23.48-alpha6
|
|
177
|
-
|
|
178
|
-
### Features
|
|
179
|
-
|
|
180
|
-
- Add a "asab" websocket subprotocol to enable working of websocket connection with Chrome/Safari/... browsers. These browsers requires Sec-Websocket-Accept response header which this change should allow (!170, INDIGO Sprint 240105, v23.48-alpha28)
|
|
181
|
-
- Add "batman" to OAuth scope to enable authorized communication with ElasticSearch (!166, INDIGO Sprint 231208, v23.48-alpha22)
|
|
182
|
-
|
|
3
|
+
## 25.1.3
|
|
183
4
|
|
|
184
5
|
### Refactor
|
|
185
6
|
|
|
186
|
-
-
|
|
187
|
-
- Refactor sidebar styling and collapse behaviour and fixing :active state when clicking inside screens (!105, INDIGO Sprint 231110, v23.48-alpha6)
|
|
188
|
-
- Refactor sidebar modal and fixing behaviour of nav items so they will stay active on the correct item in library (!154, INDIGO Sprint 231124, v23.48-alpha23)
|
|
189
|
-
|
|
190
|
-
### Bugfix
|
|
191
|
-
|
|
192
|
-
- Fix displaying sidebar in the print, replace bootstrap styles form jsx to scss file (!172, INDIGO Sprint 240105, v23.48-alpha30)
|
|
193
|
-
|
|
194
|
-
## v23.45
|
|
195
|
-
|
|
196
|
-
### Releases
|
|
197
|
-
|
|
198
|
-
- v23.45-alpha6
|
|
199
|
-
- v23.45-alpha1
|
|
200
|
-
|
|
201
|
-
### Breaking changes
|
|
202
|
-
|
|
203
|
-
- After migration from react-router-dom v5 to react-router-dom v6, some of the routing components are not being supported. For more info, please see https://reactrouter.com/en/main/upgrading/v5
|
|
204
|
-
|
|
205
|
-
### Features
|
|
206
|
-
|
|
207
|
-
- Implement addAlertFromException method to render additional information from exceptions in Alert message (!106, INDIGO Sprint 231110, v23.45-alpha6)
|
|
208
|
-
- Migrate react-router-dom from v5 to v6 (!98, INDIGO Sprint 231027, v23.45-alpha1)
|
|
209
|
-
|
|
210
|
-
## v23.44
|
|
211
|
-
|
|
212
|
-
### Releases
|
|
213
|
-
|
|
214
|
-
- v23.44-alpha3
|
|
215
|
-
|
|
216
|
-
### Refactoring
|
|
217
|
-
|
|
218
|
-
- Rename `asab_webui_state` used for capturing the application state to `oauth2_state_<state>` and made a string instead of object from it to avoid race conditions (!116, INDIGO Sprint 231027, v23.44-alpha3)
|
|
7
|
+
- Allow publish to npm only on tag build (!1)
|