Skip to content

Commit 1fc81d6

Browse files
Updated readme.
1 parent 22edd91 commit 1fc81d6

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

README.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,28 @@ The steps to using TextExt are as follows:
5050

5151
## History
5252

53+
### 1.3.0
54+
55+
#### New Features
56+
* Added `tagClick` event to the tags plugin
57+
([issue #13](https://github.com/alexgorbatchev/jquery-textext/pull/13)).
58+
See the [example](http://textextjs.com/manual/examples/tags-click.html).
59+
* Prompt plugin now checks `placeholder` attribute
60+
([issue #8](https://github.com/alexgorbatchev/jquery-textext/pull/8)).
61+
See the [example](http://textextjs.com/manual/examples/prompt-from-placeholder.html).
62+
63+
#### Bug Fixes
64+
* Fixes getter methods created when plugins are initialized.
65+
([issue #20](https://github.com/alexgorbatchev/jquery-textext/pull/20)).
66+
* Fixed issues
67+
[#2](https://github.com/alexgorbatchev/jquery-textext/issues/2),
68+
[#4](https://github.com/alexgorbatchev/jquery-textext/issues/4),
69+
[#4](https://github.com/alexgorbatchev/jquery-textext/issues/5) and
70+
[#10](https://github.com/alexgorbatchev/jquery-textext/issues/5)
71+
related to the mouse issues in the autocomplete dropdown.
72+
* Fixed `textext.[pluginName]()`
73+
([issue #20](https://github.com/alexgorbatchev/jquery-textext/pull/20).
74+
5375
### 1.2.0
5476
* Added ability to get instances of plugins to call methods on them directy
5577
([issue #6](https://github.com/alexgorbatchev/jquery-textext/issues/6)).
@@ -79,8 +101,18 @@ The steps to using TextExt are as follows:
79101

80102
The TextExt component is released under the open source MIT. This means that you
81103
can use it any way you want, but I would very much appreciate if you take a minute
82-
and support the project through a [donation].
104+
and support the project through a donation.
105+
106+
## Contributors
107+
108+
Alphabetically:
109+
110+
* adamayres (Adam Ayres)
111+
* alexyoung (Alex Young)
112+
* cmer (Carl Mercier)
113+
* deefour (Jason Daly)
114+
* KoernerWS (Florian Koerner)
115+
* sstok (Sebastiaan Stok)
83116

84-
[manual]: /manual/index.html
85-
[donation]: http://textextjs.com/donate.html
117+
[manual]: http://textextjs.com/manual/index.html
86118

0 commit comments

Comments
 (0)