diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a19aaa..6a2665b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## Version 0.3.6 (2017-06-06) + +* Fix bug: Provide reasonable fallback for event target when mouse position exits viewport (#19). + + ## Version 0.3.5 (2016-11-22) * Handle the edge case where destroy is called while dragging an avatar (#17). diff --git a/LICENSE b/LICENSE index a13bd9d..5c8b981 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Marco Jakob +Copyright (c) 2017 Marco Jakob Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 959dafb..eaee7f1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Drag and Drop for Dart web apps with mouse and touch support. [![Star this Repo](https://img.shields.io/github/stars/marcojakob/dart-dnd.svg?style=flat-square)](https://github.com/marcojakob/dart-dnd) [![Pub Package](https://img.shields.io/pub/v/dnd.svg?style=flat-square)](https://pub.dartlang.org/packages/dnd) -[![Build Status](https://drone.io/github.com/marcojakob/dart-dnd/status.png)](https://drone.io/github.com/marcojakob/dart-dnd/latest) - + [GitHub](https://github.com/marcojakob/dart-dnd) | [Pub](https://pub.dartlang.org/packages/dnd) | [Demos and Examples](http://code.makery.ch/library/dart-drag-and-drop/) diff --git a/pubspec.yaml b/pubspec.yaml index 7a0b045..971d4f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dnd -version: 0.3.5 +version: 0.3.6 author: Marco Jakob description: Drag and Drop for Dart web apps with mouse and touch support. homepage: http://code.makery.ch/library/dart-drag-and-drop/