|
525
|
1 |
Widget Std Mod Change History |
|
|
2 |
============================= |
|
|
3 |
|
|
|
4 |
3.10.3 |
|
|
5 |
------ |
|
|
6 |
|
|
|
7 |
* No changes. |
|
|
8 |
|
|
|
9 |
3.10.2 |
|
|
10 |
------ |
|
|
11 |
|
|
|
12 |
* No changes. |
|
|
13 |
|
|
|
14 |
3.10.1 |
|
|
15 |
------ |
|
|
16 |
|
|
|
17 |
* No changes. |
|
|
18 |
|
|
|
19 |
3.10.0 |
|
|
20 |
------ |
|
|
21 |
|
|
|
22 |
* No changes. |
|
|
23 |
|
|
|
24 |
3.9.1 |
|
|
25 |
----- |
|
|
26 |
|
|
|
27 |
* No changes. |
|
|
28 |
|
|
|
29 |
3.9.0 |
|
|
30 |
----- |
|
|
31 |
|
|
|
32 |
* No changes. |
|
|
33 |
|
|
|
34 |
3.8.1 |
|
|
35 |
----- |
|
|
36 |
|
|
|
37 |
* No changes. |
|
|
38 |
|
|
|
39 |
3.8.0 |
|
|
40 |
----- |
|
|
41 |
|
|
|
42 |
* No changes. |
|
|
43 |
|
|
|
44 |
3.7.3 |
|
|
45 |
----- |
|
|
46 |
|
|
|
47 |
* No changes. |
|
|
48 |
|
|
|
49 |
3.7.2 |
|
|
50 |
----- |
|
|
51 |
|
|
|
52 |
* No changes. |
|
|
53 |
|
|
|
54 |
3.7.1 |
|
|
55 |
----- |
|
|
56 |
|
|
|
57 |
* No changes. |
|
|
58 |
|
|
|
59 |
3.7.0 |
|
|
60 |
----- |
|
|
61 |
|
|
|
62 |
* No changes. |
|
|
63 |
|
|
|
64 |
3.6.0 |
|
|
65 |
----- |
|
|
66 |
|
|
|
67 |
* No changes. |
|
|
68 |
|
|
|
69 |
3.5.1 |
|
|
70 |
----- |
|
|
71 |
|
|
|
72 |
* No changes. |
|
|
73 |
|
|
|
74 |
3.5.0 |
|
|
75 |
----- |
|
|
76 |
|
|
|
77 |
* Added `forceCreate` option to `getStdModNode()` method which, if true, will |
|
|
78 |
create the section node if it does not already exist. [Ticket #2531214] |
|
|
79 |
|
|
|
80 |
3.4.1 |
|
|
81 |
----- |
|
|
82 |
|
|
|
83 |
* No changes. |
|
|
84 |
|
|
|
85 |
3.4.0 |
|
|
86 |
----- |
|
|
87 |
|
|
|
88 |
* Move attribute event listeners to `_renderUIStdMod()` method so that |
|
|
89 |
`setStdModContent()` can be called on `renderUI()`. |
|
|
90 |
|
|
|
91 |
3.3.0 |
|
|
92 |
----- |
|
|
93 |
|
|
|
94 |
* [!] Removed `_addNodeHTML()`, and renamed `_addNodeRef()` to |
|
|
95 |
`_addStdModContent()` (both private), since one method now handles both |
|
|
96 |
Strings and Node/NodeLists. |
|
|
97 |
|
|
|
98 |
* Changed instanceof to Y.instanceOf, to prevent leaks in IE7. |
|
|
99 |
|
|
|
100 |
* Moved to `node.insert()` for content management, since it now handles |
|
|
101 |
Strings, Nodes and NodeLists. This also fixes an issue where resetting the |
|
|
102 |
content to the existing content (e.g. calling `syncUI()`), would blow away |
|
|
103 |
the content in IE. |
|
|
104 |
|
|
|
105 |
3.2.0 |
|
|
106 |
----- |
|
|
107 |
|
|
|
108 |
* Setting content to `null` (or `undefined`, or `NaN`), will remove section |
|
|
109 |
from the std mod. |
|
|
110 |
|
|
|
111 |
3.1.1 |
|
|
112 |
----- |
|
|
113 |
|
|
|
114 |
* No changes. |
|
|
115 |
|
|
|
116 |
3.1.0 |
|
|
117 |
----- |
|
|
118 |
|
|
|
119 |
* Changed widget stdmod `renderUI()`/`syncUI()`/`bindUI()` to `Y.before`, so |
|
|
120 |
that they are called before the Widget implementation, and setup the |
|
|
121 |
`header`/`body`/`footer` Node references for the Widget impl to use. |
|
|
122 |
|
|
|
123 |
* Setting section content to `""` will now create the respective section. |
|
|
124 |
|
|
|
125 |
* Fixed `fillHeight`, to work with `contentBox` height, now that it fills |
|
|
126 |
`boundingBox`. |
|
|
127 |
|
|
|
128 |
* Fixed `setStdModContent("markupString", AFTER | BEFORE)` so that it uses |
|
|
129 |
`node.append()`, `node.prepend()` instead of `innerHTML` to maintain event |
|
|
130 |
listeners. |
|
|
131 |
|
|
|
132 |
* `fillHeight` is now invoked when `height` is changed. It was not being |
|
|
133 |
invoked because of a typo in the event name. |
|
|
134 |
|
|
|
135 |
3.0.0 |
|
|
136 |
----- |
|
|
137 |
|
|
|
138 |
* Initial release. |
|
|
139 |
|
|
|
140 |
* Cleaned up the way `headerContent`, `bodyContent`, `footerContent` are |
|
|
141 |
configured, so that the actual stored value is always accurate, without the |
|
|
142 |
need for a getter which talks to the DOM directly. |
|
|
143 |
|
|
|
144 |
* Recreate sections from `TEMPLATE` string for each instance, instead of |
|
|
145 |
cloning a class level cached Node instance, so that `ownerDocument` can be |
|
|
146 |
set to match the `contentBox`. |
|
|
147 |
|
|
|
148 |
* Replaced use of `innerHTML` for progressive enhancement use case with a |
|
|
149 |
Document Fragment when parsing and then setting `headerContent`, |
|
|
150 |
`bodyContent`, `footerContent` in `HTML_PARSER` impl, to maintain event |
|
|
151 |
listeners etc. |