Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit ed6438d

Browse files
committed
Update changelog
1 parent 201d2d1 commit ed6438d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

ChangeLog.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
jQuery Tokeninput ChangeLog
22
===========================
33

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+
416
Version 1.5.0 (2011-06-12)
517
--------------------------
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`
921
- Various other bug fixes
1022

1123
Version 1.4.2 (2011-03-26)

0 commit comments

Comments
 (0)