diff --git a/CHANGELOG.md b/CHANGELOG.md index de7d2e269..b2c918d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,11 @@ * *BREAKING* Migrate `suppressEdit` setting from mod-configuration to mod-users and `custom_fields_label` setting to mod-settings. Remove "configuration" interface. Refs UIU-3404. * Hide `AffiliationsSelect` when editing a patron/dcb/system user. Improve form submission handling in UserForm component. Fixes UIU-3374. +## [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. 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) * 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.