Skip to content

Releases: RamonSmit/Nestable2

1.6.0

22 Oct 01:57
Compare
Choose a tag to compare

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

20 Jul 22:44
Compare
Choose a tag to compare
  • 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

15 Jul 12:08
Compare
Choose a tag to compare
  • 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

24 Jun 22:02
Compare
Choose a tag to compare
  • Fixed add method when using parent_id, see #66

v1.3.0

22 Jun 22:18
Compare
Choose a tag to compare
  • 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

21 Jun 19:14
Compare
Choose a tag to compare

Fixed remove method when removing last item from the list

v1.2.8

16 Jun 11:14
Compare
Choose a tag to compare
Merge pull request #65 from ImLiam/patch-1

Add option to disable drag event

v1.2.7

28 May 20:40
Compare
Choose a tag to compare
  • Added remove function.

v1.2.6

28 May 02:02
Compare
Choose a tag to compare
  • Function add support parent_id property.
  • Added replace function.

1.2.5

24 May 07:32
Compare
Choose a tag to compare
Merge pull request #63 from pjona/function_add

Added `add` function