All notable changes to yii2-imperavi-widget
will be documented in this file.
- Fixed
table.js
bug by replacingsize()
withlength
. (bocceli)
- Added
Spanish
translation forwidget
messages. (jcvalerio)
- Completed
Ukrainian
translation. (Sensetivity)
- Add
Slovak
language support. (snickom)
- Fix the issue #130 add a custom clips throw settings. (bscheshirwork)
- Prevent addition of wrong construction
"=""
into various tags. (solks)
- Fix Ukrainian code inside of
uk.js
file. (do6po)
- Fix for all webkit-based browsers. (bzz445)
- Fix the file name for Ukrainian language. (vova07)
- Minor documentation fixes. (vova07)
- Minor documentation fixes. (vova07)
- Fix the issue #112 related with multiple widget's instances assets registration. (vova07)
- Adjust the documentation. (vova07)
- Adjust the widget's actions documentation blocks. (vova07)
- Refactor javascript custom plugins to use official registration approach. (vova07)
- Fix numerous bugs and issue related with the redactor wrapper. (vova07)
- Rewrite tests and fix travis suites. (vova07)
- Replace
UploadAction
withUploadFileAction
. (vova07) - Replace
GetAction
with two new actions:GetFilesAction
andGetImagesAction
. (vova07) - Add delete files functionality to
file manager
. (vova07) - Add delete images functionality to
image manager
. (vova07) - Add
translit
support toUploadFileAction
. (vova07) - Add better error messages for unsuccessful requests on images and files upload. (vova07)
- Remove
FileHelper
in favor ofBaseFilehelper
. (vova07) - Add localization for
image manager
andfile manager
. (vova07) - Add localization for
fullscreen
plugin. (vova07)