Skip to content

Releases: quasarframework/quasar-ui-qmarkdown

v1.0.3

26 Nov 20:54
Compare
Choose a tag to compare
  • fix: correct path for meta data

v1.0.2

26 Nov 20:34
Compare
Choose a tag to compare
  • fix(ui): dark mode improvements
  • feat(ui): add meta->docsUrl to json api

v1.0.1

25 Nov 16:16
Compare
Choose a tag to compare
  • feat: add support for dark mode (#43)

v1.0.0`

25 Nov 14:42
Compare
Choose a tag to compare
  • 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

17 Sep 19:24
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release
  • 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

15 Sep 16:32
Compare
Choose a tag to compare
v1.0.0-beta.20 Pre-release
Pre-release
  • 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

v1.0.0-beta.19

22 Aug 19:09
Compare
Choose a tag to compare
v1.0.0-beta.19 Pre-release
Pre-release
  • fix: incorrect class definition for 'code' #17

v1.0.0-beta.18

12 Aug 13:19
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release
  • feat: Plug-in system for one-offs #7
  • You can now extend the markdown-it processor by using the extend property (Function) that takes md instance as a parameter.

v1.0.0-beta.17

02 Aug 20:51
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release
  • feat(QMarkdown): now has line numbers for code blocks
  • use property no-line-numbers to turn off
  • This does not apply to the QMarkdown loaders

v1.0.0-beta.15

25 Jul 13:47
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release
  • feat: css attributes optimizations