Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added 1.3.7 features post cross-browser testing
  • Loading branch information
Jack Moore committed Jun 12, 2010
1 parent d9159f6 commit 6f9a56f
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 185 deletions.
11 changes: 11 additions & 0 deletions README
Expand Up @@ -11,6 +11,17 @@ http://groups.google.com/group/colorbox/topics

RELEASE NOTES:
----------------------------------------------------------------------------------------------------------
Version 1.3.7 - June 11 2010
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
* $.colorbox can now be used for direct calls and accessing public methods. Example: $.colorbox.close();
* Resize now accepts 'width', 'innerWidth', 'height' and 'innerHeight'. Example: $.colorbox.resize({width:"100%"})
* Added option to disable looping in a group.
* Added option to disable esc-key and arrow-key bindings.
* Fixed a bug where iframed URLs would be truncated if they contained an unencoded apostrophe.
* Now uses the exact href specified on an anchor, rather than the version returned by 'this.href'.
This was causing "#example" to be normalized to "http://domain/#example" which interfered with how some
users were setting up links to inline content.

Version 1.3.6 - Jan 13 2010
Files Changed: jquery.colorbox.js/jquery.colorbox-min.js
* Small change to make Colorbox compatible with jQuery 1.4
Expand Down
4 changes: 2 additions & 2 deletions colorbox/jquery.colorbox-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f9a56f

Please sign in to comment.