-
-
Notifications
You must be signed in to change notification settings - Fork 241
Fix/ns views not cleaned on removal #1740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vakrilov
merged 22 commits into
NativeScript:master
from
m-abs:fix/ns-views-not-cleaned-on-removal
May 10, 2019
Merged
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8f70bd0
fix(TemplatedItemsComponent): remove templates in ngOnDestroy()
m-abs e3d494f
fix(PageRouterOutlet): Destroy the activated componentRef on ngOnDest…
m-abs fa1d69b
fix(NativeScriptRendererFactory): Empty the rootNgView when NativeScr…
m-abs 8c81711
fix(ViewUtil): ViewUtil.removeChild() doesn't remove the child recurs…
m-abs 9d479a9
fix(NSLocationStrategy): remove outlets in ngOnDestroy()
m-abs cf4eba4
fix: PageRouterOutlet.ngOnDestroy logged as NSLocationStrategy.ngOnDe…
m-abs 493d062
fix(ViewUtil): Removing FormattedString throw
m-abs 616c4c2
fix: use ViewUtils to add Component to Page
m-abs 3bf1b8a
fix: Remove all the children from the AppHostView
m-abs 27baf95
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs e74afc2
fix: ViewUtil.removeFromVisualTree logged under wrong name
m-abs b9b55b6
fix(PageRouterOutlet): Don't remove grandchild views when moving comp…
m-abs 596daec
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs 5b4f8ff
fix: ViewUtils tried to remote Span elements from Labels
m-abs 17ecfb5
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs 1fb3a63
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs b049e6c
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs 9fb6bbb
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
elena-p 2a64e87
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs 4e32e89
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
m-abs ee086c0
chor: skip detached elements for removeFromVisualTree
m-abs b9f2568
Merge branch 'master' into fix/ns-views-not-cleaned-on-removal
SvetoslavTsenov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably no need to call
detach
on component that will be destroyed anyway