Skip to content

Latest commit

 

History

History
88 lines (50 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

88 lines (50 loc) · 4.9 KB

1.3.0 (2015-09-12)

Features

  • toggle arrows: Add an option to disable the toggle arrows overall and on mobile devices (c27255d), closes #56

1.2.3 (2015-09-12)

Bug Fixes

  • jQuery touchdrag: special-case jQuery touch drag events (8418ea5), closes #82
  • multipledigests: use evalAsync for resize calls (c295344)

1.2.2 (2015-09-12)

Bug Fixes

  • nesting: resizing a parent pane also triggers a resize in child (23d8cf4), closes #102
  • require: fix directory path in require (06afdf9)

1.2.0 (2015-09-03)

1.1.0 (2015-08-26)

Bug Fixes

  • ~: change bower main property to better integrate with yeoman and grunt (f60dfaa), closes #35 #36 #40
  • ~: fix versioning to work with ui-publisher (d670223)
  • bower: change main property to improve integration with yeoman (8d2c4c0)
  • uiLayout: remove event listeners from destroyed elements (564d6fa)
  • uiLayout: resize layout on window resize (a31c3ed), closes #47

Features

  • events: Broadcast events on resize and toggle (24e4a54), closes #34

0.0.1-beta (2014-07-14)

Bug Fixes

  • demo: the east is at the right... sorry (0b55522)
  • gulp: copy *.css files to the dist (86d8cdf)
  • gulp: no scss here (14783c1)
  • layout: replace event property name to page* (161d88f), closes #8
  • layout: use clientX/Y coordinates (a9e641d)
  • test: get the original event when using jquery (620e847)
  • test: mesure odd elements only (43490d9)
  • test: use default flow value (9bcd323)
  • test: with jQuery, .css(top/left) returns px instead of % (4aa8f73)
  • touch: correct event property (849c997)

Features

  • grunt: use Angular UI publisher (d18a7d1)
  • layout: add element and attribute support. (5298396)
  • layout: add touch event support (9198b89)
  • layout: setting slip size option (5987d85)
  • test: add coverage info (beb11ef)
  • test: add initial e2e test (383fed7)
  • test: Run tests with jQuery present (7e88f49)
  • test: test not moving before startevent or after endevent (55ad525)
  • travis: add github encoded deploy key (5dcad80)
  • travis: run Angular UI Publisher scripts (19bb4db)