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

Commit

Permalink
Bad Moms v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wezeolaky committed Jun 26, 2016
1 parent 552e8d2 commit 91154a0
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 14 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.1.0",
"version": "4.2.0",
"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
6 changes: 5 additions & 1 deletion changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# X.X.X planned - not implemented
- **[Braking change!]** rename 'shared' property to 'state'
- **[Braking change!]** rename 'dragulardrag' event to 'dragulardragstart'
- new event 'dragulardrag' emited each iteration while dragging

# 4.2.0 Bad Moms
- UMD compatible #79
- options.onInit, on init callback function, closes #65
- Fixed examples #83 (Filtered model in nested ng-repeat)

# 4.1.0 Dora
- IE bug fixes #68
- compileItemOnDrop fixes #71
Expand Down
2 changes: 1 addition & 1 deletion dist/dragular.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ return /******/ (function(modules) { // webpackBootstrap
var dragularService = __webpack_require__(2);

/**
* Dragular 4.1.0 by Luckylooke https://github.com/luckylooke/dragular
* Dragular 4.2.0 by Luckylooke https://github.com/luckylooke/dragular
* Angular version of dragula https://github.com/bevacqua/dragula
*/
module.exports = 'dragularModule';
Expand Down
2 changes: 1 addition & 1 deletion dist/dragular.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/dist/examples.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/examples.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/examples.min.js.map

Large diffs are not rendered by default.

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.1.0 is based on dragula 3.6.3 and tested with angular 1.4.9.</b></p>
<p><b>Actual version 4.2.0 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
4 changes: 2 additions & 2 deletions docs/src/examples/templates.js

Large diffs are not rendered by default.

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.1.0 is based on dragula 3.6.3 and tested with angular 1.4.9.</b>
<b>Actual version 4.2.0 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.1.0 by Luckylooke https://github.com/luckylooke/dragular
* Dragular 4.2.0 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 91154a0

Please sign in to comment.