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.1.3
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.1.7
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 18, 2024

  1. chore(dependencies): update

    xidedix committed Jul 18, 2024
    Copy the full SHA
    2bfb903 View commit details
  2. chore(release): ship v5.1.7

    xidedix committed Jul 18, 2024
    Copy the full SHA
    963ed4d View commit details
Showing with 630 additions and 566 deletions.
  1. +6 −0 CHANGELOG.md
  2. +604 −546 package-lock.json
  3. +17 −17 package.json
  4. +1 −1 projects/coreui-angular-chartjs/package.json
  5. +1 −1 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.1.7`

- chore(dependencies): update

---

#### `5.1.3`

- fix(modal): attempt to focus when there is no focusable element on modal dialog
1,150 changes: 604 additions & 546 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "5.1.3",
"version": "5.1.7",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",
@@ -36,24 +36,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/localize": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/localize": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@coreui/chartjs": "^4.0.0",
"@coreui/icons": "^3.0.1",
"@popperjs/core": "~2.11.8",
"chart.js": "^4.4.3",
"lodash-es": "^4.17.21",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
@@ -63,13 +63,13 @@
"@angular-eslint/schematics": "^17.5.2",
"@angular-eslint/template-parser": "^17.5.2",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.11",
"@angular/language-service": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@types/jasmine": "^5.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
@@ -78,7 +78,7 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^17.3.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "~5.4.5"
},
"keywords": [
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.1.3",
"version": "5.1.7",
"description": "Angular wrapper component for Chart.js",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",
2 changes: 1 addition & 1 deletion projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "5.1.3",
"version": "5.1.7",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",
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.1.3",
"version": "5.1.7",
"description": "CoreUI Icons Angular component and service",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",