Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
covalent-11.0.0.tgz | 2025-06-26 | 2.1 MB | |
README.md | 2025-06-26 | 2.3 kB | |
v11.0.0 source code.tar.gz | 2025-06-26 | 2.5 MB | |
v11.0.0 source code.zip | 2025-06-26 | 4.3 MB | |
Totals: 4 Items | 8.9 MB | 0 |
11.0.0 (2025-06-26)
Bug Fixes
Features
- angular: upgrade angular and Nx dependencies to version 20.x.x (b436fb1)
BREAKING CHANGES
-
angular: now supporting NG 20.x
-
fix(components): update SCSS build command to disable source maps
-
ci(release): 11.0.0-beta.1 [skip ci]
-
feat(components): add icon demo component and update icon lists
-
refactor(components): remove unused icon list and demo component
-
feat(build): add TypeScript declaration generation to build process
-
build(workflows): update Node.js version to 20 in CI
-
refactor(components): remove icon-demo exports
-
ci(release): 11.0.0-beta.2 [skip ci]
-
refactor(angular): migrate to inject for dependency injection
-
Updated various components and services to use the
inject
function for dependency injection instead of constructor injection. - Removed unnecessary
@Optional()
decorators where applicable. - Simplified constructor signatures by eliminating parameters for injected services.
- Ensured optional dependencies are safely accessed using optional chaining.
-
Improved code readability and maintainability by consolidating imports and reducing boilerplate code.
-
refactor(search): rename search event to searchChange for consistency
-
feat(icon): add CovalentIconDemo component to showcase icons
-
feat(icon): update icon demo and configuration for module support
-
ci(release): 11.0.0-beta.3 [skip ci]
-
refactor(build): remove typescript type declarations
-
feat(components): added icon exports for list and demo
-
ci(release): 11.0.0-beta.4 [skip ci]
-
feat(package): add style export to package.json
-
ci(release): 11.0.0-beta.5 [skip ci]
-
fix(package): remove type and style fields from package.json
-
ci(release): 11.0.0-beta.6 [skip ci]
-
fix(): update imports to include CommonModule in toolbox and tooltip
-
ci(release): 11.0.0-beta.7 [skip ci]
-
refactor(theme): remove unused button density function