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

CDN URLs not working #364

Closed
dragondgold opened this issue Feb 13, 2020 · 3 comments
Closed

CDN URLs not working #364

dragondgold opened this issue Feb 13, 2020 · 3 comments
Milestone

Comments

@dragondgold
Copy link

dragondgold commented Feb 13, 2020

The links to https://unpkg.com/uuid@latest/dist/umd/uuidv4.min.js and https://cdn.jsdelivr.net/npm/uuid@latest/dist/umd/uuidv4.min.js to use in the browser are not working!

@ctavan ctavan added this to the 7.0.0 milestone Feb 17, 2020
@ctavan
Copy link
Member

ctavan commented Feb 17, 2020

@dragondgold as written in the current README, the current READEM already refers to the next major release of this library which will be v7.0.0.

The current stable release v3.4.0 does not offer built-in support to load the library from a CDN. As detailed out in other issues there are workarounds though.

Alternatively you could try the beta release of v7.0.0 until we release it as "latest": https://unpkg.com/uuid@beta/dist/umd/uuidv4.min.js

@ctavan ctavan mentioned this issue Feb 17, 2020
10 tasks
@dragondgold
Copy link
Author

Thank you @ctavan :)

@ctavan
Copy link
Member

ctavan commented Feb 24, 2020

We have just released uuid@7.0.0 which now features direct UMD builds again: https://github.com/uuidjs/uuid#umd-builds

Please feel free to open a new issue if you encounter any issues with the new version.

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

2 participants