Skip to content

Releases: quasarframework/quasar-ui-qmarkdown

v2.0.0-alpha.5

27 Jul 13:36
885119f
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release
  • fix(ui): Protect from errors in markdown-it (#233)
  • fix(css): keep h1 -> h6 values from being overridden
  • fix(build): UMD gets Vue error

v2.0.0-alpha.4

24 Jun 15:41
34825fd
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release
  • Fixes to support Quasar 2 (#226)
    • Update component registration for Quasar 2
    • Fix rendering when the src property is provided and there is no default slot

v2.0.0-alpha.3

20 Jun 21:53
3d2b8d1
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release
  • fix(app-ext): Vue compilerOptions - must also include 'pre' tag
  • fix(api): correct json api
  • fix(ui): copy button props
  • fix(app-ext): make compatible with latest Quasar
  • fix(ui): use Vue's expose method over vm.proxy
  • fix(ui): copy to clipboard for code
  • fix(ui): src property does not work
  • fix(app-ext): centralize ternary operator

v2.0.0-alpha.2

16 Jun 18:39
6b7fb84
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

QMarkdown v4.0.0 Alpha 2

Welcome to the QMarkdown v4.0.0 Alpha 2 release

QMarkdown is now converted to use Vue v3

Moving to Vue 3 had its challenges. First of all, Vue 3 started condensing whitespace for slotted content. This broke the ability for QMarkdown to handle markdown in a slot. While waiting on a PR to be approved (from June of 2020) that would might resolve this, a different way was discovered. It was then that this release of QMarkdown was rushed out the door so it can start getting tested.

Until the final stable version is released, some aspects may change. We're not planning for additional changes, but unforeseen reported issues may require us to do breaking changes (unlikely, but keep this in mind). So please make sure that you read each v2 alpha/beta version's release notes carefully before upgrading.

Documentation

QMarkdown v2 documentation is now hosted by Netlify. Visit the documentation to get more information. The documentation is incomplete and currently being updated. You can help out by PR-ing deficiencies.

Installing

Use the next tag whenever you'd install it normally.

$ yarn add @quasar/quasar-ui-qmarkdown@next
# or as app extension
$ quasar ext add @quasar/qmarkdown@next

Donations

QMarkdown is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v1.4.3

24 May 21:21
5ec110d
Compare
Choose a tag to compare
  • fix(ui): Summary - arrow visibility (#208)

v1.4.2

20 May 13:05
45f7a52
Compare
Choose a tag to compare
  • fix(ui): Image - missing alt property (#206)

v1.4.1

12 Jan 22:34
Compare
Choose a tag to compare
  • fix: Long headlines don't wrap when expected (#163)

Also updated:

  • markdown-it: v12.0.4
  • markdown-it-ins: v3.0.1
  • markdown-it-mark: v3.0.1
  • prismjs: v1.23.0

v1.4.0

12 Dec 14:22
Compare
Choose a tag to compare
  • fix(headings): tocStart and tocEnd could be same value (ie: 1, for just allowing H1)
  • feat: New anchor link functionality for Headings

Anchor Links on Headings

This is new functionality. If you don't want or need this, use the no-heading-anchor-links property.
Anchor Links is used in conjunctin with toc-start and toc-end properties (defaults are 1 and 3, respectively), to determine which heading will be converted to anchor links.

v1.3.1

08 Dec 18:29
Compare
Choose a tag to compare
  • fix(ui): line numbers are out of sync when highlighting is off

v1.3.0

07 Dec 23:21
Compare
Choose a tag to compare
  • feat(ui): new Copy to Clipboard functionality