Skip to content

Releases: zerodevx/zero-md

v2.3.2

08 Feb 09:57
Compare
Choose a tag to compare
  • Update some tooling and rebuild dist/

v2.3.1

07 Oct 13:04
Compare
Choose a tag to compare
  • Revert marked back to v2 (fixes #61)

v2.3.0

31 Aug 11:20
Compare
Choose a tag to compare
  • 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 to v3
  • BREAKING: clearDom() is deprecated since partial rendering inserts or replaces instead
  • BREAKING: stampDom() is deprecated; operation split into stampStyles() and stampBody() respectively
  • BREAKING: makeFrag() is deprecated and replaced with makeNode()

v2.2.0

02 Jul 10:13
Compare
Choose a tag to compare
  • Add feature auto re-render when inline markdown or style template changes (#51 - thanks @EmilePerron)
  • Update dependencies

v2.1.1

09 Feb 08:49
Compare
Choose a tag to compare
  • Shift initial render call into element constructor (fixes #46)
  • Use latest stable instead of latest beta in /docs
  • Update dependencies

v2.1.0

28 Jan 19:43
Compare
Choose a tag to compare
  • Refactor web-component initialisation logic (fixes #45)
  • Remove non-standard JSON import

v2.1.0-rc.1

27 Jan 19:02
Compare
Choose a tag to compare
v2.1.0-rc.1 Pre-release
Pre-release

v2.0.1

10 Dec 08:04
Compare
Choose a tag to compare
  • Update dependencies.

v1.4.2

08 Dec 08:55
Compare
Choose a tag to compare
  • Update docs.

v2.0.0

02 Nov 10:21
Compare
Choose a tag to compare

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/