Skip to content

Releases: zerodevx/zero-md

v3.0.0

10 May 08:10
Compare
Choose a tag to compare

V3 is released! 🎉

There are breaking changes. If you're migrating from V2 to V3, please read the migration guide. V2 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 V3 (it has a new CDN URL now) - it is simpler, faster and spec-compliant.

V3 features include:

  • Math rendering via KaTeX
  • Mermaid diagrams
  • Syntax highlighting via highlight.js
  • Language detection for unhinted code blocks
  • Hash-link scroll handling
  • FOUC prevention
  • Auto re-render on input changes
  • Light and dark themes
  • Spec-compliant extensibility

v2.5.4

01 Mar 08:39
Compare
Choose a tag to compare
  • Update dependencies

Note

This is the final release of the v2 branch as we prepare to migrate to v3.

v2.5.3

17 Aug 17:18
Compare
Choose a tag to compare
  • Correctly add classnames into markdown-body hash computation (fixes #94)

v2.5.2

12 Jul 19:12
Compare
Choose a tag to compare
  • Slightly refactor MutationObserver code

v2.5.1

11 Jul 12:33
Compare
Choose a tag to compare
  • Fix multiple firing of zero-md-rendered events in no-shadow mode (#86)

v2.5.0

09 Jul 10:39
Compare
Choose a tag to compare
  • Use fingerprinting instead of caching during render updates
  • Simplify the render() function
  • BREAKING: stampStyles() now returns a promise that resolves to truthy if stamping occurred
  • BREAKING: stampBody() now returns a promise that resolves to truthy if stamping occurred
  • BREAKING: makeNode() has been replaced with makeNodes() and now returns a HTMLCollection of nodes instead.

v2.4.2

28 Jun 08:38
Compare
Choose a tag to compare
  • Fix hash-link scrolls in no-shadow mode (#82, thanks @alifeee)

v2.4.1

20 May 08:21
Compare
Choose a tag to compare
  • Update dependencies

v2.4.0

14 Jan 17:35
Compare
Choose a tag to compare
  • Upgrade marked to v4
  • Upgrade rollup to v3
  • Update dependencies

v2.3.6

22 Jul 16:45
Compare
Choose a tag to compare
  • Update dependencies