From 6599632c5b53b2348580c811a13b004193c8f27e Mon Sep 17 00:00:00 2001 From: Dmytro Melnyshyn Date: Tue, 23 Dec 2025 10:56:08 +0200 Subject: [PATCH 1/2] Release v12.1.15 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921ce055c..c52f8be8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,6 @@ * Avoid indirection through null item when loaned item is deleted. Fixes UIU-3457. * In the list of a user's open loans, the "Use at location" includes service-point and (when relevant) exipiry date. Fixes UIU-3418. * Added null check to allow roles to be selected for user when list is emptied. Fixes UIU-3465. -* Remove UTC timezone from expiration date formatting in `UserInfo` and `EditUserInfo` components so that expiration is correct. Use `.format()` instead of `.format('L')` in `recalculatedDate` to preserve timezone information. Fixes UIU-3400. * Add translations for use-at-location actions for history list in loan detail pages. Fixes UIU-3420. * Remove `DCB_VIRTUAL_USER` constant and update related tests to use user type directly. The last name will no longer be hardcoded to `DcbSystem`. Refs UIU-3477. * Reset loans and requests data on mount in UserLoans and UserRequests. Refs UIU-3460. @@ -62,6 +61,10 @@ * Rename the `ui-users.settings.departments.create.edit.view` permission to avoid displaying the edit capability as a view. Fixes UIU-3403. * Disable the submit button while the affiliations manager is processing. Refs UIU-3497. +## [12.1.15] (https://github.com/folio-org/ui-users/tree/v12.1.15) (2025-12-23) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v12.1.14...v12.1.15) +* Remove UTC timezone from expiration date formatting in `UserInfo` and `EditUserInfo` components so that expiration is correct. Use `.format()` instead of `.format('L')` in `recalculatedDate` to preserve timezone information. Fixes UIU-3400. + ## [12.1.14] (https://github.com/folio-org/ui-users/tree/v12.1.14) (2025-10-08) [Full Changelog](https://github.com/folio-org/ui-users/compare/v12.1.13...v12.1.14) * Add support for use circulation-bff for claim-item-returned. Refs UIU-3413. From 4dd853aa2a4be1f7c98d5f084b67331b5b0cece3 Mon Sep 17 00:00:00 2001 From: Dmytro Melnyshyn Date: Mon, 29 Dec 2025 14:59:56 +0200 Subject: [PATCH 2/2] Release v12.1.16 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a8accd9..908f0c222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,8 +60,11 @@ * Migrate tag flag from mod-configuration to mod-settings. Refs UIU-3412. * Rename the `ui-users.settings.departments.create.edit.view` permission to avoid displaying the edit capability as a view. Fixes UIU-3403. * Disable the submit button while the affiliations manager is processing. Refs UIU-3497. + +## [12.1.16] (https://github.com/folio-org/ui-users/tree/v12.1.16) (2025-12-29) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v12.1.15...v12.1.16) * Optimize role fetching to load only selected tenant's roles instead of all tenants. Fixes UIU-3499. -* Add condition to check for non-empty servicePoints before showing handler in withServicePoints component. Fixes UIU-3503. +* Add condition to check for non-empty servicePoints before showing handler in withServicePoints component. Do not show loading when saving a user record to prevent triggering the 'Are you sure' modal. Fixes UIU-3503. ## [12.1.15] (https://github.com/folio-org/ui-users/tree/v12.1.15) (2025-12-23) [Full Changelog](https://github.com/folio-org/ui-users/compare/v12.1.14...v12.1.15)