Releases: RamonSmit/Nestable2
Releases · RamonSmit/Nestable2
1.6.0
This changes break backward compatibility with version 1.5 in remove
and removeAll
method
- [klgd] Fixed conflict when project using also jQuery 2.*
- [RomanBurunkov] Moved effect and time parameter in
remove
method to config option.
- [RomanBurunkov] Added callback in methods
remove
and removeAll
as a parameter
- [RomanKhomyshynets] Fixed
add
function with non-leaf parent_id, fixed #84
1.5.0
- Append the .dd-empty div if the list don't have any items on init, fixed #52
- Fixed problem on Chrome with touch screen and mouse, fixed #28 and #73
1.4.0
- Added fadeOut support to remove method
- Fixed replace method (added collapse/expand buttons when item has children), see #69
- Added autoscroll while dragging, see #71
- Added CDN support
- Removed unneeded directories in dist/
v1.3.1
- Fixed
add
method when using parent_id, see #66
v1.3.0
- Added Travis CI builds after each commit and pull request
- Added
test
task in gulp with eslint validation
- Added minified version of JS and CSS
- Changed project name to
nestable2
v1.2.9
Fixed remove
method when removing last item from the list
v1.2.8
Merge pull request #65 from ImLiam/patch-1
Add option to disable drag event
v1.2.6
- Function
add
support parent_id
property.
- Added
replace
function.
1.2.5
Merge pull request #63 from pjona/function_add
Added `add` function