src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.plugin
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
3.0.0 beta 1
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
* Moved Y.Plugin to Y.Plugin.Base
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
* Host/Owner object now available through public "host" attribute, 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
  as opposed to protected _owner property (this.get("host"))
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     8
3.0.0PR2 - Initial release
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
Module Name: "plugin"
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
Documentation: http://developer.yahoo.com/yui/3/plugin
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
Provides the base class for Plugins, which can be added to a PluginHost.