Skip to content

4.13.17

Choose a tag to compare

@github-actions github-actions released this 11 Aug 10:08
· 2 commits to main since this release

πŸ› Bug Fix

  • Uploader: with uploader.insertImageAsBase64URI: true the filesWereUploaded event was never fired β€” images read as data-URI skip the server branch of sendFiles, which was the only place emitting the event. Now it also fires once all dropped/pasted images have been read and inserted as base64. Reported by Ralf Pichler (Uniquare, Jodit OEM).