You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(TemplatedItemsComponent): remove templates in ngOnDestroy()
* fix(PageRouterOutlet): Destroy the activated componentRef on ngOnDestroy()
* fix(NativeScriptRendererFactory): Empty the rootNgView when NativeScriptRendererFactory is destroyed
* fix(ViewUtil): ViewUtil.removeChild() doesn't remove the child recursively
* fix(NSLocationStrategy): remove outlets in ngOnDestroy()
Make sure outlets and currentOutlet are removed when the NSLocationStrategy
is destroyed.
* fix: PageRouterOutlet.ngOnDestroy logged as NSLocationStrategy.ngOnDestroy
* fix(ViewUtil): Removing FormattedString throw
When removing the children from a Label and one of these children is
a FormattedString, the FormattedTextProperty throw this exception:
"TypeError: Cannot read property 'textTransform' of undefined"
* fix: use ViewUtils to add Component to Page
Without this the Page and componentView doesn't get the proper relation
for then the page is destroyed.
* fix: Remove all the children from the AppHostView
* fix: ViewUtil.removeFromVisualTree logged under wrong name
* fix(PageRouterOutlet): Don't remove grandchild views when moving component
PageRouterOutlet.loadComponentInPage moves the componentView from its native parent,
to the Page. Don't remove the componentView's children when it is removed from the
native parent.
* fix: ViewUtils tried to remote Span elements from Labels
Just like with FormattedString this throws an exception
* chor: skip detached elements for removeFromVisualTree
0 commit comments