-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Release]: v4.11.4 #1190
[Release]: v4.11.4 #1190
Conversation
Snyk has created this PR to upgrade docsify from 4.10.2 to 4.11.2. See this package in NPM: https://www.npmjs.com/package/docsify See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
…4c39a1be1464a76e [Snyk] Upgrade docsify from 4.10.2 to 4.11.2
…dded token results returning in any order fixes #970
fix bug #1110
fix bug #1098
[fix #1115] Image resize in % doesn't work.
* fix * Update search.js * Update search.js * Update search.js * Update search.js * Update search.js
Update embeded files documentation Add example with front matter Add various comments I used to understand code Updated front matter to have installed flag Added function to parse front matter Added intercept to remove front matter for embed
Also, add a link explaining why that can be a security issue.
Fix typo on `externalLinkRel`
…ility Improve accessibility of viewport meta by allowing page zoom (related to #945)
Updated embed to strip YAML front matter fixes #1129
fix Edit Document
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 714ef29:
|
@boopathikumar018 The change was reverted, as @jhildenbiddle brought up some good points, along with a breaking change in IE 11. (we need to improve PRs to have testing for all browsers). See there for some ideas: hoping you can implement a subset of the PR with an option for users to specify light and dark themes, then your theme changes can come in following PR. |
chore: remove redundant instruction from lint-staged config
* develop: chore: update auto format config
Co-authored-by: James George <jamesgeorge998001@gmail.com>
Allow configs to be functions
* Fix cover overlapping sidebar * Fix transition of cover page * Revmove transition property from .cover * Remove z-index attribute from _coverpage.styl
Co-authored-by: Joe Pea <joe@trusktr.io>
All blockers are fixed. Ready to release once CI is green. |
@trusktr @jhildenbiddle @Koooooo-7 @sy-records we have a new blocker |
I could've sworn I added a test to ensure the bundle is loaded properly. Need to improve that test. See |
This is the file: https://www.github.com/docsifyjs/docsify/tree/develop/test%2Funit%2Fdocsify.test.js
We can use |
Didn't it work in the preview? And tests passed? Did you perhaps need to run |
Thanks for the heads up @trusktr , I actually had 2-3 docsify code opened in my machine, ran |
Hehe. Happens to the best of us. I can't count how many times I've done something like that. ;) |
DOMpurify
is not able to bundled with the output.Any rollup expert can tackle this ?