librenms-librenms/CHANGELOG.md
2014-02-07 14:48:53 +01:00

2.7 KiB

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)