diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..9555e17 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +tag-version-prefix="" diff --git a/CHANGELOG.md b/CHANGELOG.md index c289fc5..2c72fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,9 @@ 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/Forked] -- Merge 2.7.0 with https://github.com/Ionaru/easy-markdown-editor/pull/71 @jeroenvo -- replace MouseEvent(click) with .click() for IE compat -- Fix status bar update when dragging but not dropping -- Fix progressbar -- Add option for CSRF token to include in AJAX call for imageupload -- Fix status bar reset after upload error -- Add server side error messages on image upload. +## [Unreleased] +### Added +- Upload images functionality. (Thanks to [@roipoussiere] and [@JeroenvO], [#71], [#101] ## [2.7.0] - 2019-07-13 ### Added @@ -117,6 +112,7 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown - Cursor not always showing in "text" mode over the edit field +[#99]: https://github.com/Ionaru/easy-markdown-editor/issues/99 [#45]: https://github.com/Ionaru/easy-markdown-editor/issues/45 [#44]: https://github.com/Ionaru/easy-markdown-editor/issues/44 [#41]: https://github.com/Ionaru/easy-markdown-editor/issues/41 @@ -128,12 +124,20 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [#9]: https://github.com/Ionaru/easy-markdown-editor/issues/9 +[#101]: https://github.com/Ionaru/easy-markdown-editor/pull/101 +[#93]: https://github.com/Ionaru/easy-markdown-editor/pull/93 +[#75]: https://github.com/Ionaru/easy-markdown-editor/pull/75 +[#71]: https://github.com/Ionaru/easy-markdown-editor/pull/71 [#54]: https://github.com/Ionaru/easy-markdown-editor/pull/54 [#31]: https://github.com/Ionaru/easy-markdown-editor/pull/31 [#27]: https://github.com/Ionaru/easy-markdown-editor/pull/27 [#19]: https://github.com/Ionaru/easy-markdown-editor/pull/19 +[@JeroenvO]: https://github.com/JeroenvO +[@sn3p]: https://github.com/sn3p +[@roryok]: https://github.com/roryok +[@ysykzheng]: https://github.com/ysykzheng [@roipoussiere]: https://github.com/roipoussiere [@FranklinWhale]: https://github.com/FranklinWhale [@Furgas]: https://github.com/Furgas @@ -145,7 +149,10 @@ 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.5.1...HEAD +[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.7.0...HEAD +[2.7.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.6.1...2.7.0 +[2.6.1]: https://github.com/Ionaru/easy-markdown-editor/compare/2.6.0...2.6.1 +[2.6.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.5.1...2.6.0 [2.5.1]: https://github.com/Ionaru/easy-markdown-editor/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.4.2...2.5.0 [2.4.2]: https://github.com/Ionaru/easy-markdown-editor/compare/2.4.1...2.4.2