This repository has been archived by the owner on May 19, 2020. It is now read-only.
Releases: accordproject/markdown-editor
Releases Β· accordproject/markdown-editor
Markdown Editor v0.7.2
π Bug Fix
- #186: Fixes a bug where text that should have been un-editable was still able to be changed via some toolbar options (@DianaLease)
Markdown Editor v0.7.1
π Bug Fix
- #185 : Fixes toggling of bold and italics and refactors code. (@DianaLease)
Markdown Editor v0.7.0
This is a major release!
Support for Cicero v0.20
π¦
Some new highlights as well as a few from v0.6.*
:
v0.7.0
π Spec Compliance
- #181: List
SlateJS
as a peerDependency to resolve conflicts (@DianaLease)
π New Feature
- 7010b37: Support for soft and hard line breaks (@dselman)
- 2ebe560: Support for rendering inline images (@dselman)
π Bug Fix
- #180: Corrections for lists rendering correctly (@DianaLease)
v0.6.*
π Spec Compliance
- #115: Boost A11Y compliance through WCAG 2.0 Level A 4.1.1 (@monika)
- #164: Fixed aria-label for
undo
andredo
(@sahalsaad)
π New Feature
- #101: Code blocks can now be styled (@dkbuntzen)
- #100: Hyperlinks now have a tooltip (@sahalsaad)
- #143: Inline tooltip for hyperlinks (@husseyexplores)
- #178: Enforce previous and subsequent nodes to a clause are paragraphs (@irmerk)
π Bug Fix
- #136: Allow for navigation to headings (@archhhh)
- #122: Toolbar buttons no longer work in
lockText
mode (@Ian-Yy) - #127: Double enter at the end of a list now leaves the list (@miqh)
- #163: Editor no longer scrolls to the top when you focus on it (@qualitymanifest)
- #156: Solved issue around creating lists with new
markdown-transform
(@DianaLease) - #179: Resolve error around the import of
findDOMRange
(@DianaLease)
πββ Performance
- #99: Temporarily remove support for underline (@cmccandless)
- This is on hold until we solve underline support in markdown
- #117: Support more efficient
ClausePlugin
props (@DianaLease) - #124 : Styling support for the editor border and shadow (@PseudoNerd @irmerk)
- #154: Clicking in an area without content sets the cursor (@husseyexplores)
π Polish
- #125: Block quotes indentation has some polishing (@mbtamuli)
- #158 : Regression of style props (@DianaLease)
- We have decided to remove styling props for code blocks and block quotes in favor of allowing the user to style these elements with their own CSS
π Documentation
- Various fixes and improvements to the repository README
π Internal
- #134: Begin unit testing
SlateAsInputEditor
(@codingdefined) - #140: Ensure
thumbs.db
is not recorded for Windows users (@sidhyatikku) - #177: Clean up unused dependencies (@DianaLease)
Markdown Editor v0.6.8
π New Feature
- #178: Enforce previous and subsequent nodes to a clause are paragraphs (@irmerk)
π Bug Fix
- #179: Resolve error around the import of
findDOMRange
(@DianaLease)
π Internal
- #177: Clean up unused dependencies (@DianaLease)
Markdown Editor v0.6.7
Thank you to the new contributors through Hacktoberfest! π
There are quite a few more contributions coming up soon!
New Contributors:
π Spec Compliance
- #164: Fixed aria-label for
undo
andredo
(@sahalsaad)
π New Feature
- #143: Inline tooltip for hyperlinks (@husseyexplores)
πββ Performance
- #154: Clicking in an area without content sets the cursor (@husseyexplores)
π Bug Fix
- #163: Editor no longer scrolls to the top when you focus on it (@qualitymanifest)
- #156: Solved issue around creating lists with new
markdown-transform
(@DianaLease)
Markdown Editor v0.6.6
πββ Performance
- #124 : Styling support for the editor border and shadow (@PseudoNerd @irmerk)
Markdown Editor v0.6.5
π Polish
- #158 : Regression of style props (@DianaLease)
- We have decided to remove styling props for code blocks and block quotes in favor of allowing the user to style these elements with their own CSS
Markdown Editor v0.6.4
Thank you to the new contributors through Hacktoberfest! π
There are quite a few more contributions coming up soon!
New Contributors:
- @Ian-Yy
- @miqh
- @mbtamuli
- @dkbuntzen
- @daniloff200
- @sahalsaad
π New Feature
- #101: Code blocks can now be styled (@dkbuntzen)
- #100: Hyperlinks now have a tooltip (@sahalsaad)
π Bug Fix
- #122: Toolbar buttons no longer work in
lockText
mode (@Ian-Yy) - #127: Double enter at the end of a list now leaves the list (@miqh)
π Polish
π Documentation
- Various fixes and improvements to the repository documentation
π Internal
- Upgraded to latest Markdown Transform
0.6.0
Markdown Editor v0.6.3
Thank you to the new contributors through Hacktoberfest! π
There are quite a few more contributions coming up soon!
New Contributors:
π Bug Fix
π Documentation
- Various fixes and improvements to the repository README
π Internal
- #134: Begin unit testing
SlateAsInputEditor
(@codingdefined) - #140: Ensure
thumbs.db
is not recorded for Windows users (@sidhyatikku)
Markdown Editor v0.6.2
Thank you to the new contributors through Hacktoberfest! π
New Contributors:
π Spec Compliance
- #115: Boost A11Y compliance through WCAG 2.0 Level A 4.1.1 (@monika)
πββ Performance
- #99: Temporarily remove support for underline (@cmccandless)
- This is on hold until we solve underline support in markdown
- #117: Support more efficient
ClausePlugin
props (@DianaLease)
π Documentation
- Various fixes and improvements to the repository README