Skip to content

Commit

Permalink
v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Nov 1, 2017
1 parent aa51055 commit 1c21f18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## v1.0.0-beta.3 - ?
## v1.0.0-beta.4 - ?

### Added

### Changed

## v1.0.0-beta.3 - 2017-11-01

### Added

- Bundle split, draggable now exports multiple bundles
- Adds JS bundle per module
- Adds legacy bundle for IE11
- Adds axis options for mirror plugin
- Adds axis & dimension constraint options for mirror plugin
- Basic swap animation plugin
- Draggables API is now accessible via inheritance for `Sortable`, `Swappable` and `Droppable`
- Draggables API extended
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/draggable",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": false,
"license": "MIT",
"description": "The JavaScript Drag & Drop library your grandparents warned you about.",
Expand Down

0 comments on commit 1c21f18

Please sign in to comment.