Release Notes
v2.1.0
February 2026
- Version alignment with @abpjs/core
v2.0.0
January 2026
- Version alignment with @abpjs/core
v1.1.0
January 2026
New Features
SettingManagementStateService- New state service for managing setting tab selection:getSelectedTab()- Get the currently selected tabsetSelectedTab(tab)- Set the selected tabgetState()- Get the current statereset()- Reset state to initial valuessubscribe(callback)- Subscribe to state changes
getSettingManagementStateService()- Function to get the singleton state service instance
New Types
SettingManagement.State- State interface withselectedTabproperty
v1.0.0
January 2026
- Version alignment with @abpjs/core
v0.9.0
January 2026 - Initial Release
Features
- SettingLayout component - Two-column layout with sidebar tabs
- useSettingManagement hook - Manage setting tabs programmatically
- SettingManagementService - Singleton service for tab state
- SETTING_MANAGEMENT_ROUTES - Route constant (format:
{ routes: ABP.FullRoute[] }) - URL synchronization - Auto-select tabs based on current URL
- Policy support - Tabs can require policies via
requiredPolicy