Skip to content

Commit

Permalink
Complete Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Feb 13, 2019
1 parent 2f70c2e commit 5a5b3ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,9 @@

## Version 1.4.1 (2019-02-13)

- Fix #30: Cannot initialize Dropzone with List<HtmlElement>
- Follow more code style conventions
- Fix #30: Cannot initialize Dropzone with List<HtmlElement>.
- Follow more code style conventions.
- Update dependencies.

## Version 1.4.0 (2018-10-12)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,7 +7,7 @@ Drag and Drop for Dart web apps with mouse and touch support.

[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/)
[Demos and Examples](https://code.makery.ch/library/dart-drag-and-drop/)

![DnD Screenshot](https://raw.githubusercontent.com/marcojakob/dart-dnd/master/doc/dnd-screenshot.png)

Expand All @@ -27,7 +27,7 @@ Drag and Drop for Dart web apps with mouse and touch support.
## Usage

Before you read the instructions below, you should take a look at the
[examples](http://code.makery.ch/library/dart-drag-and-drop/).
[examples](https://code.makery.ch/library/dart-drag-and-drop/).

### Basic Set Up

Expand Down Expand Up @@ -164,7 +164,7 @@ a `dnd-retarget` attribute to the host:
The _Dart Drag and Drop_ library is inspired by

- [jQuery UI Draggable](http://jqueryui.com/draggable/)
- [Draggabilly](http://draggabilly.desandro.com/)
- [Draggabilly](https://draggabilly.desandro.com/)

Thank you for your work!

Expand Down

0 comments on commit 5a5b3ee

Please sign in to comment.