Releases: imfx77/kanboard-plugin-Wysiwyg-MD-Editor
Releases · imfx77/kanboard-plugin-Wysiwyg-MD-Editor
WysiwygMDEditor v0.9.6
v0.9.6
(most recent changes are listed on top):
- Added an explicit Emoji Font and an option in settings to override browser and system provided emojis.
- MAJOR refactoring cleanup and simplifying of the Emoji Picker!
- Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.
WysiwygMDEditor v0.9.4
v0.9.4
(most recent changes are listed on top):
- Integrated a Font Awesome Icons Picker into
EasyMDE
and as an optional button in the markdown edit toolbar. - Reworked settings sections layout and descriptions.
WysiwygMDEditor v0.9.3
v0.9.3
(most recent changes are listed on top):
- Integrated an Emoji Picker into
EasyMDE
and as an optional button in the markdown edit toolbar.
v0.9.2
(most recent changes are listed on top):
- The English version of
StackEdit+
is no longer available online, so removing it. - Adding the basic English version of
StackEdit
and the Chinese version ofStackEdit+
instead. - Thus, everyone can choose for himself which editor fits his needs better.
WysiwygMDEditor v0.9.1
v0.9.1
(most recent changes are listed on top):
- Fixed a major bug that caused markdown text to be distorted when rendered with
EasyMDE
. - Fixed proper viewing of the settings page with the normal markdown renderer.
- Automated the editors buttons to be injected on every DOM change rather than once only on document load.
- Rearranged some assets, fixed some styles, encapsulated some globally visible code.
- Configured GitHub Actions to perform automatic code checks.
WysiwygMDEditor v0.9.0
v0.9.0
(most recent changes are listed on top):
- Option for custom rendering of markdown fields (using
EasyMDE
locally with JavaScript). - Rendering can be parametrized with theme, code highlight, and background transparency.
- Style fixes for
EasyMDE
preview and rendering. - Updates for locale texts.
WysiwygMDEditor v0.5.4
v0.5.4
(most recent changes are listed on top):
- Added CSP rules for both
EasyMDE
andStackEdit+
to be allowed to open within an iframe.
WysiwygMDEditor v0.5.3
v0.5.3
(most recent changes are listed on top):
- Added translations for common languages
DE
,ES
,FR
,IT
,PT
,RU
(using Google Translate) - Translation for
en_US
is set to default if a language pack is missing - Hiding rendering options until rendering is actually implemented
WysiwygMDEditor v0.5.2
v0.5.2
(most recent changes are listed on top):
- Multiple corrections to README, INSTALL, changelog and Screenshots
- Refactoring for vendors and correct attributing of their licences
v0.5.1
(most recent changes are listed on top):
- README, changelog and author fixes
v0.5.0
(most recent changes are listed on top):
- Preliminary release for troubleshooting purposes
- Intended initial editing functionality and settings are present and working
- TODO: research using the integrated MDEs in silent mode to allow for custom rendering override for rich-text-enabled textareas of KB
- TODO: provide more translations and a starter locale template for translations contributors