Skip to content

Releases: mendixlabs/CKEditorForMendix

App Store Release 2.5.2

07 Aug 13:43
2fff0eb
Compare
Choose a tag to compare

Fix:

  • Users can't single tap to the field since the touches are hijacked by fastclick

Chore:

  • Jquery update 3.4.1 since it had protoype pollution vulnerability

App Store Release 2.5.1

16 Aug 12:25
ee48fd3
Compare
Choose a tag to compare
  • #62 Small bugfix for CKEditor basepath

App Store Release 2.5.0

15 Aug 10:01
Compare
Choose a tag to compare
  • Update libraries: jQuery 3.3.1 and CKEditor 4.10.0

App Store Release 2.4.8

02 May 11:50
Compare
Choose a tag to compare
  • Remove imdbapi.com from jQuery Oembed, flagged for security reasons. Impact is low, but scanners picked it up

App Store Release 2.4.7

09 Nov 14:41
Compare
Choose a tag to compare
  • Bugfix CKEditorViewer images

App Store Release 2.4.6

03 Oct 12:11
Compare
Choose a tag to compare
  • Fix ticket 56220: Embedding Youtube video's in CKEditor does not work for Hybrid mobile. Issue is fixed by implementing HTTPS links instead of the :// links (which result in file:// links in Phonegap)

App Store Release 2.4.5

19 May 09:29
Compare
Choose a tag to compare

Fix ticket 52261 - Image upload in cloud doesn't work

App Store Release 2.4.4

08 Feb 12:33
Compare
Choose a tag to compare
  • Fix ticket 49079. Description from PR #53:

This fix will have an extra option for images: use 'style' or not. This will mean:

  • true: Use the normal style attribute for images, setting everything as a CSS style
  • false: Will set the width and height as an attribute for the <img> tag. This will be honored in document templates (when generating PDF's)

App Store Release 2.4.3

02 Jan 11:12
Compare
Choose a tag to compare
  • Add spell checker option #50

App Store Release 2.4.2

22 Dec 14:03
Compare
Choose a tag to compare
  • Refactored Image upload (this should work in Mendix 5 - 7)