Skip to content

Releases: agusmakmun/django-markdown-editor

v1.3.7

09 Feb 22:45
Compare
Choose a tag to compare
  • fixed error message imgur invalid client_id
{
  "status": 403,
  "error": "{\"data\":{\"error\":\"Invalid client_id\",\"request\":\"\\/3\\/upload.json\",\"method\":\"POST\"},\"success\":false,\"status\":403}"
}

v1.3.6

09 Feb 14:50
Compare
Choose a tag to compare
  • Upgrade cores (Ace v1.4.2, Semantic UI <js:2.4.1, css:2.4.0>, jQuery v3.3.1)
  • fixed #58

v1.3.5

24 Nov 22:44
Compare
Choose a tag to compare

v1.3.3

18 Sep 13:08
Compare
Choose a tag to compare

v1.3.1

02 Sep 13:41
Compare
Choose a tag to compare
  • fixed issue about autofocus doesn't work properly #41

v1.3.0

20 Aug 05:42
Compare
Choose a tag to compare
  • fixed css enable-living

v1.2.8

20 Aug 03:25
Compare
Choose a tag to compare

Thank for @tomaszn ❤️ 👍

  • fixed #36 #39 (missing renderer parameter)
  • add feature enable live preview

v1.2.7

21 Jul 01:10
Compare
Choose a tag to compare
  • Support Django>=2.0
  • Support embed/iframe video from (Youtube, Vimeo, Dailymotion, Yahoo, Veoh, & Metacafe)
    (you just enter the shared link of a youtube video will display it properly)

v1.2.5

02 Dec 16:36
Compare
Choose a tag to compare
  • Fixed #14 - Form label empty in Django Admin

v1.2.3

19 Sep 10:17
Compare
Choose a tag to compare
  • Fixed exit full screen when ESC is pressed.