Skip to content

Releases: quasarframework/quasar-ui-qmarkdown

v2.0.4

11 Jan 15:54
Compare
Choose a tag to compare

QMarkdown v2.0.4

Features

  • n/a

Fixes

  • fix(app-ext): different boot wrappers for vite and webpack builds
  • fix(app-ext): change prompts to esm for latest Quasar
  • fix(ui): broken banner
  • fix(app-ext): remove "require"

Notes

You no longer need to specify @next

After updating, run the following to have imports of *.md re-instated:

quasar ext invoke @quasar/qmarkdown

Installing

$ yarn add @quasar/quasar-ui-qmarkdown
# or
$ quasar ext add @quasar/qmarkdown

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

Donations

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

v2.0.2

31 Dec 14:37
Compare
Choose a tag to compare

QMarkdown v2.0.2

Features

  • n/a

Fixes

  • fix(app-ext): Does not work with quasar/app-webpack v4 (release) (#407)
  • fix(ui): ssr treats all anchor links as external (#395)

Notes

You no longer need to specify @next

After updating, run the following to have imports of *.md re-instated:

quasar ext invoke @quasar/qmarkdown

Installing

$ yarn add @quasar/quasar-ui-qmarkdown
# or
$ quasar ext add @quasar/qmarkdown

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

Donations

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

v2.0.1

18 Dec 19:23
Compare
Choose a tag to compare

QMarkdown v2.0.1

Features

  • n/a

Fixes

  • fix(ui): Incompatibility with @quasar/app-vite 2.0.0-rc.2 due to declare module '@vue/runtime-core' (#402)
  • fix(ui): Error / warning when importing useQMarkdownGlobalProps (#388)
  • chore: update readme concerning vue-router history mode needed for header and hash links and TOC.
  • fix(app-ext): update boot file to use defineBoot

Notes

You no longer need to specify @next

After updating, run the following to have imports of *.md re-instated:

quasar ext invoke @quasar/qmarkdown

Installing

$ yarn add @quasar/quasar-ui-qmarkdown
# or
$ quasar ext add @quasar/qmarkdown

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

Donations

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

v2.0.0-beta.6

17 Apr 16:22
220c94e
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

QMarkdown v2.0.0-beta.6

Features

  • feat(app-ext): re-instate import of *.md files (works for vite and webpack)
  • feat(ui): content-style and content-class props can now take a string
  • feat(ui): improved TS definitions for MarkdownItPluginsArray
  • feat(ui): improved src/slot handling

Fixes

  • fix(build): change chalk out for kolorist
  • fix(app-ext): ensure proper Quasar plugins are available

Notes

After updating, run the following to have imports of *.md re-instated:

quasar ext invoke @quasar/qmarkdown

Installing

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

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

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

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:

v2.0.0-beta.3/4

19 Mar 19:44
5b97fcc
Compare
Choose a tag to compare
v2.0.0-beta.3/4 Pre-release
Pre-release

QMarkdown v2.0.0-beta.3/4

Features

  • Support for q/app-webpack and q/app-vite (Quasar v2)

Breaking

  • QMarkdown no longer supports *.md and *.vmd imports. Both Webpack and Vite plugins are available to do the same thing. QMarkdown hence forward, will strictly deal with inlined markdown in Vue SFC files.

Installing

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

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

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

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:

v2.0.0

18 Dec 15:45
68bce81
Compare
Choose a tag to compare

QMarkdown v2.0.0

Features

  • n/a

Fixes

  • fix(app-ext): make compatible with Quasar versions (alpha, beta, rc)
  • fix(app-ext): Add QMarkdown (along with q-markdown) as a "pre" tag

Notes

You no longer need to specify @next

After updating, run the following to have imports of *.md re-instated:

quasar ext invoke @quasar/qmarkdown

Installing

$ yarn add @quasar/quasar-ui-qmarkdown
# or
$ quasar ext add @quasar/qmarkdown

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

Donations

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

v2.0.0-beta.7

20 Apr 15:24
68bce81
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

QMarkdown v2.0.0-beta.7

Features

  • none

Fixes

  • fix(types): fix MarkdownIt type exports (#367)

Installing

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

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

Updating via Quasar CLI

quasar upgrade -i

Documentation

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

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:

v2.0.0-beta.2

20 Jan 16:41
b84e21d
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

QMarkdown v2.0.0-beta.2

Features

  • none

Fixes

  • fix: Missed "next" tag for installation

Installing

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

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

Documentation

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

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:

v2.0.0-beta.1

20 Jan 16:31
354050b
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

QMarkdown v2.0.0-beta.1

Features

  • feat(ui): add option loading for markdown-it plugins (#359)

Fixes

  • fix(api): make the api better. Some things are not showing up properly.

Installing

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

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

Documentation

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

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.4

20 Jan 17:04
68bce81
Compare
Choose a tag to compare

QMarkdown v1.4.4

  • Maintenance release

Installing

$ yarn add @quasar/quasar-ui-qmarkdown
# or
$ quasar ext add @quasar/qmarkdown

Documentation

QMarkdown v1 documentation is now hosted by GitHub. Visit the documentation to get more information.

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: