Release Notes
v1.0.0
January 2026
New Features
- Sorting support in
useTenantManagement- New sorting state and methods:sortKey- Current sort field (default:'name')sortOrder- Sort direction ('asc'|'desc'|'')setSortKey()- Update sort fieldsetSortOrder()- Update sort direction
SortOrdertype - Exported type for sort order values
v0.9.0
January 2026
New Features
TENANT_MANAGEMENT_ROUTES- Route constant (format:{ routes: ABP.FullRoute[] })TENANT_MANAGEMENT_ROUTE_PATHS- Path constants (BASE, TENANTS)TENANT_MANAGEMENT_POLICIES- Policy name constantsfetchTenantspagination - Now accepts optionalABP.PageQueryParamstotalCountin hook - Returns total count for pagination
v0.8.0
January 2026
- Version alignment with @abpjs/core
v0.7.6
January 2026 - Initial Release
- TenantManagementModal component
- useTenantManagement hook with CRUD operations
- Connection string management