Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Releases: yuku/old-textcomplete

v0.14.0

24 Sep 03:50
Compare
Choose a tag to compare

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

03 Jul 04:42
Compare
Choose a tag to compare

Fixed

  • Fix bug around revoking autocompletion. (Extract the feature as yuku-t/undate)

v0.13.0

27 Jun 06:29
Compare
Choose a tag to compare

Added

  • Enable to revoke autocompletion by ctrl-z.

v0.12.1

12 Jun 13:45
Compare
Choose a tag to compare

Fixed

  • Remove unused parameter.

v0.12.0

12 Jun 13:07
Compare
Choose a tag to compare

Added

  • Npm package contains .flow files.

v0.11.0

12 Jun 09:07
Compare
Choose a tag to compare

Changed

  • Accept a fuction that returns match data as match option.

v0.10.0

10 Jun 10:26
Compare
Choose a tag to compare

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

10 Jun 06:43
Compare
Choose a tag to compare

Fixed

  • Fix incorrect line height computation.

v0.9.0

08 Jun 03:44
Compare
Choose a tag to compare

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

25 Apr 13:19
Compare
Choose a tag to compare

Added

  • Let textarea editor deactivate a dropdown on esc key.