-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #413 from zjffun/beta11
update to v1.0.0-beta.11
- Loading branch information
Showing
12 changed files
with
48 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,19 +63,19 @@ or via CDN | |
|
||
```html | ||
<!-- Entire bundle --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.bundle.js"></script> | ||
<!-- legacy bundle for older browsers (IE11) --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.bundle.legacy.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.bundle.legacy.js"></script> | ||
<!-- Draggable only --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.js"></script> | ||
<!-- Sortable only --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/sortable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/sortable.js"></script> | ||
<!-- Droppable only --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/droppable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/droppable.js"></script> | ||
<!-- Swappable only --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/swappable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/swappable.js"></script> | ||
<!-- Plugins only --> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins.js"></script> | ||
``` | ||
|
||
## Browser Compatibility | ||
|
@@ -151,7 +151,7 @@ For more information, please checkout the [contributing document](https://github | |
|
||
## Roadmap | ||
|
||
We are currently working on `v1.0.0-beta.8`. Check out the [project board](https://github.com/Shopify/draggable/projects/3) to see tasks and follow progress on the release. Any Pull Requests should be pointed against the feature branch `v1.0.0-beta.8`. | ||
We are currently working on `v1.0.0-beta.11`. Check out the [project board](https://github.com/Shopify/draggable/projects/3) to see tasks and follow progress on the release. Any Pull Requests should be pointed against the feature branch `v1.0.0-beta.11`. | ||
|
||
## Related resources | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ import Draggable from '@shopify/draggable/lib/draggable'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.bundle.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.js"></script> | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ import Droppable from '@shopify/draggable/lib/droppable'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.bundle.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/droppable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/droppable.js"></script> | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ import Collidable from '@shopify/draggable/lib/plugins/collidable'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins/collidable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins/collidable.js"></script> | ||
``` | ||
|
||
### Options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,11 @@ import ResizeMirror from '@shopify/draggable/lib/plugins/resize-mirror'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins/resize-mirror.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins/resize-mirror.js"></script> | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ import Snappable from '@shopify/draggable/lib/plugins/snappable'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins/snappable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins/snappable.js"></script> | ||
``` | ||
|
||
### Options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ import SortAnimation from '@shopify/draggable/lib/plugins/sort-animation'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].10/lib/plugins.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].10/lib/plugins/sort-animation.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins/sort-animation.js"></script> | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ import SwapAnimation from '@shopify/draggable/lib/plugins/swap-animation'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/plugins/swap-animation.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/plugins/swap-animation.js"></script> | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ import Sortable from '@shopify/draggable/lib/sortable'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.bundle.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/sortable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/sortable.js"></script> | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,11 @@ import Swappable from '@shopify/draggable/lib/swappable'; | |
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/draggable.bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/draggable.bundle.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].8/lib/swappable.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected].11/lib/swappable.js"></script> | ||
``` | ||
|
||
### API | ||
|