changelog.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 1.4.1
  2. -----
  3. * Fix for #2360
  4. * Added option cookieOptions: Passed through to $.cookie to set path, domain etc.
  5. * Tested with jQuery 1.2.x and 1.4.3
  6. * Fixed combination of persist: "location" and prerendered: true
  7. 1.4
  8. ---
  9. * Added changelog (this file)
  10. * Fixed tree control to search only for anchors, allowing images or other elements inside the controls, while keeping the control usable with the keyboard
  11. * Restructured folder layout: root contains plugin resources, lib contains script dependencies, demo contains demos and related files
  12. * Added prerendered option: If set to true, assumes all hitarea divs and classes already rendered, speeding up initialization for big trees, but more obtrusive
  13. * Added jquery.treeview.async.js for ajax-lazy-loading trees, see async.html demo
  14. * Exposed $.fn.treeview.classes for custom classes if necessary
  15. * Show treecontrol only when JavaScript is enabled
  16. * Completely reworked themeing via CSS sprites, resulting in only two files per theme
  17. * updated dotted, black, gray and red theme
  18. * added famfamfam theme (no lines)
  19. * Improved cookie persistence to allow multiple persisted trees per page via cookieId option
  20. * Improved location persistence by making it case-insensitive
  21. * Improved swapClass and replaceClass plugin implementations
  22. * Added folder-closed.gif to filetree example
  23. 1.3
  24. ---
  25. * Fixes for all outstanding bugs
  26. * Added persistence features
  27. * location based: click on a link in the treeview and reopen that link after the page loaded
  28. * cookie based: save the state of the tree in a cookie on each click and load that on reload
  29. * smoothed animations, fixing flickering in both IE and Opera
  30. * Tested in Firefox 2, IE 6 & 7, Opera 9, Safari 3
  31. * Moved documentation to jQuery wiki
  32. * Requires jQuery 1.2+