8000 Releases Β· avo-hq/marksmith Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: avo-hq/marksmith

v0.4.4

05 Apr 20:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.4

v0.4.2

05 Apr 20:35
Compare
Choose a tag to compare

What's Changed

  • fix: support multiple editors with the same name on a page by @adrianthedev in #60

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Apr 20:35
Compare
Choose a tag to compare

What's Changed

  • Respect media and file upload config flags in Markdown field + minor URL encoding fix by @Paul-Bob in #59

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Apr 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Mar 15:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.0

15 Feb 10:57
Compare
Choose a tag to compare

What's Changed

Breaking changes

  1. The gem doesn't ship with a parser so you must manually add it.
# add marksmith
gem "marksmith"

# add a markdown parser
gem "commonmarker"
# or
gem "redcarpet"
  1. The rendered changed it's API
# before
Marksmith::Renderer.new.renderer.render("**hi**")

# after
Marksmith::Renderer.new(body: "**hi**").render

Full Changelog: v0.1.3...v0.2.0

v0.1.3

14 Feb 19:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Feb 00:00
Compare
Choose a tag to compare

What's Changed

  • Guidance for rendering the return of the marksmithed helper by @tumes in #11
  • fix: automatic route mounting and a couple of tweaks by @adrianthedev in #12

New Contributors

Full Changelog: v0.1.1...v0.1.2

0