Releases: TeskaLabs/seacat-admin-webui
v23.4
v23.4
Compatibility
- SeaCat Auth UI
v23.4
or newer - SeaCat Auth
v23.3
or newer
v23.3
Features
-
ASAB WebUI submodule version bump [25d5a5c] commit (INDIGO Sprint 230106, !8)
-
Create invitation components (INDIGO Sprint 230106, !8)
Refactoring
-
Add new input
preferred_client_id
to ClientCreateContainer (INDIGO Sprint 221209, !7) -
Replace
phone_number
withphone
andpreferred_username
withusername
(INDIGO Sprint 221209, !10) -
Update alert responses with full message from the service and prolong the time of the error message to 30s (INDIGO Sprint 230106, !8)
-
Refactorization of CustomDataContainer to prevent passing invalid format of
uri
prop. Added documentation. (INDIGO Sprint 221209, !11)
v22.48
v22.48
Compatibility
- ASAB UI
v22.48
or newer - SeaCat Auth
v22.48
or newer
Features
Refactoring
- Fix the height of the ClientDetailContainer card in edit mode (INDIGO Sprint 221125, !5)
v22.46
v22.46
Compatibility
- seacat-auth
v22.46
or higher
Some credentials management features may not work properly if older version of SeaCat Auth service is used
Features
Refactoring
- Refactor put and post requests in Credentials. When creating credentials, phone and email will be send in a body of a request only when filled in. When updating the credentials, phone or email will be defined in a request body as
null
if value not specified. (INDIGO Sprint 221111, !3)