Labs/Jetpack/Release Notes/1.0b1: Difference between revisions

→‎Notable Changes: Documented moving Panel to construct/destroy model.
(→‎Notable Changes: Removed reference to bug 596406, because all its changes were made in earlier versions of the SDK.)
(→‎Notable Changes: Documented moving Panel to construct/destroy model.)
Line 28: Line 28:


'''Project-wide reorganization:'''
'''Project-wide reorganization:'''
* In previous versions of the SDK documentation,


* 570876 myk rename the Jetpack SDK to "Add-on SDK"
* 570876 myk rename the Jetpack SDK to "Add-on SDK"
Line 43: Line 41:


'''Move to construct/destroy model:'''
'''Move to construct/destroy model:'''
* In the <code>panel</code> module, the <code>add()</code> function is no longer necessary and has been removed: simply creating a new <code>Panel</code> instance accomplishes the same thing. The <code>remove()</code> function has also been removed in favor of a new method on the <code>Panel</code> class called <code>destroy()</code>. ({{bug|611763}})


* 596053 adw  switch to construct/destroy model for Panel, PageWorker, Widget and other APIs that create persistent DOM elements
* 596053 adw  switch to construct/destroy model for Panel, PageWorker, Widget and other APIs that create persistent DOM elements
* 611763 avarma  switch to construct/destroy model for Panel
* 612016 adw  Switch to construct/destroy model for context-menu
* 612016 adw  Switch to construct/destroy model for context-menu
* 612169 adw  Switch to construct/destroy model for widget
* 612169 adw  Switch to construct/destroy model for widget
874

edits