Skip to content

Commit

Permalink
version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine committed Feb 12, 2017
1 parent 0afb564 commit d6c8851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ember-sortable changelog

### 1.9.2 (2017-02-12)

- [#131](https://github.com/jgwhite/ember-sortable/pull/131) prevent touch-actions on element or handle using css [@acburdine](https://github.com/acburdine)
- [#118](https://github.com/jgwhite/ember-sortable/pull/118) improve performance of dragging by throttling drag event using ember run [@estshy](https://github.com/estshy)

### 1.9.1 (2016-11-28)

- [#119](https://github.com/jgwhite/ember-sortable/pull/119) use document as the scroll parent if the body is the scroll parent [@tim-evans](https://github.com/tim-evans)
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": "ember-sortable",
"version": "1.9.1",
"version": "1.9.2",
"description": "Sortable UI primitives for Ember.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit d6c8851

Please sign in to comment.