~ubuntu-branches/ubuntu/karmic/loggerhead/karmic-security

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/event/README

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Roland Mas, Jelmer Vernooij, James Westby
  • Date: 2009-08-26 13:18:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826131803-0ce1fhaetci8b0c5
Tags: 1.17-0ubuntu1
[ Roland Mas ]
* Use the YUI library provided by libjs-yui. (Closes: #511286)

[ Jelmer Vernooij ]
* Use my debian.org address in Uploaders field.
* Add ${misc:Depends} to please lintian.
* Suggest recent version of paste, which doesn't expose internal port
  numbers in links. (Closes: #507000)
* Bump standards version to 3.8.1.

[ James Westby ]
* New upstream release.
* Drop get-orig-source rule in favour of debian/watch.
* Add python-pkg-resources and python-paste to Build-Depends,
  python-pkg-resources to Depends and python-simplejson to
  Recommends due to dependency changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
YUI Event Utility
2
2
    DOM event utilities and the YUI custom event system
3
3
 
 
4
3.0.0pr2
 
5
    - Fixed IE notification error when no arguments are supplied.
 
6
    - Added event-simulate.
 
7
    - getListeners works when the element has no listeners defined.
 
8
    - Event.addListener removed.  Exists only in compat layer.
 
9
    - addListerer triggers 2.x event behavior.
 
10
    - Removed extra undefined parameter passed to DOM event listeners.
 
11
    - Compat layer contains Event.on.
 
12
    - Event adapter support added to Y.on
 
13
    - Added Y.on('focus', 'blur' event adaptors (support for propagation
 
14
      of these events.)
 
15
    - publish and subscribe support an object for the type, allowing for multiple
 
16
      events/subscriptions.
 
17
    - subscriber failures throw an error by default rather than log.
 
18
    - subscriber failures are not routed through Y.fail in order to
 
19
      improve the debug experience.
 
20
    - New facades created every fire()
 
21
    - before method re-added to Event.Target, which delegates to Do.before or
 
22
      subscribe.
 
23
    - Event.Target.after will delegate to Do.after if type is a function
 
24
    - Added keylistener: Y.on('key', fn, element, 'down:13,65+ctrl+shift')
 
25
    - event:ready event deprecated in favor of domready.
 
26
 
4
27
3.0.0pr1
5
 
    Initial Release
 
28
    - Initial Release