|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/mfrachet/rn-placeholder/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mfrachet/rn-placeholder/compare/v1.2.0...HEAD) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Cannot get Paragraph to render [\#46](https://github.com/mfrachet/rn-placeholder/issues/46) |
| 10 | +- Placeholder if child is responsible for the progress [\#30](https://github.com/mfrachet/rn-placeholder/issues/30) |
| 11 | + |
| 12 | +**Closed issues:** |
| 13 | + |
| 14 | +- Fix broken images [\#44](https://github.com/mfrachet/rn-placeholder/issues/44) |
| 15 | +- Add a license file [\#41](https://github.com/mfrachet/rn-placeholder/issues/41) |
| 16 | +- Placeholder.Media repeat and some requests [\#39](https://github.com/mfrachet/rn-placeholder/issues/39) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- fix\(leak\): fixing shine animation to avoid leak [\#57](https://github.com/mfrachet/rn-placeholder/pull/57) ([mfrachet](https://github.com/mfrachet)) |
| 21 | +- fix\(dependencies\): update dependencies [\#54](https://github.com/mfrachet/rn-placeholder/pull/54) ([mfrachet](https://github.com/mfrachet)) |
| 22 | +- docs\(chore\): fixing chore documentation [\#53](https://github.com/mfrachet/rn-placeholder/pull/53) ([mfrachet](https://github.com/mfrachet)) |
| 23 | +- fix\(docs\): removing docs [\#52](https://github.com/mfrachet/rn-placeholder/pull/52) ([mfrachet](https://github.com/mfrachet)) |
| 24 | +- fix\(docs\): fix capitalization [\#51](https://github.com/mfrachet/rn-placeholder/pull/51) ([mfrachet](https://github.com/mfrachet)) |
| 25 | +- fix\(doc\): fixing documentation [\#50](https://github.com/mfrachet/rn-placeholder/pull/50) ([mfrachet](https://github.com/mfrachet)) |
| 26 | +- docs\(update\): moving to vuepress [\#49](https://github.com/mfrachet/rn-placeholder/pull/49) ([mfrachet](https://github.com/mfrachet)) |
| 27 | +- refacor\(views\): flatten some view layers [\#48](https://github.com/mfrachet/rn-placeholder/pull/48) ([mfrachet](https://github.com/mfrachet)) |
| 28 | +- feat\(deps\): updgrade rn and react deps [\#47](https://github.com/mfrachet/rn-placeholder/pull/47) ([mfrachet](https://github.com/mfrachet)) |
| 29 | +- feat\(style\): capabilities to style on components [\#45](https://github.com/mfrachet/rn-placeholder/pull/45) ([mfrachet](https://github.com/mfrachet)) |
| 30 | +- License [\#42](https://github.com/mfrachet/rn-placeholder/pull/42) ([mfrachet](https://github.com/mfrachet)) |
| 31 | +- Update API.md [\#40](https://github.com/mfrachet/rn-placeholder/pull/40) ([nonotest](https://github.com/nonotest)) |
| 32 | +- Changelog v1.2.0 [\#37](https://github.com/mfrachet/rn-placeholder/pull/37) ([mfrachet](https://github.com/mfrachet)) |
| 33 | + |
3 | 34 | ## [v1.2.0](https://github.com/mfrachet/rn-placeholder/tree/v1.2.0) (2017-12-20) |
4 | 35 | [Full Changelog](https://github.com/mfrachet/rn-placeholder/compare/v1.1.0...v1.2.0) |
5 | 36 |
|
| 37 | +**Implemented enhancements:** |
| 38 | + |
| 39 | +- Adding primitives [\#17](https://github.com/mfrachet/rn-placeholder/issues/17) |
6 | 40 |
|
7 | 41 | **Closed issues:** |
8 | 42 |
|
9 | 43 | - Add useNativeDriver to improve performance [\#32](https://github.com/mfrachet/rn-placeholder/issues/32) |
10 | | -- Adding primitives [\#17](https://github.com/mfrachet/rn-placeholder/issues/17) |
11 | 44 |
|
12 | 45 | **Merged pull requests:** |
13 | 46 |
|
|
0 commit comments