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

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Mar 14, 2016
1 parent eba502b commit e9b939c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]

## [0.5.0] - 2016-03-14
### Changed
- Divide Editor#move event into Editor#move and Editor#enter events.
- Prefer underscore over hyphen as file name.

## [0.4.0]
## [0.4.0] - 2016-03-14
### Added
- Enable to preload third party editor classes via `Textcomplete.editors`.
- Enable to select dropdown by tab key.
Expand All @@ -23,7 +25,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
### Fixed
- Fix dropdown position when window is scrolled.

## [0.3.0]
## [0.3.0] - 2016-03-10
### Added
- Add "Getting Started", "Development" and "Events" documents.
- Add a contributing guide.
Expand Down Expand Up @@ -74,7 +76,8 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
### Added
- Initial release.

[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/yuku-t/textcomplete/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/yuku-t/textcomplete/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/yuku-t/textcomplete/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/yuku-t/textcomplete/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/yuku-t/textcomplete/compare/v0.1.2...v0.2.0
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.4.0",
"version": "0.5.0",
"description": "Autocomplete for textarea elements",
"main": "lib/textcomplete.js",
"scripts": {
Expand Down

0 comments on commit e9b939c

Please sign in to comment.