-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Release]: v5.0.0-rc.2 #2598
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
Closed
Closed
[Release]: v5.0.0-rc.2 #2598
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
08372d9
chore: bump rollup-plugin-import-css from 3.5.0 to 4.0.1 (#2554)
dependabot[bot] 3d53203
chore: bump lint-staged from 15.2.7 to 16.1.0 (#2553)
dependabot[bot] 71ac41e
refactor: optimize toggleSidebar trigger conditions (#2557)
sy-records 0e1e0db
chore: bump stefanzweifel/git-auto-commit-action from 5 to 6 (#2562)
dependabot[bot] 96852f0
chore: bump marked from 15.0.3 to 16.0.0 (#2559)
dependabot[bot] 375c058
fix: exclude app-name-link from sidebar text overflow styling (#2564)
sy-records 20d095b
fix: enhance focus handling by adding smooth scroll to content area (...
sy-records 3709947
chore: bump form-data from 4.0.0 to 4.0.4 (#2572)
dependabot[bot] a2f734f
feat: support config helper multi keys if supported (#2571)
Koooooo-7 84ba468
chore: remove themes directory from package.json files list (#2574)
sy-records 72569de
fix: handle hash navigation to prevent duplicate callbacks (#2575)
sy-records 6e45024
fix: remove block display from anchor links to prevent layout issues ...
sy-records be21637
fix: heading link overflow style (#2568)
dajrivera 5a49729
docs: update sidebar link formatting (#2577)
sy-records 3c114d1
chore: bump jest from 29.7.0 to 30.0.3 (#2561)
dependabot[bot] 77420df
chore: update pull requests and issues template (#2584)
sy-records c9301b0
docs: Improve Quick start instructions (#1466)
waldyrious b468bcd
refactor: simplify auto header insertion logic (#2578)
sy-records af05d17
chore: bump cross-env from 7.0.3 to 10.0.0 (#2589)
dependabot[bot] 00d590f
chore: bump jest-environment-jsdom from 29.7.0 to 30.0.5 (#2590)
dependabot[bot] be53467
chore: update launch configuration (#2587)
sy-records 5448d93
docs: Included relevant CSS vars to theme docs. (#2592)
paulhibbitts 743e9cb
fix: escape HTML in search keywords (#2586)
sy-records 4c9e111
docs: remove loading dialog section from quickstart guide (#2585)
sy-records 5ac5a86
style: force light mode for iframes in dark theme (#2593)
paulhibbitts 32aa74e
feat: support extract content between fragment markers from Markdown ...
sy-records 22ac7e8
fix: enhance focus handling (#2595)
sy-records 2a49bd0
fix(sidebar): remove ignored headings and children (#2580)
sy-records eeacfcc
fix: update relative link handling (#2579)
sy-records 9bc58c9
fix: improve slug generation (#2581)
sy-records 2e59b0f
feat: GitHub style callouts (#2487)
jhildenbiddle 5999f09
fix: normalize slugs to NFC and remove emoji variation selector (#2597)
sy-records 400ecbc
[release] 5.0.0-rc.2
sy-records File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
54 changes: 0 additions & 54 deletions
.github/ISSUE_TEMPLATE/bug_report.md
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
.github/ISSUE_TEMPLATE/bug_report.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Bug Report | ||
description: Submit a bug report. | ||
labels: ['bug', 'Triage'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! **Please write in English**. | ||
Before creating an issue please make sure you are using the latest version of Docsify. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the bug is, and why you consider it to be a bug. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
description: A description of what is actually happening. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
A description with steps to reproduce the issue. | ||
Provide a link to a public repository or create a reproducible [sandbox](https://codesandbox.io/s/307qqv236): | ||
placeholder: | | ||
1. Step 1 | ||
2. Step 2 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
Please provide the following information if relevant to the issue: | ||
```markdown | ||
- Your OS: | ||
- Node.js version: | ||
- npm/yarn version: | ||
- Browser version: | ||
- Docsify version: | ||
- Docsify plugins (if the bug happens when plugins enabled, please try to isolate the issue): | ||
``` | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Additional Information | ||
options: | ||
- label: Bug still occurs when all/other plugins are disabled? |
32 changes: 0 additions & 32 deletions
.github/ISSUE_TEMPLATE/feature_request.md
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
.github/ISSUE_TEMPLATE/feature_request.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature Request | ||
description: Propose a new feature or improvement for this project. | ||
labels: ['feature request', 'Triage'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for suggesting a feature! Please provide as much detail as possible to help us understand your idea. **Write in English.** | ||
|
||
- type: textarea | ||
attributes: | ||
label: Problem or Desire | ||
description: What problem or need will this feature address? Why is it important? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: What is your proposed solution? How should this feature work? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Implementation Details | ||
description: If you have any ideas about how this feature could be implemented, please share them here. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context, screenshots, or references that might help us understand your request. |
42 changes: 12 additions & 30 deletions
.github/PULL_REQUEST_TEMPLATE.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.