Releases: quasarframework/quasar-ui-qmarkdown
Releases · quasarframework/quasar-ui-qmarkdown
v1.0.7
- fix(ui): dark mode color improvements
- fix(ui): improvements to markdown cache
v1.0.6
- fix(ae): missing renderMarkdown function for vue+markdown (.vmd) files #50
v1.0.5
- fix(ui): small tweak to token css
v1.0.4
fix: broken app-extension
v1.0.3
- fix: correct path for meta data
v1.0.2
- fix(ui): dark mode improvements
- feat(ui): add meta->docsUrl to json api
v1.0.1
- feat: add support for dark mode (#43)
v1.0.0`
- updated: v1.0.0 now uses the new UI kit. This means the app-extension is divided from the UI. This now allows the UI portion to be added as Quasar CLI, Vue CLI or UMD. Check out the codepen example her: https://codepen.io/Hawkeye64/pen/ExxzdMp?editors=1010
- new(property):
extend-prism
- allows you to extend the Prism code highlighting with plugins and additional languages.
- updated: A lot of the CSS for the markdown has been improved.
v1.0.0-beta.21
- fix: issues with line numbers #33
- feat: allow alternate char to be used in place of line numbers #34
- fix: containers have too much space at bottom #32
v1.0.0-beta.20
- fix: code blocks have padding on first line #28
- fix: code block using prism have extra line at bottom #29
- fix: numbers on code blocks should not be selectable #30
- fix: change background-color to background #31