Skip to content

Commit fb42e5d

Browse files
author
Marvin Frachet
authored
feat(release): 1.3.0 (#58)
1 parent 129d732 commit fb42e5d

File tree

4 files changed

+36
-38
lines changed

4 files changed

+36
-38
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,46 @@
11
# Change Log
22

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+
334
## [v1.2.0](https://github.com/mfrachet/rn-placeholder/tree/v1.2.0) (2017-12-20)
435
[Full Changelog](https://github.com/mfrachet/rn-placeholder/compare/v1.1.0...v1.2.0)
536

37+
**Implemented enhancements:**
38+
39+
- Adding primitives [\#17](https://github.com/mfrachet/rn-placeholder/issues/17)
640

741
**Closed issues:**
842

943
- 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)
1144

1245
**Merged pull requests:**
1346

EXAMPLE.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Display some placeholder stuff before rendering your text or media content in React Native.
66

7-
_Fully compatible with [Expo](https://expo.io/) and [react-native-web](https://github.com/necolas/react-native-web), [see examples](./EXAMPLE.md)_
7+
\_Fully compatible with [Expo](https://expo.io/) and [react-native-web](https://github.com/necolas/react-native-web).
88

99
_New documentation available [mfrachet.github.io/rn-placeholder](https://mfrachet.github.io/rn-placeholder/)_
1010

@@ -23,7 +23,6 @@ _New documentation available [mfrachet.github.io/rn-placeholder](https://mfrache
2323
- [Creating a custom component](./API.md#custom)
2424
- [Using default animations](./ANIMATIONS.md#default)
2525
- [Using a custom animation](./ANIMATIONS.md#custom)
26-
- [Examples from React Native, Expo or React Native Web](./EXAMPLE.md)
2726

2827
<h1 name="#usage">Usage</h1>
2928

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-placeholder",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": false,
55
"main": "index.js",
66
"homepage": "https://github.com/mfrachet/rn-placeholder",

0 commit comments

Comments
 (0)