Releases: quasarframework/quasar-ui-qmarkdown
v2.0.0-alpha.5
- 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
- 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
- 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
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
v1.4.2
v1.4.1
v1.4.0
- 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.