Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.3 - 2018-11-23

Fixed

  • Don't display suggestions on input blur

0.3.2 - 2018-09-12

Fixed

  • Remove console logging

0.3.1 - 2018-09-12

Fixed

  • Accept initial values from parent components

0.3.0 - 2018-09-06

Changed

  • Rename debounceTimeout prop to suggestionFuncDelay

Fixed

  • Refactor debouncing and suggestionFunc timing

0.2.0 - 2018-09-05

Added

  • Make JohnnyMnemonic props accept all React.InputHTMLAttributes props

0.1.1 - 2018-09-05

Fixed

  • Handle keyboard and focus events
  • A little better docs

0.1.0 - 2018-09-04

  • First release