-
-
Notifications
You must be signed in to change notification settings - Fork 401
/
CHANGELOG.txt
240 lines (186 loc) · 9.92 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
Angular-xeditable changelog
=============================
Version 0.10.2 Nov 1, 2019
[bug] Comment out console.log
Version 0.10.1 Oct 22, 2019
----------------------------
[bug #750] Fix rendering of editable ui-bootstrap popover (ckosloski)
[bug #754] Fix radiolist issue with string values (ckosloski)
[bug #753] Change main entry to index.js and export module name (madflow)
[bug #755] Fix activationEvent of focus doesn't allow editing (ckosloski)
[bug #758] Control deselects when navigating outside the area - mouseup on outside (drsmog)
Version 0.10.0 Jun 24, 2019
----------------------------
[enh #747] Add Bootstrap 4 template (ckosloski)
[enh #745] Allow users to disable checkboxes based on a condition (lohxx)
Version 0.9.0 Jul 20, 2018
----------------------------
[bug #732] Fix starter template (ckosloski)
[enh #729] Add datepicker-template-url support for editableBsDate (ckosloski)
[bug #716] Update bsdate.js (heart4hackers)
[bug #715] Add ng-bind for input group (ckosloski)
[bug #709] Fix editable-combodate for single date fields (ckosloski)
Version 0.8.1 Nov 14, 2017
----------------------------
[bug #702] Fix Node/Phantomjs/Karma syntax error (ckosloski)
[bug #690] Fix e-formclass for textarea (ckosloski)
[bug #679] Fix combodate not updating value if the combobox is not changed (chiu0602)
Version 0.8.0 Jun 6, 2017
----------------------------
[enh #659] Add no buttons support for ui-select (ckosloski)
[enh #657] Add support for ui-boostrap popover (ckosloski)
Version 0.7.1 Apr 24, 2017
----------------------------
[bug #649] Update bsdate to work with no buttons and submit on blur (ckosloski)
Version 0.7.0 Mar 24, 2017
----------------------------
[enh #638] Handle empty date values in combodate (ckosloski)
[enh #630] Use new angular-bootstrap attribute directive (B3nCr)
[bug #624] Fix caret positioning when using div as the editable tag (ckosloski)
[bug #623] Correction of the reading of the datepicker-append-to-body attribute (Fredz66)
[bug #622] Fix cancel not cancelling for ngTagsInput (ckosloski)
[enh #619] Added support for name on radiolist (ckosloski)
[bug #613] Fix checkbox alignment issue when no title is used (ckosloski)
[enh #611] Add support for submit on tab for textarea (ckosloski)
[bug #601] Fix issue with multiselect and submit on blur (ckosloski)
[enh #600] Add support for HTML error messages (ckosloski)
[enh #598] Add support for alt-input-formats to bsdate (kglee79)
[bug #596] Fix $sce error in console when running dev tests (ckosloski)
Version 0.6.0 Dec 27, 2016
----------------------------
[enh #592] Added support to jQuery UI Datepicker for AngularJS (arielcr)
[enh #590] Support tab for submit=blur (ckosloski)
[enh #589] Use datepicker's default settings (valexiev)
[enh #586] Correctly set caret position to end of input (ckosloski)
[enh #583] Added tests for e-form (ckosloski)
[bug #573] Fix parsing of combodate options (ckosloski)
[enh #569] Add option to submit editable textarea on enter (ckosloski)
[enh #564] Added possibility to set icon_set via attribute (fredrikw)
[bug #524] Remove optional dependencies from package.json (ckosloski, eugef)
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
----------------------------
[enh #537] Added title and aria-label to form buttons (ckosloski)
[enh #532] Change radiolist to use ng-value instead of value (ckosloski)
[bug #282] Fixed text-disable so it watches the actual value of the edit-disabled attribute (jivasquez)
Version 0.3.0 Sep 06, 2016
----------------------------
[enh #530] Added support for ngTagsInput (ckosloski)
[enh #525] Updated css for editable-popup to work better on phones (ckosloski)
[bug #520] Remove support for html5 datetime object. (ckosloski)
[enh #515] Add editable-theme attribute to allow overriding of theme per control. (ckosloski)
[enh #509] Support styling of the bsdate textbox (ckosloski)
[enh #504] Wrap checkbox text in a span to allow for styling (ckosloski)
[bug #500] Vertical Scrollbar in Textarea in IE11 fix (ckosloski)
Version 0.2.0 Jun 28, 2016
----------------------------
[enh #491] Added popover functionality (ckosloski)
[fix #489] Fix - Memory leak when ending editing by destroying the scope (kenfdev)
[enh #479] Added ability to add a label to an input (ckosloski)
[enh #473] Added support for datetime-local input (ckosloski)
[bug #464] Added ability to add more then one editable-ui-select component on the same page (julia-k)
[enh #463] Added on-change support for bsdate and placeholder support for editable-select (ckosloski)
[bug #456] Fixed bsdate warnings with latest ui-bootstrap (ckosloski)
[bug #454] Fix finding form controller when elements not yet in DOM (bostrom)
[bug #366] Make 'e-form' publish local $form even if specify object property (hshn)
Version 0.1.12 Apr 14, 2016
----------------------------
[enh #448] Add support for ui-select (ckosloski)
[enh #448] Current date as default max date on combodate (Jmenache)
[enh #443] Updated to use Angular 1.5.0, bootstrap 3.3.6, ui-bootstrap 1.2.4 (ckosloski)
[bug #435] Fix typeahed not working with ui-boostrap (ckosloski)
[bug #428] Fix datepicker doesn't popup (ckosloski)
[bug #415] Fix isDefaultPrevented check in editableForm prevents blur (mgerring)
[bug #317] Fix implementation for datepicker (ckosloski)
Version 0.1.11 Mar 24, 2016
----------------------------
[bug #424] Fix support for password fields (ckosloski)
[enh #411] Add semantic-ui theme (ka7eh)
[bug #238] Fix editable-select to work properly with objects
Version 0.1.10 Feb 16, 2016
----------------------------
[enh #408] Allow passing min/maxYear to combodate (dolzenko)
[bug #377] Fix radiolist issues when not using default angular symbol (Kevlys)
[bug #353] Make new editables added to a form match the waiting state of the form (coreypobrien)
[bug #314] Fix for unable to use single xeditable form elements without whole form editing (mitcht)
[enh #294] Add minified versions of css to the dist (NameFILIP)
Version 0.1.9 Mar 22, 2015
----------------------------
[enh #258] Support for bootstrap-ui datepicker (Painyjames)
[enh #251] added setTimeout() to call $hide on another stack (enapupe)
[enh #235] Made possible disabled of x-editable using global option of directive at... (hammat)
[bug #225] fix #225 'Feature: choose event to activate edit mode' (wetternest)
[enh #224] Added support for ng-disabled to radiolist (OneMuppet)
[bug #219] Support file inputs as a directive (bdgamble)
[bug #216] Fix IE8 accidental onblur. (arcadeJHS)
[bug #215] Fix checkbox form alignment (mdarveau)
[enh #212] Make e-form more flexible, when there isn't parent form element (pr0da)
[bug #207] docs(reference): fix properties and methods examples (AdirAmsalem)
[bug #130] Fix for issue #130 - Updating form view value. (joseaquino)
[bug #176] Fix bug #176 : Blur should not be triggered when it happens on edited form inputs (julienboulay)
[bug #162] Fix blur="submit" does not work on IE8
[bug #158] Fix scope memory leak (maynier)
[enh #131] Implemented combodate (jjlpinto)
[enh #113] add input:password to directives (DLoT)
[bug #112] Fixed angular.copy issue (roymiloh)
[enh #102] Add the ability to choose external icon sets. Support font awesome (bholzer)
[bug #97] `e-value` fix (mp-jgoetzinger)
[enh #91] Applying 'form-control to bsdate in bs3 (paulmand3l)
Version 0.1.81 Feb 20, 2014
----------------------------
[enh] allow clicking on elements with manual trigger with e-clickable
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.