Releases: kartik-v/yii2-editable
Releases · kartik-v/yii2-editable
Version 1.8.0
Version 1.7.9
Version 1.7.8
Version 1.7.7
Version 1.7.6
Date: 28-Jun-2017
- Chronlogically sort issues and enhancements in CHANGE Log.
- (enh #157): Add Turkish translations.
- (enh #153): New property
resetDelay
to control the delay in processing callback during editable reset. - (enh #152): New property
closeOnBlur
that automatically closes the form on blur. - (enh #152): New property
animationDelay
to control fade animation delay for popover or inline element. - (enh #150): Code enhancements and optimizations.
- (enh #149): New property
validationDelay
to control client validation delay for active form. - (enh #148): New property
selectAllOnEdit
that automatically selects all text in the input on edit. - (enh #147): Fix disappearing form when pressing enter.
- (enh #146): Close inline form on escape.
Version 1.7.5
Date: 08-Jan-2017
- (enh #105): Add Indonesian translations.
- (enh #108): Add Dutch translations.
- (enh #113): Allow ability to configure
valueOptions['class']
in link mode. - (enh #116): New configurable property
pluginOptions['validationDelay']
to control the editable submission validation delay (in micro-seconds). - (enh #120): Add Estonian translations.
- (enh #121): Add Ukranian translations.
- (enh #123): Allow advanced form data to be sent via ajax (e.g. file inputs).
- (enh #125): Add Latvian translations.
- (enh #126): Fix help block display for non active forms.
- (bug #136): New property
additionalData
to send additional data as key-value pairs via editable ajax form POST. - (bug #139): Better validation of value set in displayValueConfig.
- (bug #141): Close inline editable tags correctly.
- Correct Editable input types.
- Add github contribution and issue/PR logging templates.
- Update message config to include all default standard translation files.
Version 1.7.4
Date: 27-Dec-2015
- (enh #84): Update Portugese translations.
- (enh #85): Add Greek translations.
- (enh #87): Add jQuery plugin destroy & create methods.
- (enh #88): Update Russian translations.
- Better fix for #64 in resetting errors.
- (enh #91): Add plugin option
encodeOutput
to encode HTML output. - (enh #100): New
initEditablePopover
method to initialize popover for AJAX replaced editables. - (enh #103): Add Czech Translations.
- Code optimizations for widget and JS plugin.
- (enh #104): Enhance jQuery events
- New event
editableBeforeSubmit
that is triggered before submission of ajax request - Enable events to be aborted and prevent default behavior by
event.preventDefault()
(applicable for most critical editable events) - Incorporate event namespace
.editable
on the critical events
- New event
Version 1.7.3
Date: 01-Jul-2015
- (enh #54): Auto guess input and set input options based on input type.
- (enh #56): Reset/Clear help-block error messages before next validation.
- (enh #57): Added translation support for Lithuanian language.
- (enh #3, #58): Ability to render editable content INLINE as an alternative to a POPOVER.
- New
asPopover
boolean property added. - Enhanced inline form styles
- INLINE templates and settings to control how content should be rendered
- Two built in inline templates
- New
- (enh #59): New
buttonsTemplate
property for rendering editable form action buttons (reset and submit). - (enh #60): Ability to configure action button
icon
andlabel
separately. - (enh #61): New boolean property
showButtonLabels
to control the display of action button labels (will show the label as title on hover). - (enh #62): Enhance footer property to include tags for '{loading}' and '{buttons}'.
- (bug #63): Fix renderActionButtons to correctly parse submit & reset button options.
- (enh #64): Better reset of error container help-block content.
- (enh #69): Generate default
en
message translation file. - (enh #70): Added default
en
translations. - (enh #73): Added Polish translations.
- (enh #76): Improved Spanish translations.
- (enh #78): Added Chinese translations.
Version 1.7.2
Date: 19-Mar-2015
- (enh #39): Better validation for
valueIfNull
. - (enh #40): Enhanced styling for disabled editable button.
- (enh #41): Improve validation to retrieve the right translation messages folder.
- (enh #44): Revamp editable widget initialization and auto detection of input.
- (enh #47, #48): New property
submitOnEnter
to control save on ENTER key press. - (bug #49): Throw exception when an array value is passed as key to
displayValueConfig
. - (enh #53): Auto initialize
kv-editable-input
CSS for various input types and widgets. - (enh #54): Auto guess input and set input options based on input type.
Version 1.7.1
Date: 13-Feb-2015
- (bug #24): More correct
displayValueConfig
validation. - (enh #32): Pass additional data to various editable events
editableSubmit
: pass the editable form jquery element in addition to editable input element valueeditableSuccess
: pass ajax response data and editable form jquery element in addition to editable input element valueeditableError
: pass ajax response data editable form jquery elementin addition to editable input element value
- (enh #33): New
ajaxSettings
property that can be used to merge additional ajax settings/options for editable submission. - (enh #34): Various enhancements to plugin code.
- (enh #35): Add French translations.
- Set copyright year to current.