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: docsifyjs/docsify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.7.1
Choose a base ref
...
head repository: docsifyjs/docsify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.8.0
Choose a head ref
  • 19 commits
  • 39 files changed
  • 10 contributors

Commits on Sep 17, 2018

  1. Updated sidebar documentation to clarify nesting (#626)

    The documentation for how to create nested sidebars was unclear, and I could not find it anywhere else. After experimenting, I discovered the tactic and felt it should be in the docs.
    ciel authored and QingWei-Li committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    b0179e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Fix typo and update open collective gold sponsor URL (#648)

    ```diff
    +Gold
    -Glod
    ```
    mesaugat authored and QingWei-Li committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    1897bb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    50c2434 View commit details
    Browse the repository at this point in the history
  2. fix: Update getAllPath query selector (#653)

    Closes #614
    cheng-kang authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    f6f4e32 View commit details
    Browse the repository at this point in the history
  3. fix: Remove target for mailto links (#652)

    Closes #625
    cheng-kang authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    18f0f03 View commit details
    Browse the repository at this point in the history
  4. chore: README: various small tweaks (#651)

    - Change "What is it" heading to "What it is", as it's not a question
    - Expand SSR acronym
    - Slightly reword some passages for clarity
    waldyrious authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    47a8d5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e86017 View commit details
    Browse the repository at this point in the history
  6. feat: Add docsify version to $window.docsify object (#641)

    Fix #521
    
    Please makes sure these boxes are checked before submitting your PR, thank you!
    
    * [ x ] Make sure you are merging your commits to `master` branch.
    * [ x ] Add some descriptions and refer relative issues for you PR.
    * [ x ] DO NOT include files inside `lib` directory.
    jhildenbiddle authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    94bc415 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a0802a View commit details
    Browse the repository at this point in the history
  8. Fix: zoom-image target elements (#640)

    - Ignore images outside of main content area (e.g. logo, sidenav icons, etc.)
    - Ignore linked images (previous behavior broke linked images)
    
    Fixes #520
    jhildenbiddle authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    63876c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b329e1e View commit details
    Browse the repository at this point in the history
  10. fix: Update vue.styl (#634)

    CSS style for functions is specified in buble.styl only. Thus, for example, bash commands from prism-bash.js (function section) are not highlighted. You can add a new CSS style with the right color you think fits better  :).
    i0pr1m3 authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    bf060be View commit details
    Browse the repository at this point in the history
  11. feat(compiler): support embedded mermaid (#629)

    Carlos García authored and QingWei-Li committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    42ea8af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2cd4646 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. fix: missing variable declaration (#660)

    ### Issue
    
    <img width="491" alt="screenshot 2018-10-30 at 23 31 35" src="https://user-images.githubusercontent.com/8396515/47757020-58587080-dc9c-11e8-867c-dc3feabcb651.png">
    
    Sorry, forgot to include this line in previous PR.
    
    -----
    Please makes sure these boxes are checked before submitting your PR, thank you!
    
    * [x] Make sure you are merging your commits to `master` branch.
    * [x] Add some descriptions and refer relative issues for you PR.
    * [x] DO NOT include files inside `lib` directory.
    cheng-kang authored and QingWei-Li committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    1ce37bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39b214 View commit details
    Browse the repository at this point in the history
  3. feat: Add hideOtherSidebarContent option (#661)

    Allow user to configure whether or not to hide other sidebar content while showing searching results.
    
    Related issue: #535
    cheng-kang authored and QingWei-Li committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    4a23c4a View commit details
    Browse the repository at this point in the history
  4. [build] 4.8.0

    QingWei-Li committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    137ae8d View commit details
    Browse the repository at this point in the history
  5. chore: add changelog 4.8.0

    QingWei-Li committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    b3b6116 View commit details
    Browse the repository at this point in the history
Loading