Igor Randjelovic
Igor Randjelovic
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
The goal is to clean up package management throughout the CLI - this is the first step (and it's WIP) towards that goal. Right now we have 2 services responsible...
This patched `git-raw-commit` (used by conventional-changelog) to allow passing a pathspec to `--commit-path`. Issue opened in conventional-changelog repo as well: https://github.com/conventional-changelog/conventional-changelog/issues/909
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
WIP - untested yet, adjustments might be required. Add the log type prefix to the console logs printed to ADB. This brings the format in line with the iOS (v8)...
Add usage sample to readme for Vue 3 - added in #371. For example in a cdn/browser usage: ```js const app = Vue.createApp({}) app.directive('scroll-to', VueScrollTo) app.mount('#app') ```
See #330 for details.