All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed logic how image is inserted to Redactor X content
- Redactor X support.
- Fix working with multiple redactor v2 inputs. See #20.
- Redactor 3 support; File Uploader now works with both v2 and v3.
- The default widget version for
File Uploader is now
3.x
. - Added
integration
to the default widget config to provide info on used Redactor and plugin versions to User Agent with requests to Uploadcare Upload API.
- support Redactor callbacks: uploadcareShow, uploadcareDone, uploadcareCancel
- compatibility with latest Redactor 2 toolbar icons (default)
- new setting: buttonIcon - use 'fa fa-picture-o' for backwards compatibility
- restore editor selection on cancel
- assign data-image and data-file attributes for Redactor storage management, see docs
- update CDN link to the widget
- update widget version to 2.10.2 (see widget changelog)
- fix behavior of image insertion and wrap them in $opts.imageTag
- update widget version to 2.10.0 (see widget changelog)
- add
iconButtonEnabled
option to enable/disable button icon - add
buttonBefore
option to configure the position of the button in the toolbar - add
buttonLabel
option to configure button label
- add package.json
- wrap code in IIFE
- add authors.txt
- update widget version to 2.8.2 (see widget changelog)
- update plugin to work with Redactor II
- update widget version to 2.6.0 (see widget changelog)