Skip to content

Releases: JonasDoebertin/kirby-visual-markdown

v1.5.1 - Maintenance Release

14 Mar 09:36
Compare
Choose a tag to compare

Features:

v1.5.0 - Feature Release

26 Nov 08:37
Compare
Choose a tag to compare

Features:

  • Smarter header toggling
  • Smarter list toggling

Changes:

  • Drop support for Kirby 2.1 and below
  • Drop support for PHP 5.3 and below
  • Only enable fixed toolbar if field is focused
  • Updated to CodeMirror 5.8

Bugfixes

  • More compatible way of getting the current panel language

v1.4.0 - Feature Release

14 Aug 15:32
Compare
Choose a tag to compare

Features:

  • Sticky toolbar

v1.3.4 - Maintenance Release

06 Aug 16:12
Compare
Choose a tag to compare

Changes:

  • Updated Swedish language (thanks to @andreasnymark)
  • Updated to CodeMirror 5.5

Additional:

  • Added a list of all contributors

v1.3.3 - Feature Release

17 Jun 15:15
Compare
Choose a tag to compare

Features:

  • Added Norwegian, Swedish & Danish languages (thanks to @tnViking)
  • Added Dutch language (thanks to @TECHMAUS)
  • Added „Email Link“ toolbar item

Changes:

  • Updated French language (thanks to @malvese)

Bugfixes:

  • Added tooltip for „Italic“ toolbar item
  • Required: true blueprint setting works as expected

v1.3.2 - Feature Release

26 May 07:18
Compare
Choose a tag to compare

Features:

  • New keyboard shortcuts modal
  • Added support for strike-through text

Changes:

  • Better keyboard shortcuts
  • Updated to CodeMirror 5.3

Bugfixes:

  • Better space character matching inside Kirbytags

v1.3.1 - Feature Release

21 May 07:43
Compare
Choose a tag to compare

Features:

  • Respect the new (Kirby 2.1) strict markdown mode

Special Thanks:

v1.3.0 - Feature Release

30 Apr 12:11
Compare
Choose a tag to compare

Features:

  • Added Kirbytext highlighting
  • Added option to turn off individual toolbar icons

Changes:

  • Updated to CodeMirror 5.2
  • Switched to compressed CodeMirror resources

Bugfixes:

  • Fixed some potentially unsafe javascript code

v1.2.0 - Feature Release

21 Apr 06:53
Compare
Choose a tag to compare

Features:

  • Enhanced syntax styling
    • Align headline formatting outside the content
    • Added hanging quotes
    • Added styles for task lists
  • Added inline HTML support
  • Added "Help" toolbar section with relevant links
  • Added tooltips to toolbar icons
  • Added translation support
  • Included language files:
    • English
    • German
    • French (Thanks to @malvese)

Changes:

  • Changed header button icons
  • Header buttons toggle formatting instead of applying it multiple times
  • Drop MirrorMark dependency
  • Drop lodash.js dependency

Bugfixes:

  • Don't treat underscores in words as formatting (#11)
  • Make toolbar buttons work with multiple selections
  • Enable panel "Save" hotkey
  • Hide fullscreen icon in Safari
  • A lot more little fixes

v1.2.0-beta.3 - Beta Release

16 Apr 10:41
Compare
Choose a tag to compare
Pre-release

Changes since the last beta release:

Features:

  • Added German language file

Changes:

  • Better "Header 1" and "Header 2" icons
  • Extended "Help" section with relevant links

Bugfixes:

  • Minor CSS fixes and cleanup