-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CommonJS exports in dist/pkgd files Add changelog tick version v1.1.2
- Loading branch information
Showing
8 changed files
with
209 additions
and
44 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
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Changelog | ||
|
||
#### v1.1.2 | ||
|
||
Add `destroy` method. Fixes [#72](https://github.com/desandro/draggabilly/issues/72) | ||
|
||
#### v1.1.1 | ||
|
||
+ Add packaged files in `dist/`. Fixes [#55](https://github.com/desandro/draggabilly/issues/55) | ||
+ Add CommonJS support for npm and Browserify | ||
|
||
### v1.1.0 | ||
|
||
Add support for IE10, IE11, Microsoft Surface | ||
|
||
#### v1.0.9 | ||
|
||
Add `axis` option. Fixes [#31](https://github.com/desandro/draggabilly/issues/31) | ||
|
||
#### v1.0.8 | ||
|
||
Add `grid` option. Fixes [#20](https://github.com/desandro/draggabilly/issues/20) | ||
|
||
#### v1.0.7 | ||
|
||
Dismiss right-button clicks. Fixes [#29](https://github.com/desandro/draggabilly/issues/29) | ||
|
||
#### v1.0.6 | ||
|
||
Fix IE8 bug with double-bound events. Fixes [#38](https://github.com/desandro/draggabilly/issues/38) | ||
|
||
#### v1.0.5 | ||
|
||
Fix AMD dependencies | ||
|
||
#### v1.0.4 | ||
|
||
Bind `touchcancel` event. Fixes [#18](https://github.com/desandro/draggabilly/issues/18) | ||
|
||
#### v1.0.3 | ||
|
||
Fix IE8 bug, dragging images. Fixes [#22](https://github.com/desandro/draggabilly/issues/22) | ||
|
||
#### v1.0.2 | ||
|
||
Add AMD support. Fixes [#6](https://github.com/desandro/draggabilly/issues/6) | ||
|
||
#### v1.0.1 | ||
|
||
Refactor isElement | ||
|
||
## v1.0.0 | ||
|
||
Initial public release |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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