Releases: fabianmichael/kirby-markdown-field
Releases · fabianmichael/kirby-markdown-field
3.0.0-alpha.2
- 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, onlysans-serif
(like Kirby’s textarea field)
3.0.0-alpha.1
- 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
- Add
pages
andfiles
options for more fine-grained control over what the file/page picker will show (thanks @s3ththompson!)
2.1.6
2.1.5
2.1.4
- Fix file uploads
2.1.3
Just ix composer version
2.1.2
What's Changed
- Pasted URLs will no longer create nested Kirbytags
- Removed strict Kirby version check
2.1.1
Fix version in composer.json
2.1.0
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.