v2.17.0
5 months ago by Craig Adam
New Features
- Generic Notifications Service: Introduced a new generic notifications service within the
ng-notifications
package, enabling notifications to be utilized across any Angular application without dependency on the shared service. This enhancement promotes greater modularity and reusability across different components.
Improvements
-
Refactoring of Resource Permissions: The
ng-resource-permissions
package has been refactored to utilize the newng-notifications
package instead of the shared service. This change allowsng-resource-permissions
to function as a generic Angular package, independent of the Explorer-specific context, enhancing its flexibility and applicability. -
Package Dependency Updates: Updated various package dependencies to their latest versions, ensuring improved performance, security, and compatibility across the platform.
-
Configuration and Import Modifications: Made several adjustments to configuration files and import statements to align with the updated package structures and dependencies, facilitating a more streamlined development process.
Bug Fixes
- .gitignore Cleanup: Refined the
.gitignore
file to exclude unnecessary files and directories, preventing unintended files from being tracked in the repository and maintaining a cleaner codebase.