Releases: yuku/old-textcomplete
Releases · yuku/old-textcomplete
v0.17.1
Fixed
- Fix placement of dropdown menu in textarea with no line-height set.
v0.17.0
Added
- Add hide method to textcomplete to deactivate dropdown manually
Fixed
- Fix dropdown going off screen
v0.16.1
Fixed
- Remove circluar dependency.
v0.16.0
Changed
- Export
Textarea
and Textcomplete
from main entry file. Now it no longer exports
Textcomplete
as default.
v0.15.0
Added
- Add option for className of DropdownItem.
v0.14.5
Fixed
- Avoid
Array#find
to support IE11.
v0.14.4
Fixed
- Update undate to fix infinite loop.
v0.14.3
Fixed
- Fix to make SearchResult.replace work with numeric matches. (thanks for [@mikemorton])
v0.14.2
Fixed
- Deactivate dropdown if null change event is fired.
- Deactivate dropdown on enter instead of hide.