forked from angular-ui/ui-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This also brings code coverage back to 100%.
feat(sortable): add extra properties to ui.item.sortable
tests: fix configuration of "custom helper function + cancel()" test
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.
Add run-time dependencies
Updated small typo in the readme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.