swimlane / ngx-graph

Graph visualization library for angular
https://swimlane.github.io/ngx-graph
MIT License
922 stars 285 forks source link

chore: allow future angular versions #549

Closed surya-pabbineedi closed 2 weeks ago

surya-pabbineedi commented 3 weeks ago

What kind of change does this PR introduce? (check one with "x")

What is the current behavior? (You can also link to an open issue here) The library @swimlane/ngx-graph specifies peer dependencies that only support Angular versions up to 16.x. This creates issues when trying to use the library with newer versions of Angular.

What is the new behavior? This PR updates the package.json to allow for any Angular versions greater than or equal to 10.0.0. This change removes the need to publish a new version of the library every time a new major version of Angular is released.

Does this PR introduce a breaking change? (check one with "x")

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

Screenshot 2024-06-23 at 10 09 51 PM
surya-pabbineedi commented 3 weeks ago

@marjan-georgiev @steveblue please review.

marjan-georgiev commented 2 weeks ago

Thanks @surya-pabbineedi!