FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support for adding scoped CSS without triggering global refresh by joshcomley · Pull Request #1999 · NativeScript/nativescript-angular · GitHub

Support for adding scoped CSS without triggering global refresh - #1999

Merged
elena-p merged 5 commits into
NativeScript:masterfrom
joshcomley:ScopedCss
Oct 14, 2019
Merged

Support for adding scoped CSS without triggering global refresh#1999
elena-p merged 5 commits into
NativeScript:masterfrom
joshcomley:ScopedCss

Conversation

Copy link
Copy Markdown
Contributor

As per the problem I reported here:
NativeScript/theme#179

When using component scoped CSS there is no need to trigger a full global refresh of the styles.

This change does not affect performance or function of using encapsulation: ViewEncapsulation.None on a component.

This PR goes hand in hand with a modification to tns-core-modules to support the below changes.

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

Copy link
Copy Markdown
Contributor Author

I am happy to resubmit this PR following the above guidelines (I am not entirely sure how to compose the PR title, for example), but would somebody be able to review the code to ensure it's a valid PR otherwise? Many thanks

Comment thread nativescript-angular/renderer.ts Outdated
Fixed profiling naming inconsistencies

Co-Authored-By: Martin Yankov <m.i.yankov@gmail.com>
Comment thread nativescript-angular/renderer.ts Outdated
Naming consistency fix

Co-Authored-By: Martin Yankov <m.i.yankov@gmail.com>

Copy link
Copy Markdown
Contributor

@VladimirAmiorkov This PR depends on NativeScript/NativeScript#7907 , which will be released with {N} 6.2.

Copy link
Copy Markdown
Contributor

test tns_core_modules#next

VladimirAmiorkov commented Oct 9, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

All checked have passed. This PR is ready for merge once tns-core-modules@6.2.0 is about to be fully released.

joshcomley commented Oct 9, 2019
edited
Loading

Copy link
Copy Markdown
Contributor Author

@VladimirAmiorkov thanks - does that mean this will go live at roughly the same time as 6.2.0?

(edit: I had written the completely wrong question)

Copy link
Copy Markdown
Contributor

@joshcomley Yes this will make it in time for NativeScript 6.2.0.

Copy link
Copy Markdown
Contributor Author

@VladimirAmiorkov is there an estimated date for the 6.2.0 release? I understand this isn't exactly the thread to ask, but I'm not sure where is!

Copy link
Copy Markdown
Contributor

@joshcomley We are aiming for the end of the month.

elena-p commented Oct 14, 2019

Copy link
Copy Markdown
Contributor

test tns_core_modules#next

elena-p merged commit 662c122 into NativeScript:master Oct 14, 2019
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL