Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

110 lines (66 loc) · 5.45 KB

v0.5.0 (2014-02-14)

Bug Fixes

  • autogrow: refining autogrow_cols behavior and grid width issues (835c2df8)
  • resize.stop: Call resize.stop at the latest possible moment (e21f63a0)

Features

  • draggable: Add toggle draggable method. (073fdc40)

v0.4.4 (2014-02-13)

Features

  • resize: add start/stop/resize event triggers (7ca8deec)

v0.4.3 (2014-02-11)

Bug Fixes

  • generated-styles: cleaning cached serializations properly (f8b04f29)

v0.4.2 (2014-02-07)

Bug Fixes

  • recalculate grid width when adding widgets (47745978)

v0.4.1 (2014-02-07)

Bug Fixes

  • add resize.min_size option to default config object (5672edb0)

v0.4.0 (2014-02-07)

Bug Fixes

  • gridster:
    • leaking options with multiple Gridster instances (07c71097)
    • resize.axes default option only 'both' (62988780)
  • licenses: add required copyright message for underscore (b563c094)
  • readme: link title jsfiddle -> jsbin, edit 5) of process steps (0641aa89)

Features

  • draggable:
    • method to set drag limits dynamically (d4482ec1)
    • support horizontal scrolling while dragging (ae4921b7)
  • gridster: increase grid width when dragging or resizing (37c4e943)
  • resize: add option to set min_size of a widget (ff511872)

v0.3.0 (2013-11-18)

Features

  • draggable:
    • method to set drag limits dynamically (d4482ec1)
    • support horizontal scrolling while dragging (ae4921b7)
  • gridster: increase grid width when dragging or resizing (b61df653)

v0.2.1 (2013-10-28)

Features

  • resize: Add start/stop/resize callbacks (d4ec7140)

v0.2.0 (2013-10-26)

Bug Fixes

  • fixes and improvements in widget-resizing. (ae02b32b, closes #32)
  • gridster:
    • the preview holder should not always use li (1ade74e2)
    • overlapping widget problem (31fd8d6b)
    • Orphan preview holder when dragging is interrupted (1b13617d)
    • remove_widget Returns the instance of the Gridster Class (5bfbc5c0)

Features

  • draggable:
    • new config option to move or not the dragged element (4d9b2a84)
    • CSS selectors support in ignore_dragging config opt (0f956249)
    • pass previous position to the drag callback (055cc0e4)
    • Don't start new drag if previous one hasn't stopped (91ca6572)
    • pass useful data to all drag callbacks (8dda2410)
  • gridster: drag-and-drop widget resizing (e1924053)
  • utils: add delay helper to utils (faa6c5db)