Skip to content

Bringing up to date with the head fork #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 454 commits into from
Oct 24, 2018
Merged

Conversation

filipkis
Copy link
Owner

No description provided.

thgreasi and others added 30 commits July 27, 2014 23:46
fix(nested.spec): minor tweak for chrome37
fix(sortable): clear savedNodes to fix a leak when items get removed
chore: increase version number to v0.12.9
forgot I already had issued 0.12.9 to test gh-pages publish
chore: increase version number to v0.12.10
docs(README) use svg badge for Travis CI status
appendTo option mess up ng-repeat comments
fix(sortable): manage appendTo option
chore: increase version number to v0.12.11
feat(sortable): add extra properties to ui.item.sortable
tests: fix configuration of "custom helper function + cancel()" test
joujiahe and others added 29 commits April 15, 2017 01:28
The helper element is not always in the last position while created
from a function and append it to another DOM.

E.g. the following will mess up the DOM position after canceled update.
```
var sortableOption = {
  helper: function (evt, ui) {
    return ui.clone().appendTo('body');
  }
};
```
fix(sortable): fix incorrect helper returned from getSortingHelper()
Fix in Material example title.
fix(README): fix duplicate event
fix(sortable): fix droptarget detection on directly nested sortables
feat: add ui-preserve-size option
The run-time dependencies when pulled in through NPM do not match the run-time dependencies listed in the Bower package. This means that when using NPM for dependency management the package's dependencies will not be pulled in. This update simply makes the dependencies in package.json match those of bower.json.
Updated small typo in the readme
@filipkis filipkis merged commit 475a21a into filipkis:master Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.