Skip to content

Commit

Permalink
Bump 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Aug 17, 2017
1 parent 0d8a3e0 commit e2d9901
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## dev

## 0.10.1 (2017 August 17)

Bugfixes

* Fixed compatibility with browsers only supporting `TouchEvent`, including Safari on iOS.
* Fixed exception on long-press if no menu was defined

UI changes

* Movement threshold for starting panning reduced, making it a bit easier

## 0.10.0 (2017 June 28)

UI changes
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": "the-graph",
"version": "0.10.0",
"version": "0.10.1",
"description": "flow-based programming graph editing",
"author": "Forrest Oliphant, the Grid",
"license": "MIT",
Expand Down

0 comments on commit e2d9901

Please sign in to comment.