]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Autocomplete/jquery-autocomplete/changelog.txt
Merge branch '0.8.x' into testing
[quix0rs-gnu-social.git] / plugins / Autocomplete / jquery-autocomplete / changelog.txt
1 1.0.2
2 -----
3 * Fixed missing semicolon
4
5 1.0.1
6 -----
7 * Fixed element creation (<ul> to <ul/> and <li> to </li>)
8 * Fixed ac_even class (was ac_event)
9 * Fixed bgiframe usage: now its really optional
10 * Removed the blur-on-return workaround, added a less obtrusive one only for Opera
11 * Fixed hold cursor keys: Opera needs keypress, everyone else keydown to scroll through result list when holding cursor key
12 * Updated package to jQuery 1.2.5, removing dimensions
13 * Fixed multiple-mustMatch: Remove only the last term when no match is found
14 * Fixed multiple without mustMatch: Don't select the last active when no match is found (on tab/return)
15 * Fixed multiple cursor position: Put cursor at end of input after selecting a value
16
17 1.0
18 ---
19
20 * First release.