draggable icon indicating copy to clipboard operation
draggable copied to clipboard

CDN links not working

Open raziEiL opened this issue 4 years ago • 3 comments

This CDN link are completely broken

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

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

raziEiL avatar Jun 08 '21 09:06 raziEiL

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 avatar Jun 09 '21 01:06 zjffun

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

zjffun avatar Jun 09 '21 01:06 zjffun

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.

jamesnakagawa avatar Jul 22 '23 19:07 jamesnakagawa