We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f3de5 commit 9371c63Copy full SHA for 9371c63
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
9
+## [1.0.0] - 2018-08-09
10
+### Added
11
+- Reference to index.d.ts file in package.json
12
+### Changed
13
+- Return type of `withSpinner` to `React.ComponentType`
14
+- Type of `error/spinnerComponent` props to `React.ComponentType`
15
+- Use `window.setTimeout` instead of `setTimeout` due to typing mismatch
16
+- Move React/ReactDOM to peerDependencies
17
+- Update enzyme, recompose and ramda packages
18
0 commit comments