Skip to content

Releases: nathancahill/split

1.1.1

02 Nov 16:24
Compare
Choose a tag to compare

Changes:

  • Adds a new API to destroy the instance: destroy()

1.1.0

01 Nov 21:11
Compare
Choose a tag to compare

Changes:

  • Fixes an issue where splits could overflow when minSize was 0 or less than gutter.
  • Adds two new APIs for interacting with a split instance:
  • setSizes([]) behaves the same as the sizes configuration option.
  • collapse(index) collapses the element at index.

1.0.7

07 Jul 14:55
Compare
Choose a tag to compare

Changes:

  • Improved support for minification - thanks @cenfun!

1.0.6

08 Dec 01:38
Compare
Choose a tag to compare

Changes:

1.0.5

07 Dec 19:53
Compare
Choose a tag to compare

Changes:

  • Fixed a bug where cursors changed on dragging - thanks @ozguruysal!
  • Added support for HTML elements instead of just selectors - thanks @davidmaxwaterman!

1.0.4

25 Nov 20:46
Compare
Choose a tag to compare

Changes:

  • Fix a bug introduced in 1.0.3 where events were not bound to the correct objects - thanks @justdoo!

1.0.3

25 Nov 16:57
Compare
Choose a tag to compare

Changes:

1.0.2

19 Nov 20:09
Compare
Choose a tag to compare

Changes:

  • Fix an issue where parent width was calculated incorrectly

1.0.1

19 Nov 18:27
Compare
Choose a tag to compare

Changes:

  • Add a fix for using Split.js with iframes - thanks @basilmusa!

1.0.0

16 Nov 17:23
Compare
Choose a tag to compare

Breaking Changes:

  • Switch from element IDs to query selectors - thanks @gsanta!

Migration to 1.0:

  • Add # to IDs. If you previously had Split(['a', 'b']), this is now Split(['#a', '#b'])