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

Commits on Feb 25, 2023

  1. chore(all): 1.9.9 changelog

    ulivz committed Feb 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8f48b69 View commit details
  2. chore: changelog

    ulivz committed Feb 25, 2023
    Copy the full SHA
    6343a8c View commit details
  3. workflow: using monoo

    ulivz committed Feb 25, 2023
    Copy the full SHA
    df1fc26 View commit details
  4. Copy the full SHA
    9044f14 View commit details

Commits on Aug 14, 2023

  1. fix(markdown): replace double quotation marks in classname(fix #3152) (…

    …#3154)
    
    Co-authored-by: xuze <xuze@bytedance.com>
    spencerHT and xuze authored Aug 14, 2023
    Copy the full SHA
    cef64e6 View commit details
  2. docs: fix a typo in the palette in the faq documentation (#3143)

    * docs: fix a typo in the palette in the faq documentation
    
    * Revert "docs: fix a typo in the palette in the faq documentation"
    
    This reverts commit e89d6b5.
    
    * docs: fix a typo in the palette in the faq documentation
    
    ---------
    
    Co-authored-by: loose.li <lisong@is-cool.cn>
    LooseLi and loose-li authored Aug 14, 2023
    Copy the full SHA
    3bcd4d0 View commit details
  3. Copy the full SHA
    355e73a View commit details
  4. Copy the full SHA
    546499b View commit details
  5. build: release version 1.9.10

    ulivz committed Aug 14, 2023
    Copy the full SHA
    a3e4bba View commit details
Showing with 461 additions and 358 deletions.
  1. +5 βˆ’1 .vscode/settings.json
  2. +231 βˆ’219 CHANGELOG.md
  3. +1 βˆ’1 lerna.json
  4. +2 βˆ’2 package.json
  5. +7 βˆ’5 packages/@vuepress/core/lib/node/theme-api/index.js
  6. +8 βˆ’9 packages/@vuepress/core/package.json
  7. +3 βˆ’4 packages/@vuepress/markdown-loader/package.json
  8. +10 βˆ’0 packages/@vuepress/markdown/__tests__/__snapshots__/preWrapper.spec.js.snap
  9. +3 βˆ’0 packages/@vuepress/markdown/__tests__/fragments/code-prewrapper-with-double-quotation-marks.md
  10. +6 βˆ’0 packages/@vuepress/markdown/__tests__/preWrapper.spec.js
  11. +2 βˆ’1 packages/@vuepress/markdown/lib/preWrapper.js
  12. +3 βˆ’4 packages/@vuepress/markdown/package.json
  13. +3 βˆ’4 packages/@vuepress/plugin-active-header-links/package.json
  14. +3 βˆ’4 packages/@vuepress/plugin-back-to-top/package.json
  15. +3 βˆ’4 packages/@vuepress/plugin-google-analytics/package.json
  16. +3 βˆ’4 packages/@vuepress/plugin-last-updated/package.json
  17. +3 βˆ’4 packages/@vuepress/plugin-medium-zoom/package.json
  18. +3 βˆ’4 packages/@vuepress/plugin-nprogress/package.json
  19. +4 βˆ’5 packages/@vuepress/plugin-pwa/package.json
  20. +4 βˆ’5 packages/@vuepress/plugin-register-components/package.json
  21. +3 βˆ’4 packages/@vuepress/plugin-search/package.json
  22. +2 βˆ’3 packages/@vuepress/shared-utils/package.json
  23. +4 βˆ’5 packages/@vuepress/test-utils/package.json
  24. +6 βˆ’7 packages/@vuepress/theme-default/package.json
  25. +3 βˆ’4 packages/@vuepress/theme-vue/package.json
  26. +2 βˆ’3 packages/@vuepress/types/package.json
  27. +2 βˆ’2 packages/docs/docs/theme/default-theme-config.md
  28. +1 βˆ’1 packages/docs/docs/zh/faq/README.md
  29. +3 βˆ’3 packages/docs/docs/zh/guide/typescript-as-config.md
  30. +2 βˆ’2 packages/docs/docs/zh/theme/default-theme-config.md
  31. +7 βˆ’7 packages/docs/package.json
  32. +4 βˆ’4 packages/vuepress/package.json
  33. +115 βˆ’33 yarn.lock
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -39,6 +39,10 @@
"strings": true
}
},
"eslint.trace.server": "verbose"
"eslint.trace.server": "verbose",
"cSpell.words": [
"commitlint",
"monoo"
]
}

Loading