src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.uploader.md
changeset 525 89ef5ed3c48b
equal deleted inserted replaced
524:322d0feea350 525:89ef5ed3c48b
       
     1 Uploader Utility (New) Change History
       
     2 =====================================
       
     3 
       
     4 3.10.3
       
     5 ------
       
     6 
       
     7 * No changes.
       
     8 
       
     9 3.10.2
       
    10 ------
       
    11 
       
    12 * No changes.
       
    13 
       
    14 3.10.1
       
    15 ------
       
    16 
       
    17 * [security] Hardened SWF file by filtering all data passed through ExternalInterface to fix XSS vulnerability.
       
    18 
       
    19 3.10.0
       
    20 ------
       
    21 
       
    22 * No changes.
       
    23 
       
    24 3.9.1
       
    25 -----
       
    26 
       
    27 * No changes.
       
    28 
       
    29 3.9.0
       
    30 -----
       
    31 
       
    32 * Removed unused `substitute` dependency.
       
    33 
       
    34 3.8.1
       
    35 -----
       
    36 
       
    37 * Add dropped file infomation to uploader drop event
       
    38 
       
    39 3.8.0
       
    40 -----
       
    41 
       
    42 * No changes.
       
    43 
       
    44 3.7.3
       
    45 -----
       
    46 
       
    47 * No changes.
       
    48 
       
    49 3.7.2
       
    50 -----
       
    51 
       
    52 * No changes.
       
    53 
       
    54 3.7.1
       
    55 -----
       
    56 
       
    57 * No changes.
       
    58 
       
    59 3.7.0
       
    60 -----
       
    61 
       
    62   * Minor documentation fixes
       
    63   * Switched to shifter build system
       
    64   * flashuploader.swf now has its own src/swf folder, from where it gets copied to build/uploader/assets
       
    65 
       
    66 3.6.0
       
    67 -----
       
    68   * Bug fix for 2532150 (empty fileList after fileselect event)
       
    69   * Bug fix for 2532140 (can't select the same set of files twice)
       
    70   * Bug fix for 2532111 (drop event is not being fired)
       
    71   * New feature: a `fileFilterFunction` attribute and improved
       
    72     `fileList` handling for filtering selected files.
       
    73   * New feature: Added support for file type filters to the HTML5
       
    74     uploader's "Select Files" dialog.
       
    75   * New feature: allow setting custom headers and `withCredentials`
       
    76     property for the HTML5 uploader (passed through to the underlying
       
    77     XMLHttpRequest Level 2 instance).
       
    78 
       
    79 3.5.1
       
    80 -----
       
    81   * No changes.
       
    82 
       
    83 3.5.0
       
    84 -----
       
    85   * Added HTML5Uploader layer
       
    86   * Refactored queue management out of Uploader
       
    87   * Introduced new APIs (more details in documentation)
       
    88   * Added keyboard access to the Flash layer
       
    89   * Old uploader has been deprecated as 'uploader-deprecated' module.
       
    90 
       
    91 3.4.1
       
    92 -----
       
    93   * No changes in source code
       
    94   * Minor example changes
       
    95 
       
    96 3.4.0
       
    97 -----
       
    98   * No changes
       
    99 
       
   100 3.3.0
       
   101 -----
       
   102   * Minor changes in documentation
       
   103 
       
   104 3.2.0
       
   105 -----
       
   106   * Initial release