Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
The Drop v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooke committed Aug 16, 2016
1 parent 4b59db8 commit 74a4471
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragular",
"version": "4.2.1",
"version": "4.2.2",
"description": "Angular drag and drop library based on dragula, but full featured. For light-weight angular wrap of dragula look for angular-dragula",
"main": [
"dist/dragular.min.js",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/partials/partial-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>DRAGULAR</h1>
<p>Browser support includes every sane browser and **IE7+**. <sub>_(Granted you polyfill the functional `Array` methods in ES5)_</sub></p>
<h2>Inspiration</h2>
<p>I am working on huge angular project and I am using several drag&drop libraries in it, one for UI, one for lists, etc.. I want to use one full-featured drag&drop library for whole project. As I could not find any suitable, I decided to create one. I have choosen great library <a href="http://github.com/bevacqua/dragula">dragula</a> by <a href="https://github.com/bevacqua">Nicolas Bevacqua</a> as my starting point, make it more angular and started to put features in it! If you wish light-weight angular version of dragula, there is <a href="http://github.com/bevacqua/angular-dragula">official angular version of dragula</a>.</p>
<p><b>Actual version 4.2.1 is based on dragula 3.6.3 and tested with angular 1.5.5.</b></p>
<p><b>Actual version 4.2.2 is based on dragula 3.6.3 and tested with angular 1.5.5.</b></p>
<h2>Differences of dragular (against dragula)</h2>
<ul>
<li>replaced dragula crossvent with angulars event binding</li>
Expand Down
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Browser support includes every sane browser and **IE7+**. <sub>_(Granted you pol

I am working on huge angular project and I am using several drag&drop libraries in it, one for UI, one for lists, etc.. I want to use one full-featured drag&drop library for whole project. As I could not find any suitable, I decided to create one. I have choosen great library [dragula](http://github.com/bevacqua/dragula) by [Nicolas Bevacqua](http://github.com/bevacqua) as my starting point, make it more angular and started to put features in it! If you wish light-weight angular version of dragula, there is [official angular version of dragula](http://github.com/bevacqua/angular-dragula).

<b>Actual version 4.2.1 is based on dragula 3.6.3 and tested with angular 1.5.5.</b>
<b>Actual version 4.2.2 is based on dragula 3.6.3 and tested with angular 1.5.5.</b>

# Differences of dragular (against dragula)

Expand Down
2 changes: 1 addition & 1 deletion src/dragularModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var dragularDirective = require('./dragularDirective');
var dragularService = require('./dragularService');

/**
* Dragular 4.2.1 by Luckylooke https://github.com/luckylooke/dragular
* Dragular 4.2.2 by Luckylooke https://github.com/luckylooke/dragular
* Angular version of dragula https://github.com/bevacqua/dragula
*/
module.exports = 'dragularModule';
Expand Down

0 comments on commit 74a4471

Please sign in to comment.