~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/releasenotes/HISTORY.widget-modality.md

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Widget Modality Change History
2
 
==============================
3
 
 
4
 
3.5.0
5
 
-----
6
 
 
7
 
  * Initialization logic will now always run, even when a widget is constructed
8
 
    with `{modal: false}`; previously the initialization logic did not run in
9
 
    this case. [Ticket #2531401]
10
 
 
11
 
  * Fixed destruction lifecycle bug. The mask is now removed when no modal
12
 
    widgets are visible on the page. This also fixed an issue with multiple
13
 
    modal widget and their `visible` attribute.
14
 
    [Ticket #2531484, #2531821, #2531812]
15
 
 
16
 
  * Moved mask-related styles/skins out of Panel and into WidgetModality.
17
 
 
18
 
3.4.1
19
 
-----
20
 
 
21
 
  * Fixed focus-contention issues which caused infinite recursion when multiple
22
 
    modal Panels were visible on the page at the same time. [Ticket #2530953]
23
 
 
24
 
  * It is now possible to instantiate a Widget that uses the WidgetModality
25
 
    extension without needing to pass in a configuration Object.
26
 
    [Contributed by Jakub Kuźma] [Ticket #2531086]
27
 
 
28
 
  * Replaced references to `document` with `Y.config.doc`. [Ticket #2531220]
29
 
 
30
 
3.4.0
31
 
-----
32
 
 
33
 
  * Initial release.