Releases: Frachtwerk/essencium-frontend
Releases · Frachtwerk/essencium-frontend
essencium-types: v2.0.1
essencium-types: v2.0.0
essencium-lib: v2.0.1
essencium-docs: v1.2.0
essencium-app: v2.0.1
essencium-lib: v2.0.0
2.0.0 (2023-08-01)
⚠ BREAKING CHANGES
- refactor code to match backend version
Features
- add basic UI for translations (7f9cd99)
- add edit & delete functionality to rolesView on nextBranch (3449b89)
- add Essencium logo (f64b087)
- add functionality for resetting a user password (da14f9c)
- add functionality to setPassword component (e08dccf)
- add input modal for role (b88da64)
- add loader animation (24a598e)
- add loading spinner with delay option (146bcba)
- add roles component (4488417)
- add search functionality to translation view (b233016)
- add searchable drop-down for filtering tables (22cc447)
- add success message to setPassword flow (0b61e7c)
- add test for setPassword component (52fea1a)
- add users component (079e26c)
- create page for adding a new user (4c1f089)
- implement basic filter functionality for users table (7bc3a2a)
- protect routes and render navlinks conditionally (c6dc83b)
- set user's language to default language (a88d450)
- show text if no translations found (1858f11)
- updating & resetting existing translations (36e12f1)
- use user locale if logged in (63ab9e5)
- visualize formState errors (e961299)
Bug Fixes
- add box container for error messages and adjust margins (a2a7218)
- add horizontal scroll to table (d91b729)
- display error messages of form inputs in add role modal (96d75ef)
- fix test case description (f4c323a)
- implement changes from merge conflict (602bc1b)
- prefix import (81eea04)
- remove duplicate imports (a63f6ed)
- remove unused imports (7374546)
- reset form on close (3eca9bd)
- set filter change callback as optional (b3cdf9e)
- solve merge conflicts (222af22)
- type error (93f88b8)
- use correct import (f5d9380)
- use i18n to parse form error messages (ef9795c)
- use same margins as in other views (2e086b7)
Code Refactoring
- refactor code to match backend version (57d47bf)
essencium-app: v2.0.0
2.0.0 (2023-08-01)
⚠ BREAKING CHANGES
- refactor code to match backend version
Features
- add basic UI for translations (7f9cd99)
- add button to add role (379acdc)
- add edit & delete functionality to rolesView on nextBranch (3449b89)
- add end2end tests for views (31520f8)
- add Essencium logo (f64b087)
- add functionality for resetting a user password (da14f9c)
- add functionality to delete a user (ea6a7d2)
- add functionality to invalidate a user's authToken (35cfe60)
- add functionality to setPassword component (e08dccf)
- add getUsers query function (2c8a541)
- add loader animation (24a598e)
- add modal logic to roles view (1aae64e)
- add pagination and table model to roles view (f99429e)
- add pagination to rights view (51403da)
- add pagination to users view (dbc1586)
- add query params to useGetRoles hook (87a79fb)
- add roles route (ababe28)
- add roles view (4c54911)
- add route and navigation (9869068)
- add searchable drop-down for filtering tables (22cc447)
- add update user page (b84634c)
- add useCreateRole hook (c9503df)
- conditionally show UI elements dependent on user role (8fd7014)
- create page for adding a new user (4c1f089)
- display translation for locale property (545eaec)
- enable server-side sorting for the existing table views (b000896)
- frontend: add delete confirmation dialog to usersView (5d6b6f6)
- implement basic filter functionality for users table (7bc3a2a)
- protect routes and render navlinks conditionally (c6dc83b)
- set dynamic title (54d154a)
- set user's language to default language (a88d450)
- updating & resetting existing translations (36e12f1)
- use user locale if logged in (63ab9e5)
Bug Fixes
- add variable to rolesView test (227c68e)
- adjust e2e test for UsersView (9e45e1e)
- adjust test (83bf690)
- adjust test for NavBar (65172af)
- adjust test for rolesView (dd2ee3f)
- app: remove blocking await keyword (7c07a8e)
- app: set user Admin as default user (b038fb9)
- change press action to click action in RolesView test (227c68e)
- fix unresolved language variables (e042904)
- implement changes from merge conflict (602bc1b)
- linting error (f0961d6)
- load german if user locale is english (b5a16f2)
- load german translation (3045e5f)
- redirect user if user was updated (6121cf0)
- remove client-side pagination (48ab76c)
- remove duplicate import (11957c9)
- remove only (227c68e)
- remove request to terminate endpoint in logout function (f2d698b)
- replace new Set with filter method (25c8bf9)
- set assertion timeout for RolesView test (227c68e)
- set correct pageCount value (d188130)
- setTimeout in RolesView test (227c68e)
- solve merge conflicts (222af22)
- store user in local storage for route guard (51a0375)
- use same margins as in other views (2e086b7)
Code Refactoring
- refactor code to match backend version (57d47bf)