equal
deleted
inserted
replaced
|
1 3.0.0 |
|
2 * Cleaned up the way headerContent, bodyContent, footerContent are configured, |
|
3 so that the actual stored value is always accurate, without the need for a |
|
4 getter which talks to the DOM directly. |
|
5 |
|
6 * Recreate sections from TEMPLATE string for each instance, instead of |
|
7 cloning a class level cached Node instance, so that ownerDocument |
|
8 can be set to match the content box. |
|
9 |
|
10 * Replaced use of innerHTML for progressive enhancement use case with |
|
11 document fragment when parsing and then setting headerContent, bodyContent, |
|
12 footerContent in HTML_PARSER impl, to maintain event listeners etc. |
|
13 |
|
14 3.0.0 beta 1 |
|
15 |
|
16 No Changes |
|
17 |
|
18 3.0.0PR2 - Initial release |
|
19 |
|
20 Module Name: "widget-stdmod" |
|
21 |
|
22 An extension, which can be used with Base.build to add standard |
|
23 module (header, body, footer) support to a Widget class. |
|
24 |