Skip to content

Commit 845cbfb

Browse files
committed
Added changelog
1 parent 17e04f4 commit 845cbfb

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

changelog.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.17.0] - 2019-10-16
11+
12+
### Changed
13+
14+
- PacmanIndicator animation
15+
16+
## [0.16.0] - 2019-10-01
17+
18+
### Added
19+
20+
- `hidesWhenStopped` prop
21+
22+
### Changed
23+
24+
- MaterialIndicator animation
25+
26+
## [0.15.0] - 2019-09-28
27+
28+
### Added
29+
30+
- `trackWidth` prop for MaterialIndicator
31+
- Animation state restoration for Indicator component
32+
33+
## [0.14.0] - 2019-09-26
34+
35+
### Fixed
36+
37+
- WaveIndicator glitch on Android
38+
- Deprecation warnings for React component lifecycle methods
39+
40+
[Unreleased]: https://github.com/n4kz/react-native-indicators/compare/0.17.0...HEAD
41+
[0.17.0]: https://github.com/n4kz/react-native-indicators/compare/0.16.0...0.17.0
42+
[0.16.0]: https://github.com/n4kz/react-native-indicators/compare/0.15.0...0.16.0
43+
[0.15.0]: https://github.com/n4kz/react-native-indicators/compare/0.14.0...0.15.0
44+
[0.14.0]: https://github.com/n4kz/react-native-indicators/compare/0.13.0...0.14.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020

2121
"main": "index.js",
22-
"files": ["index.js", "src/*", "license.txt", "readme.md"],
22+
"files": ["index.js", "src/*", "license.txt", "readme.md", "changelog.md"],
2323

2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)