src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.overlay.md
author gibus
Tue, 16 Jul 2013 14:29:46 +0200
changeset 525 89ef5ed3c48b
permissions -rw-r--r--
Upgrades to yui 3.10.3

Overlay Change History
======================

3.10.3
------

* No changes.

3.10.2
------

* No changes.

3.10.1
------

* No changes.

3.10.0
------

* No changes.

3.9.1
-----

* No changes.

3.9.0
-----

* No changes.

3.8.1
-----

* No changes.

3.8.0
-----

  * No changes.

3.7.3
-----

  * No changes.

3.7.2
-----

  * No changes.

3.7.1
-----

  * No changes.

3.7.0
-----

  * No changes.

3.6.0
-----

  * No changes.

3.5.1
-----

  * No changes.

3.5.0
-----

  * No changes, see Widget and extensions for changes to dependencies.

3.4.1
-----

  * No changes, see Widget and extensions for changes to dependencies.

3.4.0
-----

  * No changes, see Widget and extensions for changes to dependencies.

3.3.0
-----

  * No changes, see Widget and extensions for changes to dependencies.

3.2.0
-----

  * No changes, see Widget and extensions for changes to dependencies.

3.1.1
-----

  * No changes.

3.1.0
-----

  * Added WidgetConstrain support to the packaged Overlay class.

  * Fixed centering when content is set in constructor.

3.0.0
-----

  * Initial release.

  * Modified progressive enhancement use case, to use Document Fragments instead
    of `innerHTML` to preserve event listeners.

  * Fixed use of `centered`, `x` and `y` in the constructor. These all needed
    `lazyAdd` configuration since they had setters which modified other
    attribute state.