Skip to content

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 10:05
· 69 commits to main since this release
47ca9a5

0.27.0 (2025-09-26)

Bug Fixes

  • account-form: fix the creation of individual type account when the entity is of type individual (467f6b1)
  • react/accounts-table: persist table states (f85c3c9)
  • react/multiple-sessions: clear persisted account id if not found in user accounts (3df023b)
  • react/signup: open user app on same window after signup (885438b)

Features

  • use global account error (6897990)
  • vue-main-app: implement injection of additional tabs (9845854)
  • vue/account-info: show badge of account type (499bdc5)
  • vue/account-view: show the account type as a badge alongside the account name (7a88c88)
  • vue/accounts: make account table dynamic based on entity type (9dab3fe)
  • vue/error-handling: show error message when no account found error is thrown (cc865d9)
  • vue/tables: set persist-state prop to true for accounts, invitations and users table (873b5e6)
  • vue/translation: add translation for type header for accounts table (9f647ac)
  • vue: enhance SimpleAccountError component (4e0eb4b)
  • vue: introduce NotFoundMessage component and replace SimpleAccountError usage (dda5648)
  • vue: refactor AccountSettings view and update import paths (903553f)