CHANGELOG.txt 936 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. == 0.3.0 - 03 February 2015
  2. * Perfomance optimization
  3. * Bootstrap 3 update
  4. * Add minifiyed js
  5. * Add npm installation
  6. * Add borew installation
  7. == 0.2.1 - 21 January 2014
  8. * Add events support
  9. == 0.1.9 - 18 December 2013
  10. * Fix table in table bug (thanks liuspcn)
  11. == 0.1.8 - 16 December 2013
  12. * Fix support alphanumeric id (you can use "-" symbol in id)
  13. == 0.1.7 - 15 November 2013
  14. * Fix isLast method. https://github.com/maxazan/jquery-treegrid/issues/4
  15. * Add isFirst method
  16. == 0.1.6 - 14 November 2013
  17. * Add isNode method
  18. * Add getAllNodes method
  19. * Fix isLast method. Throw error if method is not node of tree.
  20. == 0.1.5
  21. * Add support alphanumeric id
  22. == 0.1.4
  23. * Add treeRow parameter
  24. == 0.1.3 - 28 August 2013
  25. * Added bootstrap examples
  26. * Changed expander functionality
  27. * Fixed $.data set and get
  28. * Fixed $.extends settings
  29. * Adding new test
  30. == 0.1.2 - 26 August 2013
  31. * Added save state
  32. == 0.1.0 - 15 August 2013
  33. * Public release