Skip to content

Releases: zerodevx/zero-md

v1.3.0

21 Apr 13:20
Compare
Choose a tag to compare
  • Exposes the ZeroMd.config global to set default values applying to all instances of <zero-md> in the document. (Ref: PR#12) - thanks @bennypowers!
  • Update default host CSS to help normalise behavior across browsers. Fixes #13 - thanks @bennypowers!
  • Publish on NPM to support modern workflows per #11.

v1.2.2

03 Feb 08:13
Compare
Choose a tag to compare

v1.2.1

31 Jan 15:45
e314f44
Compare
Choose a tag to compare
  • Patch anchor links to support CMD+clicks. (#8)

v1.2.0

26 Nov 09:15
a7a2770
Compare
Choose a tag to compare
  • Since HTMLImports will soon be deprecated, migrating webcomponent import pattern to ES Modules.
  • Update all CDN links to jsDelivr and pin with semver.
  • Per #6, use getElementById instead to prevent DOM exception error messages.

v1.1.0

17 May 20:52
bd6cf78
Compare
Choose a tag to compare
  • Add anchor links feature.
  • Update boilerplate to correct layout in Firefox.
  • Update CDN links for markedjs to v0.3.19 and prismjs to v1.14.0.

v1.0.0

08 Apr 10:34
940f511
Compare
Choose a tag to compare
Merge pull request #3 from zerodevx/feature/use-native

Upgrade to v1.0.0

Update to v0.2.0

23 Oct 09:07
Compare
Choose a tag to compare

2015-10-23: v0.2.0

  • Breaking changes and is incompatible with earlier versions.
  • Remove style-module usage - instead mandate a child container element with class="md-html" for simpler styling.
  • Remove dependency.
  • Remove zero-md-file-loaded convenience event.
  • Add reload() method to dynamically reload content inside <xmp> tags.
  • Completely rewrite rendering algorithm. Smaller, lighter and faster!

Minor incremental update

04 Sep 09:18
Compare
Choose a tag to compare

Patched default theme CSS.

Initial release

03 Sep 10:59
Compare
Choose a tag to compare

Initial release