Releases: yuku/old-textcomplete
Releases · yuku/old-textcomplete
v0.14.0
Changed
- Change
Editor#getBeforeCuror
return type from string
to ?string
for better selection handling.
Now Textarea
emits a change event if selection type is cursor.
Fixed
- Remove
Editor#getAfterCursor
since it is not necessary.
v0.13.1
Fixed
- Fix bug around revoking autocompletion. (Extract the feature as yuku-t/undate)
v0.13.0
Added
- Enable to revoke autocompletion by ctrl-z.
v0.12.0
Added
- Npm package contains .flow files.
v0.11.0
Changed
- Accept a fuction that returns match data as
match
option.
v0.10.0
Textcomplete loses a lot of weight. Now it is smaller than jquery-textcomplete! Great job, [@glebm]!
Added
- Dispatch an 'input' event on the textarea element. (thanks for [@glebm])
Fixed
- Fix "undefined" appearing in the list. (thanks for [@glebm])
v0.9.1
Fixed
- Fix incorrect line height computation.
v0.9.0
Changed
Dropdown~Offset
must have "lineHeight" property.
- Drop IE9 support. (thanks for [@glebm])
- Refactor a lot to be much smaller. (thanks for [@glebm])
- Rename finalize to destroy. (thanks for [@glebm])
v0.8.0
Added
- Let textarea editor deactivate a dropdown on esc key.