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

v0.3.0

Compare
Choose a tag to compare
@yuku yuku released this 10 Mar 09:03

Added

  • Add "Getting Started", "Development" and "Events" documents.
  • Add a contributing guide.
  • Add Dropdown#el and Dropdown#getActiveItem() to its public interface.
  • Add render, select and selected events to Textcomplete.
  • Add preventDefault functionality to infinitive events.
  • Enable to finalize Textcomplete

Changed

  • Don't hide dropdown on blur event by default.
  • Don't activate the first dropdown item by default.
  • Emit rendered event whenever dropdown is rendered.

Removed

  • Remove Dropdown#length
  • Remove Dropdown#selectActiveItem()