Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.10
Choose a base ref
...
head repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.4.11
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on May 1, 2025

  1. chore(dependencies): update

    xidedix committed May 1, 2025
    Copy the full SHA
    8d13a61 View commit details
  2. chore(release): ship v5.4.11

    xidedix committed May 1, 2025
    Copy the full SHA
    b4715d9 View commit details
Showing with 748 additions and 688 deletions.
  1. +6 −0 CHANGELOG.md
  2. +718 −664 package-lock.json
  3. +19 −19 package.json
  4. +1 −1 projects/coreui-angular-chartjs/package.json
  5. +3 −3 projects/coreui-angular/package.json
  6. +1 −1 projects/coreui-icons-angular/package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

---

#### `5.4.11`

- chore(dependencies): update

---

#### `5.4.10`

- refactor(tabs-2): host bindings, host listeners, cleanup
1,382 changes: 718 additions & 664 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "5.4.10",
"version": "5.4.11",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
"license": "MIT",
@@ -40,16 +40,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.8",
"@angular/cdk": "^19.2.11",
"@angular/common": "^19.2.8",
"@angular/compiler": "^19.2.8",
"@angular/core": "^19.2.8",
"@angular/forms": "^19.2.8",
"@angular/localize": "^19.2.8",
"@angular/platform-browser": "^19.2.8",
"@angular/platform-browser-dynamic": "^19.2.8",
"@angular/router": "^19.2.8",
"@angular/animations": "^19.2.9",
"@angular/cdk": "^19.2.12",
"@angular/common": "^19.2.9",
"@angular/compiler": "^19.2.9",
"@angular/core": "^19.2.9",
"@angular/forms": "^19.2.9",
"@angular/localize": "^19.2.9",
"@angular/platform-browser": "^19.2.9",
"@angular/platform-browser-dynamic": "^19.2.9",
"@angular/router": "^19.2.9",
"@coreui/chartjs": "~4.1.0",
"@coreui/icons": "^3.0.1",
"@popperjs/core": "~2.11.8",
@@ -60,18 +60,18 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.9",
"@angular-devkit/schematics": "^19.2.9",
"@angular/cli": "^19.2.9",
"@angular/compiler-cli": "^19.2.8",
"@angular/language-service": "^19.2.8",
"@angular-devkit/build-angular": "^19.2.10",
"@angular-devkit/schematics": "^19.2.10",
"@angular/cli": "^19.2.10",
"@angular/compiler-cli": "^19.2.9",
"@angular/language-service": "^19.2.9",
"@types/jasmine": "^5.1.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"angular-eslint": "^19.3.0",
"copyfiles": "^2.4.1",
"eslint": "^9.25.1",
"jasmine-core": "^5.6.0",
"jasmine-core": "^5.7.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
@@ -80,7 +80,7 @@
"ng-packagr": "^19.2.2",
"prettier": "^3.5.3",
"typescript": "~5.7.3",
"typescript-eslint": "^8.31.0"
"typescript-eslint": "^8.31.1"
},
"keywords": [
"angular",
2 changes: 1 addition & 1 deletion projects/coreui-angular-chartjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular-chartjs",
"version": "5.4.10",
"version": "5.4.11",
"description": "Angular wrapper component for Chart.js",
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
"license": "MIT",
6 changes: 3 additions & 3 deletions projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "5.4.10",
"version": "5.4.11",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
"license": "MIT",
@@ -28,8 +28,8 @@
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/router": "^19.2.0",
"@coreui/coreui": "~5.2.0 || ~5.3.1",
"@coreui/icons-angular": "~5.4.10",
"@coreui/coreui": "~5.2.0 || ~5.3.2",
"@coreui/icons-angular": "~5.4.11",
"rxjs": "^7.8.2"
},
"repository": {
2 changes: 1 addition & 1 deletion projects/coreui-icons-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/icons-angular",
"version": "5.4.10",
"version": "5.4.11",
"description": "CoreUI Icons Angular component and service",
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
"license": "MIT",