This repository was archived by the owner on Sep 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
jQuery Tokeninput ChangeLog
2
2
===========================
3
3
4
+ Version 1.5.0 (2011-08-07)
5
+ --------------------------
6
+ - Now possible to pass a function as the URL to search, allowing dynamic endpoints
7
+ - Customize which JSON property to send to the server with the ` tokenValue ` setting
8
+ - Fix another ` tokenLimit ` bug
9
+ - Added ` get ` method to fetch selected tokens programmatically
10
+ - Control which JSON property to search inside with the ` propertyToSearch ` setting
11
+ - Customize the token and results html with the ` resultsFormatter ` and ` tokenFormatter ` settings.
12
+ - Fire a jQuery * change* event on original input whenever the selected tokens change
13
+ - Fire the new ` onReady ` callback when the input has finished initializing
14
+ - Fix bug which would focus the input after prepopulation
15
+
4
16
Version 1.5.0 (2011-06-12)
5
17
--------------------------
6
- - Added add/ remove/ clear methods to programatically modify tokens
7
- - Support setting of ids on dynamic input (for html label targetting )
8
- - Fix token limit bug when using prepopulate
18
+ - Added ` add ` , ` remove ` and ` clear ` methods to programmatically modify tokens
19
+ - Support setting of ids on dynamic input (for html label targeting )
20
+ - Fix token limit bug when using ` prePopulate `
9
21
- Various other bug fixes
10
22
11
23
Version 1.4.2 (2011-03-26)
You can’t perform that action at this time.
0 commit comments