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.0.0-alpha.20
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.0.0-alpha.21
Choose a head ref
  • 20 commits
  • 69 files changed
  • 7 contributors

Commits on Nov 12, 2018

  1. docs: update link to fileToPath.js (#995)

    Actual link to :regular implementation is broken
    massimilianomarini authored and ulivz committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    7c61fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615006d View commit details
    Browse the repository at this point in the history
  3. docs: fix inconsistency (#992)

    Sun Yi-Ran authored and ulivz committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    2256326 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    ecb1920 View commit details
    Browse the repository at this point in the history
  2. fix($medium-zoom): not updating on component update (#994)

    * ⬆️ upgrade to medium-zoom@1.0.2
    
    * 🐛 fix medium-zoom not updating on component update
    
    * ⬇️ downgrade to medium-zoom@0.4.0 to fix serverside rendering bug
    
    * 👌 use arrow function 'this' and outsource updateZoom to function
    dcastil authored and ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    6aa4d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd4d02 View commit details
    Browse the repository at this point in the history
  4. feat: cache option (boolean | absolute path | relative path)

    It also close #993 via including siteConfig.extendMarkdown & siteConfig.markdown.extendMarkdown to cacheIdentifier.
    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    3871f4a View commit details
    Browse the repository at this point in the history
  5. docs: cache option

    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    810acda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d59650 View commit details
    Browse the repository at this point in the history
  7. docs: enhance plugin.

    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    dfa6e54 View commit details
    Browse the repository at this point in the history
  8. docs($cn): sync plugin

    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    9521ac4 View commit details
    Browse the repository at this point in the history
  9. docs: fix some outdated links

    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    a9e066e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca03a12 View commit details
    Browse the repository at this point in the history
  11. feat($markdown): ability to disable built-in markdown extensions

      chainMarkdown (config) {
        require('@vuepress/markdown').removeAllBuiltInPlugins(config)
      }
    
    Note that COMPONENT and ANCHOR plugin are required in VuePress, It is forbidden to delete them!
    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    15af271 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e4bea6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c284a72 View commit details
    Browse the repository at this point in the history
  14. docs: add more reference links

    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    20dfd7f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a20c40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    adb08a2 View commit details
    Browse the repository at this point in the history
  17. v1.0.0-alpha.21

    ulivz committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    dd55269 View commit details
    Browse the repository at this point in the history
Loading