Releases: nathancahill/split
Releases · nathancahill/split
Release list
1.5.9
Fixes:
- Fixes an issue with Split views that are initially hidden - thanks @radiantone!
1.5.7
Fixes:
- Fixes an issue with
sizesandsetSizeswhere passing very low values like0that computed to less than the size of the gutter, would break the layout - thanks @Autre31415!
1.5.6
Fixes:
- Minor discrepancy in docs/code with cursor
col-resizerow-resize- thanks @Bejito81
1.5.5
Fixes:
- Fix issue on mobile introduced in 1.5.4 - thanks @AndranikA!
1.5.4
Changes:
- Adds an index argument to elementStyle and gutterStyle - thanks @joelbyrd @igoriok1994
Fixes:
- Fix a typo in error message - thanks @bradleyjkemp
- Corrects default
dragIntervalvalue - thanks @adrianbj - Prevent gutter from jumping when dragging - thanks @davidje13
- Updates type defs
1.5.3
Changes:
- New option:
dragInterval- thanks @adrianbj! - New option:
gutterAlign
1.5.2
Fixes:
- Fix broken install in 1.5.1 be removing opencollective.
1.5.1
Fixes:
- Drag can only be initiated with the left mouse button - thanks @patr0nus
1.5.0
Changes:
- Adds
expandToMinoption - Adds option to preserve gutter on destroy
- Adds
pairElementargument to gutter function
Fixes:
- Collapsing an element no longer sets it's width to
0, rather, it uses theminSize
1.4.0
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
pairsandparentproperties 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