
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
docsify-changelog-plugin
Advanced tools
This is a docsify plugin to render changelog from given path
Add the following stylesheet along with your other stylesheets
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-changelog-plugin@latest/dist/style.css"
/>
<link
rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
/>
And add the following script
<script src="https://cdn.jsdelivr.net/npm/docsify-changelog-plugin@latest/dist/index.js"></script>
In your docsify config object add the following
window.$docsify = {
...
loadNavbar : false, // IMPORTANT
changelog : 'CHANGELOG.md' // path of your changelog, it can be remote as well
...
}
And add the following custom nav bar
<nav></nav>
Note that
loadNavbaroptions should be set tofalseand if you want to extend the navbar to write your own, write it in yourindex.htmlasnavelement
v0.5.1Added a red dot whenever you update the changelog source
When there is new update in the changelog
When there is no new update in the changelog
After clicking the changelog button
src/index.js and src/style.stylstyl -> css using styl CLIcssnano and postcssrolluprollup-plugin-terserstandardIs it responsive? Not yet! soon, I will add the styles to make it responsive
Will it break mergeNavbar options?
May be
Can I change the style of the button and the panel? Not yet !, but soon it will be possible using css variable
FAQs
Docsify plugin to add changelog to your docsify site
The npm package docsify-changelog-plugin receives a total of 13 weekly downloads. As such, docsify-changelog-plugin popularity was classified as not popular.
We found that docsify-changelog-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.