Skip to content

Latest commit

 

History

History
161 lines (98 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

161 lines (98 loc) · 2.99 KB

Changelog

Version 1.5.0

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

Version 1.4.0

Features:

  • Sticky toolbar

Version 1.3.4

Changes:

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

Additional:

  • Added a list of all contributors

Version 1.3.3

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

Version 1.3.2

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

Version 1.3.1

Features:

  • Respect the new (Kirby 2.1) strict markdown mode

Special Thanks:

  • @shoesforindustry for bringing this to my attention

Version 1.3.0

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

Version 1.2.0

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

Version 1.1.0

New Features:

  • Headline toolbar icons & actions
  • Option to specify the headline levels
  • Option to hide the toolbar

Changes:

  • Updated to MirrorMark 1.0.1

Bugfixes:

  • Show correct fullscreen mode editor for pages with multiple editor fields
  • Allow scrolling in fullscreen mode

Version 1.0.1

New Features:

  • Reimplement fullscreen mode logic
  • Show toolbar in fullscreen mode

Bugfixes:

  • Limited fullscreen mode content width
  • Minor additional style fixes for fullscreen mode

Version 1.0.0

  • Initial Release