Uh oh!
There was an error while loading. Please reload this page.
[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:
|
trusktr
commented
Jun 10, 2020
@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>
anikethsaha
commented
Jun 17, 2020
All blockers are fixed. Ready to release once CI is green. |
anikethsaha
commented
Jun 18, 2020
@trusktr@jhildenbiddle@Koooooo-7@sy-records we have a new blocker |
trusktr
commented
Jun 18, 2020
I could've sworn I added a test to ensure the bundle is loaded properly. Need to improve that test. See |
trusktr
commented
Jun 18, 2020
This is the file: https://www.github.com/docsifyjs/docsify/tree/develop/test%2Funit%2Fdocsify.test.js
We can use |
trusktr
commented
Jun 18, 2020
Didn't it work in the preview? And tests passed? Did you perhaps need to run |
anikethsaha
commented
Jun 18, 2020
Thanks for the heads up @trusktr , I actually had 2-3 docsify code opened in my machine, ran |
trusktr
commented
Jun 18, 2020
Hehe. Happens to the best of us. I can't count how many times I've done something like that. ;) |
DOMpurifyis not able to bundled with the output.Any rollup expert can tackle this ?