Releases: nathancahill/split
Releases · nathancahill/split
0.4.7
0.4.6
Changes:
- Fixes an issue where cursor flickers when dragging - thanks @ozguruysal!
- Add an option to set the cursor (col-resize, dragging, etc)
0.4.5
Changes:
- Fix a bug where callbacks were fired when not dragging - thanks @ozguruysal!
0.4.4
Changes:
- Add support for mobile browsers with touch events
0.4.3
Changes:
- Add support for specifying the initial sizes as CSS values
0.4.2
0.4.1
Changes:
- Adds graceful degradation for IE8 and below.
- Fixes an issue with scrollbars showing in IE.
0.4
Breaking Changes:
- Add support for vertical splits thanks to @RodMontgomery
Migration to 0.4:
widths
option is now calledsizes
minWidth
option is now calledminSize
gutterWidth
option is now calledgutterSize
direction
option defaults to'horizontal
for backwards compability
0.3.1
Changes:
- Fixed an issue with 3+ panes where the right side would creep left with repeated drags.