Skip to content

Commit 9371c63

Browse files
committed
chore: add changelog
1 parent d6f3de5 commit 9371c63

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)