Skip to content

Commit

Permalink
History updates and removing unnecessary file from uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrabinovich committed Jun 20, 2012
1 parent 6dca182 commit 75e3c05
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 980 deletions.
5 changes: 5 additions & 0 deletions src/calendar/HISTORY.md
@@ -1,6 +1,11 @@
Calendar Change History
=======================

3.6.0
-----
* Bug fixes for 2532262, 2532277, 2531828.
* Near 100% unit test coverage

3.5.1
-----

Expand Down
5 changes: 5 additions & 0 deletions src/file/HISTORY.md
@@ -1,6 +1,11 @@
File Module Change History
==========================

3.6.0
-----
* Added the ability to set custom headers and
`withCredentials` property on the XHR instance.

3.5.1
-----

Expand Down
5 changes: 5 additions & 0 deletions src/swf/HISTORY.md
@@ -1,6 +1,11 @@
SWF Utility Change History
==========================

3.6.0
-----
* Changed how the `<object>` tag is written to the DOM
to fix an issue in IE (bug 2529891).

3.5.1
-----
* No changes.
Expand Down
13 changes: 13 additions & 0 deletions src/uploader/HISTORY.md
@@ -1,6 +1,19 @@
Uploader Utility (New) Change History
=====================================

3.6.0
-----
* Bug fix for 2532150 (empty fileList after fileselect event)
* Bug fix for 2532140 (can't select the same set of files twice)
* Bug fix for 2532111 (drop event is not being fired)
* New feature: a `fileFilterFunction` attribute and improved
`fileList` handling for filtering selected files.
* New feature: Added support for file type filters to the HTML5
uploader's "Select Files" dialog.
* New feature: allow setting custom headers and `withCredentials`
property for the HTML5 uploader (passed through to the underlying
XMLHttpRequest Level 2 instance).

3.5.1
-----
* No changes.
Expand Down

0 comments on commit 75e3c05

Please sign in to comment.