Skip to content

Commit

Permalink
changelog, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Aug 25, 2012
1 parent 8b680fb commit c958502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/api/utilities.rst
Expand Up @@ -5,8 +5,6 @@ Utilities
Static methods
==============

Static methods are exposed using ``Galleria.fn()``.

.. highlight:: javascript

Galleria.run( selector, options )
Expand All @@ -18,7 +16,7 @@ This function initializes the gallery. The first argument is the jQuery selector
element(s) you want to load the gallery to. The second argument (optional) is an object
of configuration options::

// with defaukt options
// with default options
Galleria.run('#galleria');

// with custom options
Expand Down Expand Up @@ -85,7 +83,7 @@ Galleria.log( msg [,msg,...] )

| returns Galleria
A helper metod for cross-browser logging. It uses the console log if available
A helper method for cross-browser logging. It uses the console log if available
otherwise it falls back to the opera debugger and finally ``alert()``


Expand Down
4 changes: 4 additions & 0 deletions docs/references/changelog.rst
Expand Up @@ -4,6 +4,10 @@ Changelog

1.2.9
-----
* Improved the .destroy() method so it destroys all events and data as well
* Added an automatic .destroy() trigger if a gallery was initialized on an element that already contained a gallery
* Removed automatic gallery updates when using .loadTheme()
* Added a static Galleria.unloadTheme() that unloads the existing theme and prepares for a new one
* Fixed an IE8 bug with initial inherited opacity for images
* Added fullscreen functionality from within an iframe gallery, assuming that the iframe and parent window protocol, host and ports match.

Expand Down

0 comments on commit c958502

Please sign in to comment.