Releases: nathancahill/split
Releases · nathancahill/split
1.5.9
Fixes:
- Fixes an issue with Split views that are initially hidden - thanks @radiantone!
1.5.7
Fixes:
- Fixes an issue with
sizes
andsetSizes
where passing very low values like0
that computed to less than the size of the gutter, would break the layout - thanks @Autre31415!
1.5.6
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
dragInterval
value - thanks @adrianbj - Prevent gutter from jumping when dragging - thanks @davidje13
- Updates type defs
1.5.3
1.5.2
Fixes:
- Fix broken install in 1.5.1 be removing opencollective.
1.5.1
1.5.0
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 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
pairs
andparent
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