Skip to content

Releases: hesamurai/nested-sort

5.2.0

28 Jun 07:34
726e3f9
Compare
Choose a tag to compare

What's Changed

  • feat: code samples visual improvement by @hesamurai in #88
  • fix: take the dragged node depth into account when calculating the nesting levels by @hesamurai in #91
  • feat: add new item by @hesamurai in #92

Full Changelog: 5.1.3...5.2.0

5.1.3

09 Jun 13:27
79f5749
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.2...5.1.3

5.1.2

09 Jun 12:41
baf60bf
Compare
Choose a tag to compare

What's Changed

  • fix: avoid iOS page redirection on drag end by @hesamurai in #84

Full Changelog: 5.1.1...5.1.2

5.1.1

29 May 16:38
8edb4c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

Customised Render

19 Mar 16:47
b481dd4
Compare
Choose a tag to compare

What's Changed

  • feat: render function for customised list items by @hesamurai in #67

5.0.1

24 Oct 18:59
2a6f772
Compare
Choose a tag to compare

What's Changed

  • feat: typescript integration by @hesamurai in #47
  • fix: accommodate item drop before list items even if the cursor is indented by @hesamurai in #60

Full Changelog: 5.0.0...5.0.1

Better Semantics

07 Mar 18:38
15322b2
Compare
Choose a tag to compare

This release includes:

  • removal of inline list item styles and adding a modifier class to the main list so styling can be done via CSS. getComputedStyleValue and addListItemStyles methods of the NestedSort class have been removed now.
  • adding the new nestingLevels option to define the levels of nesting
  • adding the possibility of server rendered lists property mapping
  • adding support for ordered lists and making them the default list type

Life cycle control

03 Jan 20:48
6b33b09
Compare
Choose a tag to compare

This release is about:

  • adding the init option so you can control if the drag and drop functionality should be initialised
  • adding the init() method so you can control when the drag and drop functionality should be enabled
  • adding the destroy() method so you can disable the drag and drop functionality and remove the event listeners
  • refactoring the event listeners

Release 4.2.1

11 Oct 20:37
ab48993
Compare
Choose a tag to compare

Fixing a bug on multi-instance pages

Release 4.2.0: Come up with you order

09 Aug 23:18
adb8ff0
Compare
Choose a tag to compare

feat: items can now have a pre-defined order