Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
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: l-lin/angular-datatables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.1.0
Choose a base ref
...
head repository: l-lin/angular-datatables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 27, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ef88f7e View commit details

Commits on Jun 29, 2022

  1. Merge pull request #1660 from l-lin/feat-v14

    feat: upgrade to Angular v14
    l-lin authored Jun 29, 2022
    Copy the full SHA
    c439adb View commit details

Commits on Jul 3, 2022

  1. chore: release v14

    shanmukhateja committed Jul 3, 2022
    Copy the full SHA
    3ec0b6f View commit details
Showing with 5,279 additions and 4,235 deletions.
  1. +0 −1 demo/angular.json
  2. +4,077 −3,634 demo/package-lock.json
  3. +16 −16 demo/package.json
  4. +1,172 −572 package-lock.json
  5. +14 −12 package.json
1 change: 0 additions & 1 deletion demo/angular.json
Original file line number Diff line number Diff line change
@@ -155,7 +155,6 @@
}
}
},
"defaultProject": "angular-datatables-demo",
"schematics": {
"@schematics/angular:component": {
"prefix": "app"
Loading