Skip to content

Commit

Permalink
Update to release v1.7.3 fix #58, fix #59, fix #60, fix #61, fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Apr 16, 2015
1 parent f58e2e7 commit dc914c3
Show file tree
Hide file tree
Showing 22 changed files with 464 additions and 189 deletions.
20 changes: 18 additions & 2 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
version 1.7.3
=============
**Date:** 15-Apr-2015

1. (enh #54): Auto guess input and set input options based on input type.
2. (enh #56): Reset/Clear help-block error messages before next validation.
3. (enh #57): Added translation support for Lithuanian language.
4. (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
5. (enh #59): New `buttonsTemplate` property for rendering editable form action buttons (reset and submit).
6. (enh #60): Ability to configure action button `icon` and `label` separately.
7. (enh #61): New boolean property `showButtonLabels` to control the display of action button labels (will show the label as title on hover).
8. (enh #62): Enhance footer property to include tags for '{loading}' and '{buttons}'.

version 1.7.2
=============
**Date:** 19-Mar-2015
**Date:** 29-Mar-2015

1. (enh #39): Better validation for `valueIfNull`.
2. (enh #40): Enhanced styling for disabled editable button.
Expand All @@ -9,7 +26,6 @@ version 1.7.2
5. (enh #47, #48): New property `submitOnEnter` to control save on ENTER key press.
6. (bug #49): Throw exception when an array value is passed as key to `displayValueConfig`.
7. (enh #53): Auto initialize `kv-editable-input` CSS for various input types and widgets.
8. (enh #54): Auto guess input and set input options based on input type.

version 1.7.1
=============
Expand Down
Loading

0 comments on commit dc914c3

Please sign in to comment.