Skip to content

Conversation

@leonardomnds
Copy link
Contributor

Hello @orizens, happy to contribute to this library.

This PR includes:

  • Upgrade Angular dependencies to v21
  • Update CHANGELOG.md

@badinmichal
Copy link

@orizens Hi, is it possible for you to review this PR and possibly make a release afterwards please ?

Copy link

@marklagendijk marklagendijk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I closed my PR #457 in favor of this one, because this one is more complete.

@orizens could you please merge and release?
Since this package explicitly lists Angular 20 as peer dependency, it blocks all users of this package from updating to Angular 21.

You could consider using a minimum version of Angular in de peer dependency spec. It will be rare for a new Angular version to break the package, so the overall experience of consumers of the package will be better if you use a minimum version instead of an explicit major version.

@softworckx
Copy link

I'm also very interested in the Angular 21 version of this library 😊

@marklagendijk
Copy link

marklagendijk commented Dec 8, 2025

As a temporary workaround, you can explicitly override the problematic peer dependency, by adding the following to our package.json:

  "overrides": {
    "@angular/common": "$@angular/common",
    "@angular/core": "$@angular/core"
  }

@orizens orizens self-requested a review December 8, 2025 21:28
@orizens orizens merged commit 036bc52 into orizens:master Dec 8, 2025
@orizens
Copy link
Owner

orizens commented Dec 8, 2025

@leonardomnds thank you for your pr - v21 is released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants