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: vuejs/vitepress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc.32
Choose a base ref
...
head repository: vuejs/vitepress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc.33
Choose a head ref
  • 9 commits
  • 12 files changed
  • 6 contributors

Commits on Dec 16, 2023

  1. chore: remove lock on shikiji

    brc-dd committed Dec 16, 2023
    Copy the full SHA
    0c434bf View commit details

Commits on Dec 19, 2023

  1. chore: remove ad

    yyx990803 committed Dec 19, 2023
    Copy the full SHA
    7147b7a View commit details
  2. Copy the full SHA
    bdfc01c View commit details

Commits on Dec 20, 2023

  1. Copy the full SHA
    93122ee View commit details

Commits on Dec 25, 2023

  1. chore: bump to Vue 3.4 beta

    yyx990803 committed Dec 25, 2023
    Copy the full SHA
    bddf74e View commit details

Commits on Dec 26, 2023

  1. Copy the full SHA
    f4d4280 View commit details
  2. refactor: add concurrent promise pooling for render task (#3366)

    fixes #3362
    closes #3285
    
    ---------
    
    Co-authored-by: Yuxuan Zhang <yuxuan@yuxuanzhang.net>
    Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
    Co-authored-by: David Silva <srdavidsilva@gmail.com>
    4 people authored Dec 26, 2023
    Copy the full SHA
    6dac9a4 View commit details
  3. chore: update deps

    brc-dd committed Dec 26, 2023
    Copy the full SHA
    5a8605f View commit details
  4. release: v1.0.0-rc.33

    brc-dd committed Dec 26, 2023
    Copy the full SHA
    1fa1f2b View commit details
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.0.0-rc.33](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.32...v1.0.0-rc.33) (2023-12-26)

### Features

- allow explicitly mark code element as `.vp-copy-ignore` ([#3360](https://github.com/vuejs/vitepress/issues/3360)) ([93122ee](https://github.com/vuejs/vitepress/commit/93122eee20cb6586026c1ffac04d9787861cc2f3))
- **build:** enable VUE_PROD_HYDRATION_MISMATCH_DETAILS when DEBUG is truthy ([f4d4280](https://github.com/vuejs/vitepress/commit/f4d4280d7d1728a966bb04968a9bac10470c3d06)), closes [#422](https://github.com/vuejs/vitepress/issues/422)

### Performance Improvements

- implement concurrent promise pooling for render task ([#3366](https://github.com/vuejs/vitepress/issues/3366))

# [1.0.0-rc.32](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.31...v1.0.0-rc.32) (2023-12-16)

### Features
43 changes: 0 additions & 43 deletions docs/.vitepress/theme/AdComponent.vue

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.vitepress/theme/documate.vue

This file was deleted.

13 changes: 0 additions & 13 deletions docs/.vitepress/theme/index.ts

This file was deleted.

30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress",
"version": "1.0.0-rc.32",
"version": "1.0.0-rc.33",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@8.12.1",
@@ -93,18 +93,18 @@
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@types/markdown-it": "^13.0.7",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/devtools-api": "^6.5.1",
"@vueuse/core": "^10.7.0",
"@vueuse/integrations": "^10.7.0",
"focus-trap": "^7.5.4",
"mark.js": "8.11.1",
"minisearch": "^6.3.0",
"mrmime": "^1.0.1",
"shikiji": "0.9.2",
"shikiji-transformers": "0.9.2",
"mrmime": "^2.0.0",
"shikiji": "^0.9.12",
"shikiji-transformers": "^0.9.12",
"vite": "^5.0.10",
"vue": "^3.3.11"
"vue": "^3.4.0-rc.2"
},
"peerDependencies": {
"markdown-it-mathjax3": "^4.3.2",
@@ -144,16 +144,16 @@
"@types/markdown-it-emoji": "^2.0.4",
"@types/micromatch": "^4.0.6",
"@types/minimist": "^1.2.5",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/postcss-prefix-selector": "^1.16.3",
"@types/prompts": "^2.4.9",
"@vue/shared": "^3.3.11",
"@vue/shared": "^3.3.13",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^4.1.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.19.9",
"esbuild": "^0.19.10",
"escape-html": "^1.0.3",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
@@ -173,7 +173,8 @@
"minimist": "^1.2.8",
"nanoid": "^5.0.4",
"npm-run-all": "^4.1.5",
"ora": "^7.0.1",
"ora": "^8.0.1",
"p-map": "^7.0.0",
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^8.0.0",
@@ -184,17 +185,18 @@
"prompts": "^2.4.2",
"punycode": "^2.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.0",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"semver": "^7.5.4",
"shikiji-core": "^0.9.12",
"simple-git-hooks": "^2.9.0",
"sirv": "^2.0.3",
"sirv": "^2.0.4",
"sitemap": "^7.1.1",
"supports-color": "^9.4.0",
"typescript": "^5.3.3",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.26",
"wait-on": "^7.2.0"
},
"simple-git-hooks": {
Loading