Skip to content

Releases: hesamurai/nested-sort

5.2.0

Choose a tag to compare

@hesamurai hesamurai released this 28 Jun 07:34
726e3f9

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

Choose a tag to compare

@hesamurai hesamurai released this 09 Jun 13:27
79f5749

What's Changed

Full Changelog: 5.1.2...5.1.3

5.1.2

Choose a tag to compare

@hesamurai hesamurai released this 09 Jun 12:41
baf60bf

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

Choose a tag to compare

@hesamurai hesamurai released this 29 May 16:38
8edb4c5

What's Changed

Full Changelog: 5.1.0...5.1.1

Customised Render

Choose a tag to compare

@hesamurai hesamurai released this 19 Mar 16:47
b481dd4

What's Changed

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

5.0.1

Choose a tag to compare

@hesamurai hesamurai released this 24 Oct 18:59
2a6f772

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

Choose a tag to compare

@hesamurai hesamurai released this 07 Mar 18:38
15322b2

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

Choose a tag to compare

@hesamurai hesamurai released this 03 Jan 20:48
6b33b09

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

Choose a tag to compare

@hesamurai hesamurai released this 11 Oct 20:37
ab48993

Fixing a bug on multi-instance pages

Release 4.2.0: Come up with you order

Choose a tag to compare

@hesamurai hesamurai released this 09 Aug 23:18
adb8ff0

feat: items can now have a pre-defined order