| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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 |
Sorry, something went wrong.
Fixed profiling naming inconsistencies Co-Authored-By: Martin Yankov <m.i.yankov@gmail.com>
Naming consistency fix Co-Authored-By: Martin Yankov <m.i.yankov@gmail.com>
|
@VladimirAmiorkov This PR depends on NativeScript/NativeScript#7907 , which will be released with {N} 6.2. |
Sorry, something went wrong.
|
test tns_core_modules#next |
Sorry, something went wrong.
|
All checked have passed. This PR is ready for merge once tns-core-modules@6.2.0 is about to be fully released. |
Sorry, something went wrong.
|
@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) |
Sorry, something went wrong.
|
@joshcomley Yes this will make it in time for NativeScript 6.2.0. |
Sorry, something went wrong.
|
@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! |
Sorry, something went wrong.
|
@joshcomley We are aiming for the end of the month. |
Sorry, something went wrong.
|
test tns_core_modules#next |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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].