forked from vitalets/angular-xeditable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
68 lines (51 loc) · 2.28 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Angular-xeditable changelog
=============================
Version 0.1.8 Jan 10, 2014
----------------------------
[enh] added checklist directive (vitalets)
[enh #35] added radiolist directive (vitalets)
[bug #62] validate error not works with angular symbol changed (vitalets)
[enh #53] apply bs3 style to html5 inputs (Aminix, vitalets)
[enh #43] add `activate` prop to editableOptions to set activations method: focus|select (vitalets)
[enh] add `blur` attribute of editable form (vitalets)
Version 0.1.7 Oct 26, 2013
----------------------------
[enh] add `shown` attribute of editable form (vitalets)
[bug #38] select multiple with label-only ng-options (vitalets)
[bug #37] setWaiting function overrides ng-disabled and ng-enabled (vitalets)
Version 0.1.6 Oct 19, 2013
----------------------------
[enh] add HTML5 inputs (vitalets)
[bug] ignore right button mouse click (vitalets)
[enh #26] introduce `oncancel` and `onhide` hooks (vitalets)
[bug #29] include jquery before angular breaks single forms (vitalets)
[enh] show control if added to already visible form (vitalets)
[bug] second immediate call of $show dulicates controls (vitalets)
Version 0.1.5 Oct 14, 2013
----------------------------
[enh #25] support `ng-dirty | ng-pristine` and other angular form classes (vitalets)
[enh #23] add `blur` attribute (vitalets)
[enh] add typeahead control (vitalets)
[bug #20] support `data-e-*` and `x-e-*` attributes for transfer (vitalets)
[enh #12] timepicker (vitalets)
[enh #17] support promise as model value (vitalets)
[enh] docs: add starter template (vitalets)
Version 0.1.4 Sep 26, 2013
----------------------------
[enh #10] attach `editable-empty` class if value is empty (vitalets)
[enh #11] add `buttons="no"` attribute to hide buttons (vitalets)
[enh #7] add datepicker via angular-ui bootstrap date (vitalets)
Version 0.1.3 Sep 19, 2013
----------------------------
[bug #9] hotfix for minified js file (vitalets)
Version 0.1.2 Sep 19, 2013
----------------------------
[bug] hotfix to keep buttons on the same line via `editable-input` class (vitalets)
Version 0.1.1 Sep 19, 2013
----------------------------
[bug #4] fix arrayRemove (vitalets)
[bug #1] add support of angular >= 1.0.8 (vitalets)
[enh] improve docs (vitalets)
Version 0.1.0 Sep 5, 2013
----------------------------
Initial release.