Shopify / draggable

The JavaScript Drag & Drop library your grandparents warned you about.
https://shopify.github.io/draggable
MIT License
18k stars 1.09k forks source link

CDN links not working #497

Open raziEiL opened 3 years ago

raziEiL commented 3 years ago

This CDN link are completely broken

<!-- Entire bundle -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/draggable.bundle.js"></script>
<!-- legacy bundle for older browsers (IE11) -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/draggable.bundle.legacy.js"></script>
<!-- Draggable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/draggable.js"></script>
<!-- Sortable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/sortable.js"></script>
<!-- Droppable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/droppable.js"></script>
<!-- Swappable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/swappable.js"></script>
<!-- Plugins only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/plugins.js"></script>

Output from Dev Tools console: Failed to load resource: the server responded with a status of 404 ()

zjffun commented 3 years ago

Sorry for the inconvenience. The latest version has been merged, but failed to publish a new version on NPM. So we need to use 1.0.0-beta.12 now.

zjffun commented 3 years ago

@tsov It looks like #480 publish failed. Could you please check it when you are free?

jamesnakagawa commented 1 year ago

Is an update possible here @tsov? While I accept this package is no longer maintained, It would be nice to allow community to continue the work.