Releases: zerodevx/zero-md
Releases · zerodevx/zero-md
v2.3.2
v2.3.1
v2.3.0
- Refactor (simplify)
MutationObserver
code - Support partial rendering -
render()
will not re-stamp the DOM if there are no changes now - Run
Prism
highlight asynchronously with Web Workers; fall back to synchronous if unsupported - Update
marked
tov3
- BREAKING:
clearDom()
is deprecated since partial rendering inserts or replaces instead - BREAKING:
stampDom()
is deprecated; operation split intostampStyles()
andstampBody()
respectively - BREAKING:
makeFrag()
is deprecated and replaced withmakeNode()
v2.2.0
v2.1.1
v2.1.0
v2.1.0-rc.1
- Fixes #45
v2.0.1
v1.4.2
v2.0.0
V2 is released! 🎉
Some breaking changes are introduced. If you're migrating from V1 to V2, please read the migration guide.
V1 has been moved into its separate tree - a final maintenance release is published, but in general no more updates will be done.
It is highly recommended to upgrade to V2 - it is modern, much cleaner and much easier to reason with. To get some context as to why, please read the V2 release candidate release notes.
V2 features include:
- Automated hash-link scrolls
- Built-in FOUC prevention
- Automatically rewrite URLs relative to
src
- Automatically re-render when
src
changes - Support for >200 code languages with detection for unhinted code blocks
- Easy styling mechanism
- Highly extensible
Check out the V2 docs: https://zerodevx.github.io/zero-md/