@egovernments/digit-ui-libraries 1.9.3 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.4] [10-March-2026]
|
|
4
|
+
|
|
5
|
+
### 🔧 Multi-Root Tenant Support Enhancement:
|
|
6
|
+
|
|
7
|
+
#### 🏢 ULB Service Improvements:
|
|
8
|
+
- **Enhanced `getCurrentTenantId()` Method**: Added sandbox-ui multi-root tenant support
|
|
9
|
+
- Added `MULTI_ROOT_TENANT` global config check
|
|
10
|
+
- When multi-root tenant is enabled, directly returns `user.info.tenantId`
|
|
11
|
+
- Provides better tenant isolation for sandbox environments
|
|
12
|
+
- Falls back to existing logic when multi-root tenant is disabled
|
|
13
|
+
|
|
14
|
+
#### 📋 Modified Files:
|
|
15
|
+
- `packages/libraries/src/services/molecules/Ulb/index.js`:
|
|
16
|
+
- Added `MULTI_ROOT_TENANT` config check in `getCurrentTenantId()`
|
|
17
|
+
- Enhanced tenant ID resolution logic for multi-tenant deployments
|
|
18
|
+
|
|
19
|
+
### Impact:
|
|
20
|
+
- Better support for sandbox multi-root tenant configurations
|
|
21
|
+
- Improved tenant context handling for multi-tenant deployments
|
|
22
|
+
- Ensures correct tenant ID is used when multi-root tenant is enabled
|
|
23
|
+
|
|
3
24
|
## [1.9.3] [15-December-2025]
|
|
4
25
|
|
|
5
26
|
### 🔧 Validation Pattern Enhancements:
|