~ev/errors/openid_auth_failure

« back to all changes in this revision

Viewing changes to static/js/yui/3.4.1/releasenotes/HISTORY.event-valuechange.md

  • Committer: Evan Dandrea
  • Date: 2012-03-18 00:10:57 UTC
  • Revision ID: evan.dandrea@canonical.com-20120318001057-h82jg2bcpcwvgqyc
Statistics work:
- Move javascript into static/js
- Include YUI3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ValueChange Change History
 
2
==========================
 
3
 
 
4
3.4.1
 
5
-----
 
6
 
 
7
  * No changes.
 
8
 
 
9
 
 
10
3.4.0
 
11
-----
 
12
 
 
13
  * No changes.
 
14
 
 
15
 
 
16
3.3.0
 
17
-----
 
18
 
 
19
  * Focus is now used (in addition to keyboard and mouse events) as a sign that
 
20
    we should begin polling for value changes. [Ticket #2529294]
 
21
 
 
22
  * If the value changes while an element is not focused, that change will no
 
23
    longer be reported the next time polling is started (since it couldn't have
 
24
    been user input).
 
25
 
 
26
 
 
27
3.2.0
 
28
-----
 
29
 
 
30
  * Module renamed to `event-valuechange` and refactored to be a true synthetic
 
31
    event.
 
32
 
 
33
  * The `value` and `oldValue` event facade properties were renamed to `newVal`
 
34
    and `prevVal` respectively, for consistency with other change event facades
 
35
    throughout the library.
 
36
 
 
37
  * Performance improvements.
 
38
 
 
39
 
 
40
3.1.2
 
41
-----
 
42
 
 
43
  * No changes.
 
44
 
 
45
 
 
46
3.1.1
 
47
-----
 
48
 
 
49
  * No changes.
 
50
 
 
51
 
 
52
3.1.0
 
53
-----
 
54
 
 
55
  * Initial release as `value-change`.