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: vuepress/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc.2
Choose a base ref
...
head repository: vuepress/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-rc.3
Choose a head ref
  • 4 commits
  • 78 files changed
  • 2 contributors

Commits on Jan 26, 2024

  1. Copy the full SHA
    5281a42 View commit details

Commits on Feb 3, 2024

  1. perf: implement custom routes (#1447)

    BREAKING CHANGE: vue-router's route records have been replaced by custom route records to get better performance. It should not break common usage, but could be a potential breaking change for some themes. vue-router is suitable for SPAs, but not for static sites. It has a negative impact on the performance of vuepress sites, especially large-scale ones. In the long run we'll replace vue-router with a light-weighted custom router totally.
    
    --------
    
    Co-authored-by: Xinyu Liu <meteor.lxy@foxmail.com>
    Mister-Hope and meteorlxy committed Feb 3, 2024
    Copy the full SHA
    8ca0cc6 View commit details
  2. build: bump deps

    meteorlxy committed Feb 3, 2024
    Copy the full SHA
    e4ac4c7 View commit details
  3. build: publish v2.0.0-rc.3

    meteorlxy committed Feb 3, 2024
    Copy the full SHA
    6d00fbd View commit details
Loading