Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Vue components, mount options, global options, and v3 support #1409

Merged
merged 45 commits into from
Nov 23, 2020

Commits on Oct 10, 2020

  1. Add vueOptions and vueGlobalOptions

    Fixed #752
    jhildenbiddle committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    35ad5c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8f2d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    ecd053b View commit details
    Browse the repository at this point in the history
  2. Fix Vue content detection and global options

    - Add detection of Vue HTML directives to trigger mounting
    - Fix bug that processed markdown child nodes as global Vue instances even if vueGlobalOptions is not specified
    - Fix bug that prevented passing vueGlobalOptions to global instances if `data()` prop did not exist
    - Update Vue config check to test for existence of object keys instead of just the existence object
    - Update tests
    jhildenbiddle committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    5fa79eb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    a2386e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2e091 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Initial commit

    jhildenbiddle committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    1774ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d152e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    758538c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0193659 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Fix directive detection

    jhildenbiddle committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    8a56f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Update docs

    jhildenbiddle committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    5a2dde1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Update docs

    jhildenbiddle committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    1a52e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86dae61 View commit details
    Browse the repository at this point in the history
  3. Update test

    jhildenbiddle committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2946c06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    871e48f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    131aae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af7e713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25084f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5e84b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    febe7f8 View commit details
    Browse the repository at this point in the history
  2. Fix basePath

    jhildenbiddle committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    b6d5407 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    8362ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0a8d69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec2256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9be6f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3af1cfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b33d750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cafdd62 View commit details
    Browse the repository at this point in the history
  8. Fix covepage test

    jhildenbiddle committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d9e491a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Fix base element reset

    jhildenbiddle committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    a5a431f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Squashed commit of the following:

    commit a2ebb21
    Author: 沈唁 <52o@qq52o.cn>
    Date:   Sun Nov 8 16:48:43 2020 +0800
    
        fix: search titles containing ignored characters (#1395)
    
        * fix: search titles containing ignored characters
    
        * fix
    
        * add default value
    
        * add test
    
        * fix test
    
        Co-authored-by: Koy <koy@ko8e24.top>
    
    commit 58fbca0
    Author: Snyk bot <snyk-bot@snyk.io>
    Date:   Thu Nov 5 03:04:19 2020 +0200
    
        fix: packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1418)
    
        The following vulnerabilities are fixed with an upgrade:
        - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-1035544
    jhildenbiddle committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    4e5dae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae3ad8 View commit details
    Browse the repository at this point in the history
  3. Update docs

    jhildenbiddle committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    421ef1d View commit details
    Browse the repository at this point in the history
  4. Delete unnecessary file

    jhildenbiddle committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    52cce02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    727ee8f View commit details
    Browse the repository at this point in the history
  6. Fix typos

    jhildenbiddle committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    69efae3 View commit details
    Browse the repository at this point in the history
  7. Remove BLANK_URL global

    jhildenbiddle committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    51451a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    a10fcbd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    9a1935a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    43a73bb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    7cf1e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7878c60 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    90b67e2 View commit details
    Browse the repository at this point in the history
  2. Fix Lint

    sy-records committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    ffa7c90 View commit details
    Browse the repository at this point in the history