Permalink
Commits on Feb 1, 2017
  1. Merge pull request #1130 from LinusBorg/correct_webpack_docs_links

    Update links to new web pack docs at web pack.js.org
    LinusBorg committed on GitHub Feb 1, 2017
Commits on Jan 31, 2017
Commits on Jan 30, 2017
  1. Merge pull request #1128 from laurentpayot/patch-1

    typo: router.addRoutes(routes)
    posva committed on GitHub Jan 30, 2017
  2. typo: router.addRoutes(routes)

    `router.addRoutes(routes)`, not `router.addRoute(routes)`
    laurentpayot committed on GitHub Jan 30, 2017
  3. update japanese docs (#1124)

    * update navigation guards section
    
    NOTE:
      pick up from the bellows
      - 94e6b89
      - f7e3b60
    
    * title singularization
    
    * update route matching
    
    * add passing props section
    
    NOTE:
      pick up from 2288d83
    
    * add new API
    
    NOTE:
      pick from 6ce0ff7
    
    * add beforeRouteUpdate
    
    NOTE:
      pick up from f5e9fcf
    
    * add router.onReady
    
    NOTE:
      pick up from 03928bd
    
    * update docs
    
    NOTE:
      pick up from b5ce47f
    
    * update summary titles
    kazupon committed on GitHub Jan 30, 2017
Commits on Jan 27, 2017
  1. update docs in Korean [based on 2.2.0] (#1122)

    * Update route-object
    
    * update router-link in Korean
    
    * Add Passing Props to Route Components link in Korean
    
    * Update navigation in Korean (2.2.0)
    
    * Update router-instance in Korean (2.2.0)
    
    * Update navigation-guard in Korean (2.2.0)
    
    * Update passing-props in Korean (2.2.0)
    ChangJoo-Park committed with kazupon Jan 27, 2017
  2. [release] 2.2.0

    yyx990803 committed Jan 27, 2017
  3. [build] 2.2.0

    yyx990803 committed Jan 27, 2017
  4. add onReady in typings

    yyx990803 committed Jan 27, 2017
  5. update docs

    yyx990803 committed Jan 27, 2017
Commits on Jan 26, 2017
  1. use node 7

    yyx990803 committed Jan 26, 2017
Commits on Jan 25, 2017
  1. update addRoutes implementation to avoid discarding instance state in…

    … existing route records
    yyx990803 committed Jan 25, 2017
  2. docs for router.onReady

    yyx990803 committed Jan 25, 2017
  3. implement router.onReady

    yyx990803 committed Jan 25, 2017
Commits on Jan 24, 2017
  1. docs for beforeRouteUpdate

    yyx990803 committed Jan 24, 2017
Commits on Jan 23, 2017
  1. remove unnecessary method

    yyx990803 committed Jan 23, 2017
  2. 1102: $route returns consistent value across all Vue instances (#1108)

    * Issue:1102
    - Allow injecting router to discrete Vue instances and ensure the $route (getter) returns consisten value
    
    * avoid initializing the router more than once
    jhartman86 committed with yyx990803 Jan 23, 2017
  3. bump deps

    yyx990803 committed Jan 23, 2017
Commits on Jan 19, 2017
  1. document addRoutes

    yyx990803 committed Jan 19, 2017
  2. tweak router.resolve API

    yyx990803 committed Jan 19, 2017
  3. add router.addRoutes() feature

    yyx990803 committed Jan 19, 2017