timofei-iatsenko / angular-cc-library

Library to support Credit Card input masking and validation
MIT License
82 stars 71 forks source link

Not compatible with Angular 15 #114

Closed yatinmob closed 1 year ago

timofei-iatsenko commented 1 year ago

It's probably just a matter of bumping a deps in the package json. The code itself should be 100% compatible. I will bump soon

wen9218 commented 1 year ago

@thekip, me, too angular-cc-library is not compatible with Ng v15. when could you possibly release a new version?

born2net commented 1 year ago

please help... we really need to move to v15... TX for a great lib!

timofei-iatsenko commented 1 year ago

Published 3.0.2

wen9218 commented 1 year ago

@thekip, sorry, I can't find new release. please check again

timofei-iatsenko commented 1 year ago

https://www.npmjs.com/package/angular-cc-library/v/3.0.2

timofei-iatsenko commented 1 year ago

It's turned out that distributable created with Angular 15 compiler is not compatible with angular 14 apps. So release 3.0.2 broke compatibility.

I reverted Angular 15 in the {patch} version, and created a new 3.0.4 (i skipped 3.0.3 because accidentally published the same version as 3.0.2) which works with angular 14.

Angular 15 Release now is 3.1.0 https://github.com/thekip/angular-cc-library/releases/tag/v3.1.0

I've added version compatibility table to Readme.

Sorry for this mess, I didn't find anywhere in Angular docs or upgrade guides that there would be incompatibilities in the libs between v14 - v15.