Skip to content

Commit

Permalink
Getting ready for version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Aug 9, 2014
1 parent 346b696 commit 8327fa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.1.3 (2014-08-09)

* Fix #4: Problem when an ancestor of the dragged element was positioned
(relative, absolute, fixed).


## Version 0.1.2 (2014-07-22)

* Correcting small bug that occurred when setSelectionRange() was called on
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: dnd
version: 0.1.2
version: 0.1.3
author: Marco Jakob <majakob@gmx.ch>
description: Drag and Drop for Dart web apps with mouse and touch support.
homepage: http://code.makery.ch/library/dart-drag-and-drop/
documentation: http://www.dartdocs.org/documentation/dnd/0.1.2/
documentation: http://www.dartdocs.org/documentation/dnd/0.1.3/
dependencies:
browser: '>=0.10.0+2 <0.11.0'

0 comments on commit 8327fa6

Please sign in to comment.