github xdan/jodit 4.11.5

latest release: 4.11.6
3 hours ago

🚀 New Feature

  • ProgressBar.showFileUploadAnimation(from?, to?) — animated file icon that flies from a given point and fades out. Coordinates are relative to the editor container. Both from and to are optional with sensible defaults. The animation is automatically cleaned up on destruct().
    const editor = Jodit.make('#editor')
    jodit.progressbar.showFileUploadAnimation();

Don't miss a new jodit release

NewReleases is sending notifications on new releases.