Skip to content

Commit 6b27bcf

Browse files
author
Eugene Fidelin
committed
Build 0.5.0
1 parent 1c5156c commit 6b27bcf

File tree

14 files changed

+383
-176
lines changed

14 files changed

+383
-176
lines changed

CHANGELOG.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Angular-xeditable changelog
22
=============================
33

4+
Version 0.5.0 Oct 27, 2016
5+
6+
----------------------------
7+
[enh #561] Add support for checklist-comparator to editable-checklist (ckosloski)
8+
[enh #553] Use interpolate begin/end symbol in editableRange and editableRadioList (ckosloski)
9+
[bug #552] Editable-ui-select names must be unique across the application (roblperry)
10+
[bug #549] Added fallback to focus on activate (Carnid)
11+
[enh #544] Added support for Kendo UI attributes (ckosloski)
12+
13+
414
Version 0.4.0 Sep 21, 2016
515

616
----------------------------

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-xeditable",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Edit in place for AngularJS",
55
"author": "https://github.com/vitalets",
66
"license": "MIT",

dist/css/xeditable.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
width: auto;
4141
}
4242

43+
/* ==== editable-text ==== */
44+
45+
/* fix padding issue on typeahead */
46+
.editable-text {
47+
white-space: nowrap;
48+
}
4349

4450
/* ==== editable-bsdate ==== */
4551

dist/css/xeditable.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)