1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
== 2.3.0 - 16 March 2010
* Added GPL-LICENSE. The jQuery treeTable plugin is now dual-licensed under both the MIT and GPLv2 license.
* Added reveal function to expand a tree to a given node.
* Verified compatibility with jQuery 1.4.2.
== 2.2.3 - 18 August 2009
* Further optimized performance by eliminating most calls to jQuery's css function
== 2.2.2 - 25 July 2009
* Optimized performance of tree initialization (with initialState is collapsed)
* Added option 'clickableNodeNames' to make entire node name clickable to expand branch
* Updated jQuery to version 1.3.2
* Updated jQuery UI components to version 1.7.2 (Core, Draggable, Droppable)
== 2.2.1 - 15 February 2009
* Updated jQuery to version 1.3.1
* Updated jQuery UI components to 1.6rc6 (Core, Draggable, Droppable)
== 2.2 - 18 January 2009
* Fixed expander icon not showing on lazy-initialized nodes
* Fixed drag and drop example code to work for tables within tables
* Updated jQuery to version 1.3.0
* Updated jQuery UI components to 1.6rc5 (Core, Draggable, Droppable)
== 2.1 - 16 November 2008
* Optimized for faster initial loading (Issue #1)
* Implemented lazy initialization of nodes (Issue #1)
* Added information about the order of the rows in the HTML table to the documentation (Issue 2)
* Added performance.html with an example of a large table with drag and drop
== 2.0 - 12 November 2008
* Renamed plugin from ActsAsTreeTable to treeTable
* Added a minified version of the source code (jquery.treeTable.min.js)
* Added appendBranchTo function for easier manipulation of the tree with drag & drop (see docs for an example)
* Added option 'childPrefix' to allow customisation of the prefix used for node classes (default: 'child-of-')
* Renamed option 'default_state' to 'initialState'
* Changed initialState from 'expanded' to 'collapsed'
* Refactored collapse/expand behavior
* Moved private function bodies to their respective public function
== 1.2 - 3 November 2008
* Added option 'default_state'
* Expose additional functions: collapse, expand and toggleBranch
== 1.1 - 21 October 2008
* Fix JavaScript errors in IE7 due to comma-madness
* Fix collapse/expand behavior in IE7
== 1.0 - 2 October 2008
* Public release
|