Heatmanofurioso / ngx-avatars

Spiritual successor of HaithemMosbahi's ngx-avatar
MIT License
16 stars 11 forks source link

[Feature] | Update to NG 18 #62

Closed Heatmanofurioso closed 3 months ago

Heatmanofurioso commented 3 months ago

Closes #61

hhmmjjnn commented 2 months ago

This breaks semantic versioning.

Depending on a different major version is a breaking change. Therefore ngx-avatars should get a new major release itself.

Workaround for those whose project was broken by this: Replace "ngx-avatars": "^1.7.0", by "ngx-avatars": "~1.7.0",