HexagonJS
Tree Changelog
1.8.0
hx.TreeoptionsObject
options
Added
#29
Added an option for lazily rendering tree nodes when building from JSON
1.0.0
hx.treeSelection
Added
Fluid api version of Tree
0.14.0
hx.Tree
Bugfix
The options.items option has been fixed to not throw an error when used.
hx.Tree
render
Removed
Use items(data) to set the data and renderer(render) to set the renderer or pass in options to the constructor.
hx.Tree
Removed
Use hx.Tree(selector, options) instead.
hx.initialiseTrees
Removed
Use hx.initializeTrees instead.
0.13.0
hx.Tree
render
Deprecated
Deprecated as part of API standardisation Use items(data) to set the data and renderer(render) to set the renderer or pass in options to the constructor.
hx.Tree
Deprecated
Deprecated as part of API standardisation Use hx.Tree(selector, options) instead.
hx.Tree
Added
Sets up / prepares a selection for displaying data in an expandable tree.
hx.Tree
Added
Gets the items the tree is built from
hx.Tree
itemsTree
Added
Set the items to build the tree from.
hx.Tree
rendererFunction
Added
Gets the function used to convert tree items into DOM elements.
hx.Tree
rendererTree
Added
Sets the function used to convert tree items into DOM elements.
hx.initialiseTrees
Deprecated
Use hx.initializeTrees instead.
hx.initializeTrees
Added
Initializes all the trees that match a css selector in a page and returns the Tree objects as an array.
0.11.0
hx.Tree
Bugfix
Fixed an issue where show/hide were not changing the rotation of the arrow icons in trees.
0.10.0
hx-tree
Updated
Removed module-specific classes in favor of generic classes
hx-tree
hx-tree-[n]
Removed
0.9.0
hx-tree
hx-tree-[n]
Deprecated
All numbered color classes will be removed in a later version.Use the context classes instead.