Skip to content

Releases: nathancahill/split

0.2.6

15 Sep 23:20
Compare
Choose a tag to compare

Changes:

  • Remove var from the global scope to allow import

0.2.5

02 Sep 21:52
Compare
Choose a tag to compare

Changes:

  • Fix Chrome bug causing mousedown to be interpreted as HTML5 dragstart

0.2.4

01 Sep 17:21
Compare
Choose a tag to compare

Changes:

  • Switch to using calc() for widths

0.2.3

30 Aug 22:23
Compare
Choose a tag to compare

Changes:

  • Add ability to snap to minimum width

0.2.2

30 Aug 20:29
Compare
Choose a tag to compare

Changes:

  • Remove float: left from gutter. Split.js only sets widths.
  • Undo 1px fudging in search of a better solution. See #1

0.2.1

30 Aug 18:57
Compare
Choose a tag to compare

Version bump for bower. No changes.

0.2

30 Aug 18:54
Compare
Choose a tag to compare
0.2

Changes:

  • Add callbacks (onDrag, onDragStart, onDragEnd)
  • Support multiple minWidths
  • Fix a float rounding bug by fudging the width by 1px

0.1

29 Aug 05:09
Compare
Choose a tag to compare
0.1

First release