feat(core): Add selection dimensions and route removal functionality

This commit is contained in:
2024-10-06 06:57:15 +02:00
parent b2a11a5de2
commit bb30a6e8a8
6 changed files with 135 additions and 32 deletions

42
changelog.md Normal file
View File

@@ -0,0 +1,42 @@
# Changelog
## 2024-10-06 - 1.1.0 - feat(core)
Add selection dimensions and route removal functionality
- Introduced the SelectionDimension class for managing stateful selections across routes.
- Enhanced SmartRouter with the ability to create and manage selection dimensions.
- Added route removal functionality in SmartRouter using the 'on' method.
## 2024-05-29 - 1.0.17 - Maintenance
Minor updates and maintenance changes to the project's configuration and metadata.
- Updated project description.
- Modified tsconfig settings.
- Updated npmextra.json for the githost setting.
## 2023-09-11 to 2023-04-11 - 1.0.16 - Fixes and Organizational Improvements
A series of minor bug fixes and organizational updates.
- Fixed core component issues.
- Switched to a new organizational scheme.
## 2023-03-18 to 2022-12-31 - 1.0.13 to 1.0.15 - Bug Fixes
Regular fixes to address bugs in the core.
- Recurring fixes in core components across versions.
## 2022-01-22 to 2021-09-08 - 1.0.11 to 1.0.12 - Stability Enhancements
Enhancements aimed at improving stability with core updates.
- Core stability improvements and updates.
## 2021-09-08 to 2020-11-30 - 1.0.5 to 1.0.10 - Regular Updates
Ongoing updates focused on the core's functionality.
- Multiple core updates to ensure optimal performance.
## 2020-11-30 to 2020-06-01 - 1.0.1 to 1.0.4 - Initial Fixes
Initial series of fixes and updates following project kickoff.
- Addressed initial core component issues.