Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 643 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 643 Bytes

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.

[Unreleased]

[1.0.0] - 2018-08-09

Added

  • Reference to index.d.ts file in package.json

Changed

  • Return type of withSpinner to React.ComponentType
  • Type of error/spinnerComponent props to React.ComponentType
  • Use window.setTimeout instead of setTimeout due to typing mismatch
  • Move React/ReactDOM to peerDependencies
  • Update enzyme, recompose and ramda packages