Skip to content

Commit c533811

Browse files
authoredJun 18, 2020
Merge pull request #395 from bahung1221/master
v1.0.0-beta.10 and update CHANGELOG
2 parents 933fbf0 + 7174193 commit c533811

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.0.0-beta.10 - 2020-06-18
4+
5+
### Added
6+
7+
* Added `SortAnimation` plugin
8+
* Added `distance?: number` to DraggableOptions TS interface
9+
10+
### Changed
11+
12+
* Fix mirror dimensions when `constrainDimensions` is active and not using fixed item width
13+
314
## v1.0.0-beta.9 - 2019-08-26
415

516
### Added

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/draggable",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"private": false,
55
"license": "MIT",
66
"description": "The JavaScript Drag & Drop library your grandparents warned you about.",

‎src/Plugins/SortAnimation/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The sort animation plugin currently only works with `Sortable`. It adds sort ani
44
and animates all sorted elements via `translate3d`. It is currently possible to change the duration and
55
the easing function of the animation.
66

7-
It different with (SwapAnimation)[https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation] plugin because SwapAnimation only support horizontal or vertical layout.
7+
It different with [SwapAnimation](https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation) plugin because SwapAnimation only support horizontal or vertical layout.
88

99
This plugin is not included by default, so make sure to import it before using.
1010

11-
**NOTE**: Don't use this plugin with (SwapAnimation)[https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation] plugin to avoid conflict.
11+
**NOTE**: Don't use this plugin with [SwapAnimation](https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation) plugin to avoid conflict.
1212

1313
### Import
1414

0 commit comments

Comments
 (0)
Failed to load comments.