diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c60671..4bc9833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,14 @@ All notable changes to easymde will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + +## [2.11.0] - 2020-07-16 ### Added - Support for Node.js 14. - Preview without fullscreen (Thanks to [@nick-denry], [#196]). ### Fixed -- Fix cursor displayed position on activity ([#183]). +- Fix cursor displayed position on activity (Thanks to [@firm1], [#184]). - Checkboxes always have bullets in front of them ([#136]). - Save the text only when modifying the content of the easymde instance (Thanks to [@firm1], [#181]). @@ -154,7 +155,6 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown - Cursor not always showing in "text" mode over the edit field -[#183]: https://github.com/Ionaru/easy-markdown-editor/issues/183 [#178]: https://github.com/Ionaru/easy-markdown-editor/issues/178 [#136]: https://github.com/Ionaru/easy-markdown-editor/issues/136 [#126]: https://github.com/Ionaru/easy-markdown-editor/issues/126 @@ -171,6 +171,7 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [#196]: https://github.com/Ionaru/easy-markdown-editor/pull/196 +[#175]: https://github.com/Ionaru/easy-markdown-editor/pull/184 [#175]: https://github.com/Ionaru/easy-markdown-editor/pull/175 [#173]: https://github.com/Ionaru/easy-markdown-editor/pull/173 [#170]: https://github.com/Ionaru/easy-markdown-editor/pull/170 @@ -221,7 +222,8 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [@sne11ius]: https://github.com/sne11ius -[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.10.1...HEAD +[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.11.0...HEAD +[2.11.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.10.1...2.11.0 [2.10.1]: https://github.com/Ionaru/easy-markdown-editor/compare/2.10.0...2.10.1 [2.10.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.9.0...2.10.0 [2.9.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.8.0...2.9.0