Skip to content

Releases: cyclejs-community/cyclejs-sortable

Release 3.0.4

21 Jun 11:03
Compare
Choose a tag to compare
  • Fix size issues when not using border-box (0bdfc3c)
  • Update documentation (05df994)

Release 3.0.3

21 Jun 10:14
Compare
Choose a tag to compare
  • Fix selection in deeper children (2bbb5be)
  • Update documentation (1156fe8)

Release 3.0.2

21 Jun 09:52
Compare
Choose a tag to compare
  • Remove @cycle/time support for now (a4e5037)

Release 3.0.1

21 Jun 09:49
Compare
Choose a tag to compare

Release 3.0.0

21 Jun 07:03
Compare
Choose a tag to compare
  • 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

05 Jul 07:19
Compare
Choose a tag to compare

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

28 Mar 16:33
Compare
Choose a tag to compare

Mobile support

28 Mar 13:12
Compare
Choose a tag to compare

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

Update dependencies

23 Mar 11:38
Compare
Choose a tag to compare

With this release all dependencies are up to the newest version

Multiple stream libraries

23 Mar 11:09
Compare
Choose a tag to compare

Check out the horizontal example for the usage with RxJS!