Skip to content

Releases: nathancahill/split

1.5.9

05 Nov 22:06
Compare
Choose a tag to compare

Fixes:

  • Fixes an issue with Split views that are initially hidden - thanks @radiantone!

1.5.7

26 Oct 18:28
Compare
Choose a tag to compare

Fixes:

  • Fixes an issue with sizes and setSizes where passing very low values like 0 that computed to less than the size of the gutter, would break the layout - thanks @Autre31415!

1.5.6

22 Oct 15:47
Compare
Choose a tag to compare

Fixes:

  • Minor discrepancy in docs/code with cursor col-resize row-resize - thanks @Bejito81

1.5.5

18 Oct 21:55
Compare
Choose a tag to compare

Fixes:

  • Fix issue on mobile introduced in 1.5.4 - thanks @AndranikA!

1.5.4

15 Oct 19:44
Compare
Choose a tag to compare

Changes:

Fixes:

  • Fix a typo in error message - thanks @bradleyjkemp
  • Corrects default dragInterval value - thanks @adrianbj
  • Prevent gutter from jumping when dragging - thanks @davidje13
  • Updates type defs

1.5.3

12 Oct 03:37
Compare
Choose a tag to compare

Changes:

  • New option: dragInterval - thanks @adrianbj!
  • New option: gutterAlign

1.5.2

09 Oct 14:30
Compare
Choose a tag to compare

Fixes:

  • Fix broken install in 1.5.1 be removing opencollective.

1.5.1

09 Oct 05:10
Compare
Choose a tag to compare

Fixes:

  • Drag can only be initiated with the left mouse button - thanks @patr0nus

1.5.0

09 Oct 03:16
Compare
Choose a tag to compare

Changes:

  • Adds expandToMin option
  • Adds option to preserve gutter on destroy
  • Adds pairElement argument to gutter function

Fixes:

  • Collapsing an element no longer sets it's width to 0, rather, it uses the minSize

1.4.0

04 Oct 19:44
Compare
Choose a tag to compare

Changes:

  • Add correct Typescript typings - thanks @searene
  • Adds API option to maintain sizes on destroy - thanks @frumbert
  • Better error if selector is not found - thanks @turok1997
  • pairs and parent properties now exposed - thanks @saluce65
  • New website: https://split.js.org

Fixes:

  • Improves LTR/RTL support - thanks @TpSr52
  • Fixes a bug where the cursor would change when leaving the parent element - thanks @davidje13