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