Skip to content

Releases: TeskaLabs/seacat-admin-webui

v24.40-alpha2

03 Oct 09:38
a6cf6de
Compare
Choose a tag to compare
  • Change alpine version to more recent

v24.40-alpha

03 Oct 09:11
f80303b
Compare
Choose a tag to compare

Releases

  • v24.40-alpha

Features

  • ASAB WebUI submodule version bump [3eddd42] commit (INDIGO Sprint 230818, !60)

  • Added functionality that disallows readOnly editing to the provider (INDIGO Sprint 230818, !58)

Refactoring

  • Change "?" in HelpButton to word "Help" (INDIGO Sprint 230721, !439)

  • Add a condition that will allow users with the right resource to see hidden tree-menu-items, add docs for TreeMenu (INDIGO Sprint 230721, !437)

  • Add titles for buttons and locales for it (INDIGO Sprint 230721, !57)

Fix

  • Fix on Help button, rename the module to SeaCatAdminModule (#61, v24.40-alpha, INDIGO Sprint 240913)

v23.30-alpha

26 Jul 10:19
6da8539
Compare
Choose a tag to compare

v23.30-alpha

Features

  • Select all feature for credentials in bulk assignment screen. (INDIGO Sprint 230713, !47)

v23.29-alpha

20 Jul 10:03
94de21d
Compare
Choose a tag to compare

v23.29-alpha

Breaking change

  • All service names need to be updaded in nginx configuration according following example: seacat_auth -> seacat-auth

Features

  • ASAB WebUI submodule version bump [31b7bb5] commit (INDIGO Sprint 230713, !51)

Refactoring

  • Replace all underscores in names/api's with dashes (INDIGO Sprint 230713, !51)

  • Add styles for primary dropdown-toggle (INDIGO Sprint 230623, !428)

  • Refactored dynamic locales (INDIGO Sprint 230623, !432)

  • Favicon update with new TeskaLabs logo (INDIGO Sprint 230623, !43)

  • Refactor HelpComponent, remove HelpService (INDIGO Sprint 230609, !418)

  • Add addHelpButton method for all screens in the Seacat-admin-webui app (INDIGO Sprint 230713, !52)

Bugfix

  • Add missing locales for HelpButton (INDIGO Sprint 230623, !50)

v23.27-beta

03 Jul 11:39
e2a7d61
Compare
Choose a tag to compare

v23.27-beta

Compatibility

To display last successful and unsuccessful login information, Seacat Auth service v23.27-beta and newer must be used.

Features

  • ASAB WebUI submodule version bump [3a35738] commit (INDIGO Sprint 230609, !40)

Refactoring

  • Changed button title from "Create New Credentials" to "New Credentials". (INDIGO 230609, !42)

  • Add parameter last_login=yes to GET /credentials/{cred_id} endpoint to retrieve last login info. (INDIGO 230623, !45)

Bugfix

  • Fix CredentialsInfoCard, card will not resize when an error occurs in an input, disable Save button if hint about wrong input is present, error hint message be cleaned when user click on Cancel button (INDIGO 230623, !41)

  • CustomDataContainer inital render in edit mode bug. The container only rendered the first item in the list of custom data. (INDIGO Sprint 230623, !44)

v23.23-alpha2

09 Jun 13:27
7c821dc
Compare
Choose a tag to compare

v23.23-alpha2

Tested with Seacat Auth service v23.23-beta

Features

  • ASAB WebUI submodule version bump [80151df] commit (INDIGO Sprint 230609, !38)

  • Changing logo based on app's theme (INDIGO Sprint 230428, !12)

  • Pagination via More.. button in dropdowns. Clients refactored to easily maintainable css grid. (INDIGO 230526, !35)

  • Bulk assignment screen for multiple tenants & roles to credentials assignment. (INDIGO 230526, !21)

Refactoring

  • Vertical spacing unification across seacat admin screens app. (INDIGO Sprint 230414, !26)

  • Lazy loading enabled in auth and home modules. Also, obsolete code removal for retrieving usernames in TenantDetailScreen. This functionality was substituted with component (INDIGO Sprint 230512, !31)

  • Add locales for the ended session, version bump asab-webui (INDIGO Sprint 230512, !34)

v23.23-alpha

08 Jun 14:51
b2a9fb2
Compare
Choose a tag to compare
v23.23-alpha Pre-release
Pre-release

v23.23-alpha

Tested with Seacat Auth service v23.23-beta

Features

  • ASAB WebUI submodule version bump [5f22a1c] commit (INDIGO Sprint 230526, !21)

  • Changing logo based on app's theme (INDIGO Sprint 230428, !12)

  • Pagination via More.. button in dropdowns. Clients refactored to easily maintainable css grid. (INDIGO 230526, !35)

  • Bulk assignment screen for multiple tenants & roles to credentials assignment. (INDIGO 230526, !21)

Refactoring

  • Vertical spacing unification across seacat admin screens app. (INDIGO Sprint 230414, !26)

  • Lazy loading enabled in auth and home modules. Also, obsolete code removal for retrieving usernames in TenantDetailScreen. This functionality was substituted with component (INDIGO Sprint 230512, !31)

  • Add locales for the ended session, version bump asab-webui (INDIGO Sprint 230512, !34)

v23.16-beta

19 Apr 15:31
71c82da
Compare
Choose a tag to compare

v23.16-beta

Compatibility

Tested with Seacat Auth service v23.16-beta

Features

  • ASAB WebUI submodule version bump [c7d682a] commit (INDIGO Sprint 230414, !29)

  • Update access and edit resources in SeaCat Admin application (INDIGO Sprint 230414, !28)

  • Remove Homepage (INDIGO Sprint 230414, !28)

Bugfix

  • Version bump of ASAB WebUI with fix on userinfo loop when session expiration time is set to small values (INDIGO Sprint 230414, !29)

v23.13-beta

27 Mar 10:32
a8e0702
Compare
Choose a tag to compare

v23.13-beta

Compatibility

Tested with Seacat Auth service v23.13-beta

Features

  • ASAB WebUI submodule version bump [1960466] commit (INDIGO Sprint 230317, !22)

Refactoring

  • Dropdown menu used to assign tenants nad roles to specific Credentials has been refactored to offer more data than the initial limit, upon clicking the 'More ...' button. (INDIGO Sprint 230203, !14)

  • Refactor ClientDetail and ClientCreate components, refactor URI inputs to new format, refactor client editing (INDIGO Sprint 230203, !18)

  • Remove react-helmet from the package.json (INDIGO Sprint 230216, !20)

  • Webpack V4 to V5 migration. (INDIGO Sprint 230303, !16)

  • Refactor Clients. Add new inputs authorize_uri and redirect_uri_validation_method. Refactor ClientDetail and ClientCreate to new format (divide to the cards). Update locales (INDIGO Sprint 230317, !22)

  • Update locales. Add missing and remove unused locales (INDIGO Sprint 230317, !27)

Bugfix

  • Fix responses in Clients and Tenant containers causing errors on undefined value. Closing issue !24. (INDIGO Sprint 230317, !25)

v23.5

01 Feb 14:26
e05312e
Compare
Choose a tag to compare

v23.5

  • Fixed pagination issue in DataTable component of ASAB-WebUI submodule

Features

  • ASAB WebUI submodule version bump [186b907] commit (INDIGO Sprint 230120, !17)

Refactoring

  • Add new input cookie_domain to Clients. Fix min-max height styles for CustomComponent (INDIGO Sprint 230120, !15)