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: ionic-team/angular-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @ionic/[email protected]
Choose a base ref
...
head repository: ionic-team/angular-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @ionic/[email protected]
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 9, 2024

  1. feat: support angular 17 (#508)

    BREAKING CHANGE: The minimum version of Angular required is now 17. Please updates your apps to use
    the latest release of Angular.
    liamdebeasi authored Jan 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c002c51 View commit details
  2. chore(release): publish [skip ci]

    github-actions committed Jan 9, 2024
    Copy the full SHA
    3f808e1 View commit details
Showing with 10,486 additions and 17,545 deletions.
  1. +10,438 −17,531 package-lock.json
  2. +1 −1 package.json
  3. +17 −0 packages/cordova-builders/CHANGELOG.md
  4. +7 −7 packages/cordova-builders/package.json
  5. +17 −0 packages/schematics/CHANGELOG.md
  6. +5 −5 packages/schematics/package.json
  7. +1 −1 tsconfig.json
Loading