Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.73 KB

Change Log

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.5.1 – 2017-05-04

Fixed

  • Unhandled JS Exception with fixed and style props

0.5.0 — 2017-04-11

Added

  • fixed prop to ensure the component container's size does not change while performing the typing effect

Fixed

  • Example code react import statement in README

0.4.0 – 2017-03-14

Added

  • ESLint and pre-commit hook

Changed

  • Update react-native peer dependency

0.3.0 – 2016-06-11

Changed

  • Handle typing text as children instead of a prop passed into the component

0.2.0 – 2016-05-26

Changed

  • Changing props.text forces the component to reset visible text and type from left to right

0.1.1 – 2016-05-21

Fixed

  • package.json references Github repository

0.1.0 – 2016-05-21