Skip to content

Releases: SortableJS/react-sortablejs

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 14:13

6.0.0 (2020-09-27)

Bug Fixes

  • types: removes MultiDrag and Swap exports from index (f34c861), closes #179

Build System

  • parcel: replace rollup with parcel 2 (3876be2)

BREAKING CHANGES

  • parcel: packagejson#module was removed because the file is no longer being generated.
  • types: it's apparent we're import sortablejs with all plugins mounted. We've had a few
    bugs come in that MultiDrag no longer exports because of version 1.12.x of sortablejs making an
    accidental breaking change.

v5.0.5

Choose a tag to compare

@github-actions github-actions released this 25 Sep 14:12

5.0.5 (2020-09-25)

Bug Fixes

  • util.ts: changes custom type Omit to extend keyof T (9db7297)

v5.0.4

Choose a tag to compare

@github-actions github-actions released this 25 Sep 10:43
5ff3f4a

5.0.4 (2020-09-25)

Bug Fixes

  • passes clone function to onAdd if cloning (#173) (5ff3f4a)

v5.0.3

Choose a tag to compare

@github-actions github-actions released this 25 Sep 09:10

5.0.3 (2020-09-25)

Bug Fixes

  • semantic: adds missing github plugin (f6a7cca)
  • semantic: use dist/** glob (76d1ba0)

v5.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Sep 09:01

5.0.2 (2020-09-25)

Bug Fixes

  • semantic: uses dist/**.* to assets (6aa4183)

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 08:51

5.0.1 (2020-09-25)

Bug Fixes

  • ci: adds dist/** to git assets (c46913f)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 08:41

5.0.0 (2020-09-25)

Continuous Integration

  • semantic: adds plugin @semantic/git (5f2b28e)

BREAKING CHANGES

  • semantic: pushes the changes to the git repository

v4.0.0

Choose a tag to compare

@waynevanson waynevanson released this 25 Sep 08:34

4.0.0 (2020-09-25)

Code Refactoring

BREAKING CHANGES

  • please, build for me

A dummy release

Choose a tag to compare

@waynevanson waynevanson released this 25 Sep 06:52

This is a dummy release, where we're tying to get semantic-release to do the work for us.

Currently it is not recognizing that v2.x is the latest because github does not have it labelled as the latest.

I'm not sure how it all work,s but I hope this fixes it.

v1.5.1

Choose a tag to compare

@cheton cheton released this 18 Feb 16:02

Fix an issue that failed to execute 'removeChild' on 'Node' (f21ed7f, PR #59 by @ultralabed, closes #55)