Skip to content
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

Release a version for chart.js v3 #423

Closed
hellow554 opened this issue Jan 18, 2021 · 4 comments
Closed

Release a version for chart.js v3 #423

hellow554 opened this issue Jan 18, 2021 · 4 comments

Comments

@hellow554
Copy link

I would like to see a 0.8.0-alpha.1 (or similar) on npmjs so I can easily use it, instead of manually downloading and including it like #376 (comment) suggests.

What are the plans on this?

@hellow554
Copy link
Author

So, the reason for this is: when I do npm i git+https://github.com/chartjs/chartjs-plugin-zoom -P, the folder is empty:

$ ls node_modules/chartjs-plugin-zoom/
    LICENSE.md  package.json  README.md

that's it. There are no module downloaded, whatsoever. Is there a reason for it? Can this be fixed?

@hellow554
Copy link
Author

hey @kurkle and @benmccann
Can you leave a comment on this issue please?

@jledentu
Copy link
Collaborator

@hellow554 The reason is that the Git repository doesn't contain the /dist files. They are dynamically generated by the CI when a version of the npm package is released.

A solution would be to create a pre-release that supports Chart.js v3. I don't know what are the plans about it.

@kurkle
Copy link
Member

kurkle commented Mar 8, 2021

v1.0.0-beta.1 has been released

@kurkle kurkle closed this as completed Mar 8, 2021
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

No branches or pull requests

3 participants