Skip to content

Releases: cyclejs-community/cyclejs-sortable

Release 3.0.4

Choose a tag to compare

@jvanbruegge jvanbruegge released this 21 Jun 11:03
  • Fix size issues when not using border-box (0bdfc3c)
  • Update documentation (05df994)

Release 3.0.3

Choose a tag to compare

@jvanbruegge jvanbruegge released this 21 Jun 10:14
  • Fix selection in deeper children (2bbb5be)
  • Update documentation (1156fe8)

Release 3.0.2

Choose a tag to compare

@jvanbruegge jvanbruegge released this 21 Jun 09:52
  • Remove @cycle/time support for now (a4e5037)

Release 3.0.1

Choose a tag to compare

@jvanbruegge jvanbruegge released this 21 Jun 09:49

Release 3.0.0

Choose a tag to compare

@jvanbruegge jvanbruegge released this 21 Jun 07:03
  • Fix release config (0ff8686)
  • Update documentation (5086e35)
  • Release 3.0.0 (ae63c12)
  • Update release-it (0022554)
  • Fix and test the update events (d6e715a)
  • Add updateOrder event streams (301229e)
  • Use non-trivial selector for horizontal example (72de31e)
  • Remove .nojekyll (0093a78)
  • Fix horizontal reordering (c12321c)
  • Rewrite cyclejs-sortable (e02c37c)
  • Update dependencies (cecc87b)
  • Publish 2.4.0 (2bb5be1)
  • Run prettier only for modified files (#19) (1a04fc5)
  • Throw if composed stream emits array (#18) (49d7f0b)
  • Updated example path (1c317da)
  • Publish (30935ea)
  • Merge pull request #16 from cyclejs-community/manyFixes (fb2b2e7)
  • Readd spacing between elements (c4535d4)
  • Update dependencies (805c4a1)
  • fix(makeSortable): selectionDelay but and CSS style issues for updateEvent and parentSelector examples (#17) (ab06ee6)
  • Add note about selectionDelay (fc327ea)
  • Fix mousemove bug, ghost offset bug, requiring children if no handle option set, remove need for emitBetween, use border-box, add code to implement ghostClass options (17b7d5b)
  • Apply prettier formatting (2897020)
  • Add prettier (1210356)
  • Publish (bde3108)
  • Only add key if missing (701503d)

Fix rerendering

Choose a tag to compare

@jvanbruegge jvanbruegge released this 05 Jul 07:19

Fixes a bug that rerenders your component if the parent of the sortable items is not the root node (the node on that you call makeSortable)

Mouse leaving browser window working now

Choose a tag to compare

@jvanbruegge jvanbruegge released this 28 Mar 16:33
2.2.1

Publish

Mobile support

Choose a tag to compare

@jvanbruegge jvanbruegge released this 28 Mar 13:12

cyclejs-sortable can now be used with touch input too!

Update dependencies

Choose a tag to compare

@jvanbruegge jvanbruegge released this 23 Mar 11:38

With this release all dependencies are up to the newest version

Multiple stream libraries

Choose a tag to compare

@jvanbruegge jvanbruegge released this 23 Mar 11:09

Check out the horizontal example for the usage with RxJS!