Skip to content

Releases: kartik-v/yii2-tree-manager

Version 1.0.2

22 May 13:08
Compare
Choose a tag to compare

Date: 22-May-2015

  • (enh #34): Better ability to disable treeAttribute by setting it to false.
  • (enh #35): Initialize variables prior to extraction.
  • (enh #36): Add German translations.

Version 1.0.1

10 May 19:37
Compare
Choose a tag to compare

Date: 11-May-2015

  • (enh #18): Add new plugin events and enhance plugin event parameters.
  • (enh #19): Add Russian translations and fix minor bugs in kv-tree-input.js.
  • (enh #20): Encode node names feature in Tree model.
  • (enh #21): Purify node icons feature in Tree model.
  • (enh #22): Create jQuery helper methods for treeview input and toggle actions.
  • (enh #25): New property TreeView::showIDAttribute to hide/show key attribute in form.
  • (enh #26): Special validation for move left when the parent is root.
  • (enh #27): Implement root node deletion.
  • (enh #28): Enhance alert fade styling for deletions.
  • (enh #29): Reinitialize yii active form/jquery plugins after ajax success more correctly.
  • (enh #30): New property TreeView::nodeFormOptions to control HTML attributes for form.
  • (enh #32): Better styling for inactive and invisible nodes.
  • (bug #33): Fix minor bug in jquery plugin's button actions code.

Version 1.0.0

21 Apr 16:58
Compare
Choose a tag to compare

Date: 21-Apr-2015

  • Initial release
  • (bug #2): Empty node validation on tree init.
  • (enh #3): Set dependencies for Asset Bundles.
  • (enh #4): Error trapping enhancements to Tree::activateNode and Tree::removeNode
  • (enh #5): Different default parent icons for collapsed and opened node states.
  • (enh #6): Selectively disable parent only flags for leaf nodes.
  • (enh #7): Client script enhancements.
  • (enh #9): Cast true & false variables in $_POST to boolean.
  • (enh #10): Avoid duplicate URL encoding.
  • (enh #13): Use Closure methods for rendering nodeAddlViews.
  • (enh #15): Missing namespace for Model class in TreeViewInput.