-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library production build error on latest version 3.1.0 #345
Comments
Angular dependency was changed from 13 to 14. I had to use ~3.0.0 instead of ^3.0.0 to avoid 3.1.x |
@jthorsen that is correct my mistake! |
The build also fails on angular 14.2.12 |
You are right, I see a similar issue with Angular 14... in 15 it looks alright. I will wait for the Highcharts v11 release (which should be in a couple of weeks) and after that, I will release a new major version of this wrapper. I apologize for the inconvenience- right now it looks like using version 3.0.0 is a valid solution for older Angular versions. |
@karolkolodziej are there still plans to release new major version of |
Pin highcharts-angular at 3.0.x to fix TypeScript errors with Angular v14. See: highcharts/highcharts-angular#345
Pin highcharts-angular at 3.0.x to fix TypeScript errors with Angular v14. See: highcharts/highcharts-angular#345
Describe the bug
It works fine up to v3.0.0. Latest update caused an error on our build pipeline with what it seems to be breaking changes introduced on v3.1.0.
Expected behavior
Minor version changes to be compatible.
Setup used
NodeJS version: 14
Angular version: 13.3.4
TypeScript version: 4.6.4
The text was updated successfully, but these errors were encountered: