Skip to content

Commit

Permalink
Build 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Fidelin committed Oct 28, 2016
1 parent 1c5156c commit 6b27bcf
Show file tree
Hide file tree
Showing 14 changed files with 383 additions and 176 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Angular-xeditable changelog
=============================

Version 0.5.0 Oct 27, 2016

----------------------------
[enh #561] Add support for checklist-comparator to editable-checklist (ckosloski)
[enh #553] Use interpolate begin/end symbol in editableRange and editableRadioList (ckosloski)
[bug #552] Editable-ui-select names must be unique across the application (roblperry)
[bug #549] Added fallback to focus on activate (Carnid)
[enh #544] Added support for Kendo UI attributes (ckosloski)


Version 0.4.0 Sep 21, 2016

----------------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-xeditable",
"version": "0.4.0",
"version": "0.5.0",
"description": "Edit in place for AngularJS",
"author": "https://github.com/vitalets",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions dist/css/xeditable.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
width: auto;
}

/* ==== editable-text ==== */

/* fix padding issue on typeahead */
.editable-text {
white-space: nowrap;
}

/* ==== editable-bsdate ==== */

Expand Down
6 changes: 3 additions & 3 deletions dist/css/xeditable.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b27bcf

Please sign in to comment.