Releases: JonasDoebertin/kirby-visual-markdown
Releases · JonasDoebertin/kirby-visual-markdown
v1.5.1 - Maintenance Release
Features:
- Add compatibility for Kirby CLI
v1.5.0 - Feature Release
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
Features:
- Sticky toolbar
v1.3.4 - Maintenance Release
Changes:
- Updated Swedish language (thanks to @andreasnymark)
- Updated to CodeMirror 5.5
Additional:
- Added a list of all contributors
v1.3.3 - Feature Release
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
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
Features:
- Respect the new (Kirby 2.1) strict markdown mode
Special Thanks:
- @shoesforindustry for bringing this to my attention
v1.3.0 - Feature Release
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
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
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