Skip to content

Commit

Permalink
Prepare for version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Jun 5, 2017
1 parent 917ab04 commit 89704a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dnd
version: 0.3.5
version: 0.3.6
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/
Expand Down

0 comments on commit 89704a1

Please sign in to comment.