Skip to content

Releases: fabianmichael/kirby-markdown-field

3.0.0-alpha.2

30 Nov 09:07

Choose a tag to compare

3.0.0-alpha.2 Pre-release
Pre-release
  • Better icon for horizontal rule (see #174 (comment))
  • Decrease font size to match other Kirby 4 fields (see #174 (comment))
  • Major code refactoring (linting, spaces => tabs etc.)
  • Remove font-size option
  • font: sans is not supported anymore, only sans-serif (like Kirby’s textarea field)

3.0.0-alpha.1

29 Nov 20:14

Choose a tag to compare

3.0.0-alpha.1 Pre-release
Pre-release
  • Update design an icons
  • Make the plugin work with Kirby 4
  • The link button now uses the link field in its dialog
  • File uploads work again

To do:

  • Update plugin examples
  • Test everything thouroughly

2.2.0

30 Jun 08:18
d0b6e57

Choose a tag to compare

  • Add pages and files options for more fine-grained control over what the file/page picker will show (thanks @s3ththompson!)

2.1.6

28 Jun 09:07

Choose a tag to compare

  • Add option for chosing between KirbyText and Markdown syntax for link and pagelink buttons. (see #169)
  • Add own CSS for Toolbar for being compatible with Kirby 4

2.1.5

21 Jun 11:04
f6b84ea

Choose a tag to compare

  • When text is selected and a file is inserted vis the file button, the selected text will not be used as link text instead of just being replaced (see #166).

2.1.4

25 Jan 08:20
7102989

Choose a tag to compare

  • Fix file uploads

2.1.3

23 Jan 08:52
92f3319

Choose a tag to compare

Just ix composer version

2.1.2

20 Jan 09:28
4394eba

Choose a tag to compare

What's Changed

  • Pasted URLs will no longer create nested Kirbytags
  • Removed strict Kirby version check

2.1.1

30 Sep 17:22
2cbc488

Choose a tag to compare

Fix version in composer.json

2.1.0

30 Sep 17:20

Choose a tag to compare

⚠️ This release changes the and composer package name of the plugin to fabianmichael/kirby-markdown-field. In addition to that, the plugin now registers as fabianmichael/markdown-field in Kirby. If you use custom highlighters, please update your configuration files.

This change was necessary to keep the plugin working with Kirby’s upcoming update check feature.

Also, all NPM dependencies have been updated to their latest versions.