-
Notifications
You must be signed in to change notification settings - Fork 222
/
CHANGELOG.txt
43 lines (33 loc) · 936 Bytes
/
CHANGELOG.txt
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
== 0.3.0 - 03 February 2015
* Perfomance optimization
* Bootstrap 3 update
* Add minifiyed js
* Add npm installation
* Add borew installation
== 0.2.1 - 21 January 2014
* Add events support
== 0.1.9 - 18 December 2013
* Fix table in table bug (thanks liuspcn)
== 0.1.8 - 16 December 2013
* Fix support alphanumeric id (you can use "-" symbol in id)
== 0.1.7 - 15 November 2013
* Fix isLast method. https://github.com/maxazan/jquery-treegrid/issues/4
* Add isFirst method
== 0.1.6 - 14 November 2013
* Add isNode method
* Add getAllNodes method
* Fix isLast method. Throw error if method is not node of tree.
== 0.1.5
* Add support alphanumeric id
== 0.1.4
* Add treeRow parameter
== 0.1.3 - 28 August 2013
* Added bootstrap examples
* Changed expander functionality
* Fixed $.data set and get
* Fixed $.extends settings
* Adding new test
== 0.1.2 - 26 August 2013
* Added save state
== 0.1.0 - 15 August 2013
* Public release