annotate sites/all/modules/custom/solrsearch_autocomplete/jquery-autocomplete/changelog.txt @ 0:015d06b10d37 default tip

initial
author dwinter
date Wed, 31 Jul 2013 13:49:13 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
015d06b10d37 initial
dwinter
parents:
diff changeset
1 1.1
015d06b10d37 initial
dwinter
parents:
diff changeset
2 ---
015d06b10d37 initial
dwinter
parents:
diff changeset
3 * Added matchContains: "word" option, match only the start of words instead of everywhere
015d06b10d37 initial
dwinter
parents:
diff changeset
4 * Fixed mustMatch to trigger result event when no match was found
015d06b10d37 initial
dwinter
parents:
diff changeset
5 * Fixed the issue where an autocomplete was applied after the field had focus
015d06b10d37 initial
dwinter
parents:
diff changeset
6 * Extended multiple complete to enable editing words not at the end of the field (doesn't work in Opera)
015d06b10d37 initial
dwinter
parents:
diff changeset
7
015d06b10d37 initial
dwinter
parents:
diff changeset
8 1.0.2
015d06b10d37 initial
dwinter
parents:
diff changeset
9 -----
015d06b10d37 initial
dwinter
parents:
diff changeset
10 * Fixed missing semicolon
015d06b10d37 initial
dwinter
parents:
diff changeset
11
015d06b10d37 initial
dwinter
parents:
diff changeset
12 1.0.1
015d06b10d37 initial
dwinter
parents:
diff changeset
13 -----
015d06b10d37 initial
dwinter
parents:
diff changeset
14 * Fixed element creation (<ul> to <ul/> and <li> to </li>)
015d06b10d37 initial
dwinter
parents:
diff changeset
15 * Fixed ac_even class (was ac_event)
015d06b10d37 initial
dwinter
parents:
diff changeset
16 * Fixed bgiframe usage: now its really optional
015d06b10d37 initial
dwinter
parents:
diff changeset
17 * Removed the blur-on-return workaround, added a less obtrusive one only for Opera
015d06b10d37 initial
dwinter
parents:
diff changeset
18 * Fixed hold cursor keys: Opera needs keypress, everyone else keydown to scroll through result list when holding cursor key
015d06b10d37 initial
dwinter
parents:
diff changeset
19 * Updated package to jQuery 1.2.5, removing dimensions
015d06b10d37 initial
dwinter
parents:
diff changeset
20 * Fixed multiple-mustMatch: Remove only the last term when no match is found
015d06b10d37 initial
dwinter
parents:
diff changeset
21 * Fixed multiple without mustMatch: Don't select the last active when no match is found (on tab/return)
015d06b10d37 initial
dwinter
parents:
diff changeset
22 * Fixed multiple cursor position: Put cursor at end of input after selecting a value
015d06b10d37 initial
dwinter
parents:
diff changeset
23
015d06b10d37 initial
dwinter
parents:
diff changeset
24 1.0
015d06b10d37 initial
dwinter
parents:
diff changeset
25 ---
015d06b10d37 initial
dwinter
parents:
diff changeset
26
015d06b10d37 initial
dwinter
parents:
diff changeset
27 * First release.