v2.29.0
Translation
- Italian(it) translation added #323 (@regololab)
New feature
- Added tableCellControllerPosition option to define the position of the table cell controller. #355
- Added tabDisable option to disable default editor's tab action. #343
- Added getFilesInfo function to get file infomation list.
- Added file upload to video plugin.
- options:
videoFileInput
,videoUrlInput
,videoUploadHeader
,videoUploadUrl
,videoUploadSizeLimit
- events:
onVideoUploadBefore
,onVideoUpload
,onVideoUploadError
.
- options:
- Added audio plugin.
- options:
audioWidth
,audioHeight
,audioFileInput
,audioUrlInput
,audioUploadHeader
,audioUploadUrl
,audioUploadSizeLimit
- events:
onAudioUploadBefore
,onAudioUpload
,onAudioUploadError
.
- options:
Enhancement
- Added fileManager and component module.
- A iframeCSSFileName option have been modified to allow data url. #360 (@rwhite226)
- Fixed onDrop event to be called before data is applied. #349
- Updated to support shadow DOM. #365 (@rwhite226)
Bugfix
- Fix onBlur type definition of d.ts file. #351 (@wxjzeke)
- Fixed a bug that caused an error when the
imageFileInput
option was false. #347 #357 - Fixed a bug where file information such as images were not initialized after using the
setOptions
method. - Fixed a bug where single quotes became double quotes after viewing the source #335 #337 (@rwaldron)
- Fixed a bug when using
icons
option #339 - Fixed a bug where the tag disappeared after node modification in certain situations. #331 #327
- Fixed a bug where tables were not deleted due to selection and deletion when there were only tables in the editor. (in Firefox) #333
- Fixed a bug the size not applied of inserted image at
insertHTML
method. #353 - Fixed a bug where cleanHTML not working when paste in IE. #345
- Fixed error when component check action. #336
- Fixed a bug when node change where nested line.
- Fixed a bug where image caption is positioned incorrectly when rotating an image.
Maintenance
- Modified
word-break
style to nomal. #340 - Deleted a
core.componentInfoPlugins
variable. - Modified a
core.selectComponent
method.