Skip to content

Latest commit

 

History

History
223 lines (113 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

223 lines (113 loc) · 11.4 KB

CHANGELOG

v24.40

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

Features

  • Select all feature for credentials in bulk assignment screen. (INDIGO Sprint 230713, !47)
  • Add new cookie- and session-related client attributes. (PLUM Sprint 230714, !55)

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

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

Tested with Seacat Auth service v23.23-beta

Features

  • ASAB WebUI submodule version bump [b193d29] commit (INDIGO Sprint 230609, !37)

  • 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 sceen for miltuple 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)

  • Add missing locales for Home (INDIGO Sprint 230609, !37)

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

Compatibility

Tested with Seacat Auth service v23.13-beta

Features

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

  • Resources actions extended. Added posibility to rename, delete, hard-delete and retrieve resources (INDIGO Sprint 230217, !19)

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

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)

v23.4

Compatibility

  • SeaCat Auth UI v23.4 or newer
  • SeaCat Auth v23.3 or newer

⚠️ Due to implementation of new features, invitation will not work with SeaCat Auth service versions older than 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 with phone and preferred_username with username (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

Compatibility

  • ASAB UI v22.48 or newer
  • SeaCat Auth v22.48 or newer

⚠️ Due to breaking changes in the OpenID Connect module, tenant authorization will not work with older versions of SeaCat Auth service and ASAB UI based apps.

Features

  • ASAB WebUI submodule version bump [e7c9b7eb] commit (INDIGO Sprint 221125, !6)

Refactoring

  • Fix the height of the ClientDetailContainer card in edit mode (INDIGO Sprint 221125, !5)

v22.46

Features

  • ASAB WebUI submodule version bump [bd1bb40] commit (INDIGO Sprint 221111, !3)

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)

Bugfix

v22.45

  • Initialize SeaCat Admin repo with content (INDIGO Sprint 221031, !2)