]> git.mxchange.org Git - friendica.git/blob - library/jquery-textcomplete/CHANGELOG.md
Bugfix: The function to remove parts of attachments forgot about the rest
[friendica.git] / library / jquery-textcomplete / CHANGELOG.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 This project adheres to [Semantic Versioning](http://semver.org/) by version 1.0.0.
6
7 This change log adheres to [keepachangelog.com](http://keepachangelog.com).
8
9 ## [Unreleased]
10
11 ## [1.3.3] - 2016-04-04
12 ### Fixed
13 - Fix uncaught TypeError.
14
15 ## [1.3.2] - 2016-03-27
16 ### Fixed
17 - Fix dropdown position problem with `line-height: normal`.
18
19 ## [1.3.1] - 2016-03-23
20 ### Fixed
21 - Fix `input[type=search]` support.
22
23 ## [1.3.0] - 2016-03-20
24 ### Added
25 - Add optional "id" strategy parameter.
26
27 ## [1.2.2] - 2016-03-19
28 ### Fixed
29 - Remove dropdown element after `textcomplete('destroy')`.
30 - Skip search after pressing tab.
31 - Fix dropdown-menu positioning problem using textarea-caret package.
32
33 ## [1.2.1] - 2016-03-14
34 ### Fixed
35 - Build dist files.
36
37 ## [1.2.0] - 2016-03-14
38 ### Added
39 - Support `input[type=search]` ([#236](https://github.com/yuku-t/jquery-textcomplete/pull/236))
40
41 ## [1.1.0] - 2016-03-10
42 ### Added
43 - Add the ability to insert HTML into a "contenteditable" field. ([#217](https://github.com/yuku-t/jquery-textcomplete/pull/217))
44
45 ### Fixed
46 - Position relative to appendTo element. ([#234](https://github.com/yuku-t/jquery-textcomplete/pull/234))
47 - Avoid dropdown bumping into right edge of window. ([#235](https://github.com/yuku-t/jquery-textcomplete/pull/235))
48 - Fix top position issue when window is scrolled up and parents has fix position. ([#229](https://github.com/yuku-t/jquery-textcomplete/pull/229))
49
50 ## [1.0.0] - 2016-02-29
51 ### Changed
52 - Adheres keepachangelog.com.
53
54 ## [0.8.2] - 2016-02-29
55 ### Added
56 - Add deactivate method to Completer. ([#233](https://github.com/yuku-t/jquery-textcomplete/pull/233))
57
58 ## [0.8.1] - 2015-10-22
59 ### Added
60 - Add condition to ignore skipUnchangedTerm for empty text. ([#210](https://github.com/yuku-t/jquery-textcomplete/pull/210))
61
62 ## [0.8.0] - 2015-08-31
63 ### Changed
64 - If undefined is returned from a replace callback dont replace the text. ([#204](https://github.com/yuku-t/jquery-textcomplete/pull/204))
65
66 ## [0.7.3] - 2015-08-27
67 ### Added
68 - Add `Strategy#el` and `Strategy#$el` which returns current input/textarea element and corresponding jquery object respectively.
69
70 ## [0.7.2] - 2015-08-26
71 ### Fixed
72 - Reset \_term after selected ([#170](https://github.com/yuku-t/jquery-textcomplete/pull/170))
73
74 ## [0.7.1] - 2015-08-19
75 ### Changed
76 - Remove RTL support because of some bugs.
77
78 ## [0.7.0] - 2015-07-02
79 ### Add
80 - Add support for a "no results" message like the header/footer. ([#179](https://github.com/yuku-t/jquery-textcomplete/pull/179))
81 - Yield the search term to the template function. ([#177](https://github.com/yuku-t/jquery-textcomplete/pull/177))
82 - Add amd wrapper. ([#167](https://github.com/yuku-t/jquery-textcomplete/pull/167))
83 - Add touch devices support. ([#163](https://github.com/yuku-t/jquery-textcomplete/pull/163))
84
85 ### Changed
86 - Stop sharing a dropdown element.
87
88 ## [0.6.1] - 2015-06-30
89 ### Fixed
90 - Fix bug that Dropdown.\_fitToBottom does not consider window scroll
91
92 ## [0.6.0] - 2015-06-30
93 ### Added
94 - Now dropdown elements have "textcomplete-dropdown" class.
95
96 ## [0.5.2] - 2015-06-29
97 ### Fixed
98 - Keep dropdown list in browser window. ([#172](https://github.com/yuku-t/jquery-textcomplete/pull/172))
99
100 ## [0.5.1] - 2015-06-08
101 ### Changed
102 - Now a replace function is invoked with a user event.
103
104 ## [0.5.0] - 2015-06-08
105 ### Added
106 - Support `onKeydown` option.
107
108 ## [0.4.0] - 2015-03-10
109 ### Added
110 - Publish to [npmjs](https://www.npmjs.com/package/jquery-textcomplete).
111 - Support giving a function which returns a regexp to `match` option for dynamic matching.
112
113 ## [0.3.9] - 2015-03-03
114 ### Fixed
115 - Deactivate dropdown on escape. ([#155](https://github.com/yuku-t/jquery-textcomplete/pull/155))
116
117 ## [0.3.8] - 2015-02-26
118 ### Fixed
119 - Fix completion with enter key. ([#154](https://github.com/yuku-t/jquery-textcomplete/pull/154))
120 - Fix empty span node is inserted. ([#153](https://github.com/yuku-t/jquery-textcomplete/pull/153))
121
122 ## [0.3.7] - 2015-01-21
123 ### Added
124 - Support input([type=text]. [#149](https://github.com/yuku-t/jquery-textcomplete/pull/149))
125
126 ## [0.3.6] - 2014-12-11
127 ### Added
128 - Support element.contentEditable compatibility check. ([#147](https://github.com/yuku-t/jquery-textcomplete/pull/147))
129
130 ### Fixed
131 - Fixes the fire function for events with additional parameters. ([#145](https://github.com/yuku-t/jquery-textcomplete/pull/145))
132
133 ## [0.3.5] - 2014-12-11
134 ### Added
135 - Adds functionality to complete selection on space key. ([#141](https://github.com/yuku-t/jquery-textcomplete/pull/141))
136
137 ### Fixed
138 - Loading script in head and destroy method bugfixes. ([#143](https://github.com/yuku-t/jquery-textcomplete/pull/143))
139
140 ## [0.3.4] - 2014-12-03
141 ### Fixed
142 - Fix error when destroy is called before the field is focused. ([#138](https://github.com/yuku-t/jquery-textcomplete/pull/138))
143 - Fix IE bug where it would only trigger when tha carrot was at the end of the line. ([#133](https://github.com/yuku-t/jquery-textcomplete/pull/133))
144
145 ## [0.3.3] - 2014-09-25
146 ### Added
147 - Add `className` option.
148 - Add `match` as the third argument of a search function.
149
150 ### Fixed
151 - Ignore `.textcomplete('destory')` on non-initialized elements. ([#118](https://github.com/yuku-t/jquery-textcomplete/pull/118))
152 - Trigger completer with the current text by default. ([#119](https://github.com/yuku-t/jquery-textcomplete/pull/119))
153 - Hide dropdown before destroying it. ([#120](https://github.com/yuku-t/jquery-textcomplete/pull/120))
154 - Don't throw an exception even if a jquery click event is manually triggered. ([#121](https://github.com/yuku-t/jquery-textcomplete/pull/121))
155
156 ## [0.3.2] - 2014-09-16
157 ### Added
158 - Add `IETextarea` adapter which supports IE8
159 - Add `idProperty` option.
160 - Add `adapter` option.
161
162 ### Changed
163 - Rename `Input` as `Adapter`.
164
165 ## [0.3.1] - 2014-09-10
166 ### Added
167 - Add `context` strategy option.
168 - Add `debounce` option.
169
170 ### Changed
171 - Recycle `.dropdown-menu` element if available.
172
173 ## [0.3.0] - 2014-09-10
174 ### Added
175 - Consider the `tab-size` of textarea.
176 - Add `zIndex` option.
177
178 ### Fixed
179 - Revive `header` and `footer` options.
180 - Revive `height` option.
181
182 ## [0.3.0-beta2] - 2014-09-09
183 ### Fixed
184 - Make sure that all demos work fine.
185
186 ## [0.3.0-beta1] - 2014-08-31
187 ### Fixed
188 - Huge refactoring.
189
190 ## [0.2.6] - 2014-08-16
191 ### Fixed
192 - Repair contenteditable.
193
194 ## [0.2.5] - 2014-08-07
195 ### Added
196 - Enhance contenteditable support. ([#98](https://github.com/yuku-t/jquery-textcomplete/pull/98))
197 - Support absolute left/right placement. ([#96](https://github.com/yuku-t/jquery-textcomplete/pull/96))
198 - Support absolute height, scrollbar, pageup and pagedown. ([#87](https://github.com/yuku-t/jquery-textcomplete/pull/87))
199
200 ## [0.2.4] - 2014-07-02
201 ### Fixed
202 - Fix horizonal position on contentEditable elements. ([#92](https://github.com/yuku-t/jquery-textcomplete/pull/92))
203
204 ## [0.2.3] - 2014-06-24
205 ### Added
206 - Option to supply list view position function. ([#88](https://github.com/yuku-t/jquery-textcomplete/pull/88))
207
208 ## [0.2.2] - 2014-06-08
209 ### Added
210 - Append dropdown element to body element by default.
211 - Tiny refactoring. [#84]
212 - Ignore tab key when modifier keys are being pushed. ([#85](https://github.com/yuku-t/jquery-textcomplete/pull/85))
213 - Manual triggering.
214
215 ## [0.2.1] - 2014-05-15
216 ### Added
217 - Support `appendTo` option.
218 - `header` and `footer` supports a function.
219
220 ### Changed
221 - Remove textcomplate-wrapper element.
222
223 ## [0.2.0] - 2014-05-02
224 ### Added
225 - Contenteditable support.
226 - Several bugfixes.
227 - Support `header` and `footer` setting.
228
229 ## [0.1.4.1] - 2014-04-04
230 ### Added
231 - Support placement option.
232 - Emacs-style prev/next keybindings.
233 - Replay searchFunc for the last term on slow network env.
234
235 ### Fixed
236 - Several bugfixes.
237
238 ## [0.1.3] - 2014-04-07
239 ### Added
240 - Support RTL positioning.
241
242 ### Fixed
243 - Several bugfixes.
244
245 ## [0.1.2] - 2014-02-08
246 ### Added
247 - Enable to append strategies on the fly.
248 - Enable to stop autocompleting.
249 - Enable to apply multiple textareas at once.
250 - Don't show popup on pressing arrow up and down keys.
251 - Hide dropdown by pressing ESC key.
252 - Prevent showing a dropdown when it just autocompleted.
253
254 ## [0.1.1] - 2014-02-02
255 ### Added
256 - Introduce `textComplete:show`, `textComplete:hide` and `textComplete:select` events.
257
258 ## [0.1.0] - 2013-10-28
259 ### Added
260 - Now strategies argument is an Array of strategy objects.
261
262 ## [0.0.4] - 2013-10-28
263 ### Added
264 - Up and Down arrows cycle instead of exit.
265 - Support Zepto.
266 - Support jQuery.overlay.
267
268 ### Fixed
269 - Several bugfixes.
270
271 ## [0.0.3] - 2013-09-11
272 ### Added
273 - Some performance improvement.
274 - Implement lazy callbacking on search function.
275
276 ## [0.0.2] - 2013-09-08
277 ### Added
278 - Support IE8.
279 - Some performance improvement.
280 - Implement cache option.
281
282 ## 0.0.1 - 2013-09-02
283 ### Added
284 - Initial release.
285
286 [Unreleased]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.3.3...HEAD
287 [1.3.3]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.3.2...v1.3.3
288 [1.3.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.3.1...v1.3.2
289 [1.3.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.3.0...v1.3.1
290 [1.3.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.2.2...v1.3.0
291 [1.2.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.2.1...v1.2.2
292 [1.2.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.2.0...v1.2.1
293 [1.2.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.1.0...v1.2.0
294 [1.1.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v1.0.0...v1.1.0
295 [1.0.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.8.2...v1.0.0
296 [0.8.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.8.1...v0.8.2
297 [0.8.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.8.0...v0.8.1
298 [0.8.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.7.3...v0.8.0
299 [0.7.3]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.7.2...v0.7.3
300 [0.7.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.7.1...v0.7.2
301 [0.7.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.7.0...v0.7.1
302 [0.7.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.6.1...v0.7.0
303 [0.6.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.6.0...v0.6.1
304 [0.6.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.5.2...v0.6.0
305 [0.5.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.5.1...v0.5.2
306 [0.5.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.5.0...v0.5.1
307 [0.5.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.4.0...v0.5.0
308 [0.4.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.9...v0.4.0
309 [0.3.9]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.8...v0.3.9
310 [0.3.8]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.7...v0.3.8
311 [0.3.7]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.6...v0.3.7
312 [0.3.6]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.5...v0.3.6
313 [0.3.5]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.4...v0.3.5
314 [0.3.4]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.3...v0.3.4
315 [0.3.3]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.2...v0.3.3
316 [0.3.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.1...v0.3.2
317 [0.3.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.0...v0.3.1
318 [0.3.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.0-beta2...v0.3.0
319 [0.3.0-beta2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.3.0-beta1...v0.3.0-beta2
320 [0.3.0-beta1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.6...v0.3.0-beta1
321 [0.2.6]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.5...v0.2.6
322 [0.2.5]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.4...v0.2.5
323 [0.2.4]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.3...v0.2.4
324 [0.2.3]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.2...v0.2.3
325 [0.2.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.1...v0.2.2
326 [0.2.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.2.0...v0.2.1
327 [0.2.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.1.4.1...v0.2.0
328 [0.1.4.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.1.3...v0.1.4.1
329 [0.1.3]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.1.2...v0.1.3
330 [0.1.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.1.1...v0.1.2
331 [0.1.1]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.1.0...v0.1.1
332 [0.1.0]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.0.4...v0.1.0
333 [0.0.4]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.0.3...v0.0.4
334 [0.0.3]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.0.2...v0.0.3
335 [0.0.2]: https://github.com/yuku-t/jquery-textcomplete/compare/v0.0.1...v0.0.2