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

Commit

Permalink
Version 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Dec 5, 2017
1 parent e68547f commit 6a2a3b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]

## [0.14.5] - 2017-12-05
### Fixed
- Avoid `Array#find` to support IE11.

## [0.14.4] - 2017-11-15
### Fixed
- Update undate to fix infinite loop.
Expand Down Expand Up @@ -175,7 +179,8 @@ Textcomplete loses a lot of weight. Now it is smaller than jquery-textcomplete!
### Added
- Initial release.

[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.14.4...HEAD
[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.14.5...HEAD
[0.14.5]: https://github.com/yuku-t/textcomplete/compare/v0.14.4...v0.14.5
[0.14.4]: https://github.com/yuku-t/textcomplete/compare/v0.14.3...v0.14.4
[0.14.3]: https://github.com/yuku-t/textcomplete/compare/v0.14.2...v0.14.3
[0.14.2]: https://github.com/yuku-t/textcomplete/compare/v0.14.1...v0.14.2
Expand Down
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Returns **this**

Retrieve the active item.

Returns **[DropdownItem](#dropdownitem)?**
Returns **([DropdownItem](#dropdownitem) | null)**

## CursorOffset

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textcomplete",
"version": "0.14.4",
"version": "0.14.5",
"description": "Autocomplete for textarea elements",
"main": "lib/textcomplete.js",
"scripts": {
Expand Down

0 comments on commit 6a2a3b8

Please sign in to comment.