Skip to content

Releases: nathancahill/split

0.4.7

16 Nov 16:57
Compare
Choose a tag to compare

Changes:

  • Fix an issue where Browserify does not handle this for global - thanks @gsanta!

0.4.6

04 Nov 21:48
Compare
Choose a tag to compare

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

04 Nov 19:28
Compare
Choose a tag to compare

Changes:

  • Fix a bug where callbacks were fired when not dragging - thanks @ozguruysal!

0.4.4

23 Oct 16:29
Compare
Choose a tag to compare

Changes:

  • Add support for mobile browsers with touch events

0.4.3

19 Oct 18:17
Compare
Choose a tag to compare

Changes:

  • Add support for specifying the initial sizes as CSS values

0.4.2

17 Oct 00:17
Compare
Choose a tag to compare

Changes:

  • Fixes an issue where initial size could be smaller than minSize thanks to @pedrogit

0.4.1

12 Oct 23:38
Compare
Choose a tag to compare

Changes:

  • Adds graceful degradation for IE8 and below.
  • Fixes an issue with scrollbars showing in IE.

0.4

12 Oct 03:02
Compare
Choose a tag to compare
0.4

Breaking Changes:

Migration to 0.4:

  • widths option is now called sizes
  • minWidth option is now called minSize
  • gutterWidth option is now called gutterSize
  • direction option defaults to 'horizontal for backwards compability

0.3.1

07 Oct 16:44
Compare
Choose a tag to compare

Changes:

  • Fixed an issue with 3+ panes where the right side would creep left with repeated drags.

0.3

06 Oct 22:24
Compare
Choose a tag to compare
0.3

Changes:

  • Officially support 3+ panes!

Thanks @RodMontgomery for contributing.