8000 Comparing v2.2.2...v2.3.0-rc.0 · nativescript-vue/nativescript-vue · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nativescript-vue/nativescript-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: nativescript-vue/nativescript-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0-rc.0
Choose a head ref
  • 15 commits
  • 92 files changed
  • 4 contributors

Commits on Apr 10, 2019

  1. chore: update changelog

    rigor789 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    e2abec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    f1d9aae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    867e5f8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. feat: upgrade to vue 2.6

    rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    e983a90 View commit details
    Browse the repository at this point in the history
  2. ci: update node version

    rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    14651f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcbce9b View commit details
    Browse the repository at this point in the history
  4. Samples refactoring to use a bundle app with webpack and support HMR …

    …and .vue files (#476)
    
    * feat (samples): Run the samples using a webpack bundle. Closer to real-world NS-vue apps. Allow any aditional parameters to the tns command like --hmr or whatever.
    
    * feat (samples): Add a sample with a Vue component to check the HMR feature.
    
    * Change NPM dev script to build to dist/index.js. Remove the dev:dist script as it is not useful now. Document new features
    
    * feat (samples): Fix live reload when changing the NS-vue code
    
    * feat (sample): Adapt all the import to nativescript-vue
    
    * feat (samples): Separate the details page into a new .vue component for better UX
    
    * fix (samples): Fix the 455.js sample which is now adapted to the new samples infrastructure
    
    * chore (v-slot): Add sample (currently failing) for testing v-slot in a .vue component
    msaelices authored and rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    45af86b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0282eca View commit details
    Browse the repository at this point in the history
  6. fix(hooks): make hooks compatible with CLI's 6.0.0 changes (#500)

    In NativeScript CLI 6.0.0 release the bundle workflow will be the only one available. Currently, the nativescript-vue has some hooks that verify bundle is passed. There's no need of them for 6.0.0 release.
    Implement a check based on the CLI's version and skip the validation in case CLI is 6.x.x or newer.
    rosen-vladimirov authored and rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    6f8945e View commit details
    Browse the repository at this point in the history
  7. fix(ListView): allow ObservableArray items in ListView (Fixes #464) (#…

    …498)
    
    * fix(listview): fix ObservableArray items in ListView (#464)
    
    fix #464
    
    * fix(samples): add sample for issue #464
    
    ref #464
    elie-g authored and rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    a904c7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91dfadf View commit details
    Browse the repository at this point in the history
  9. fix(listview): only require tns module at runtime

    the template compiler needs to be able to run in a node environment (webpack), so we need to make
    sure to not rely on tns modules directly, and only require them in runtime contexts
    rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    4c00885 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b008d14 View commit details
    Browse the repository at this point in the history
  11. build: 2.3.0-rc.0

    rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    f446936 View commit details
    Browse the repository at this point in the history
  12. release: 2.3.0-rc.0

    rigor789 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    a0df874 View commit details
    Browse the repository at this point in the history
Loading
0