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
Loading