Skip to content

Commit

Permalink
feat(release): 1.3.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Frachet committed Oct 10, 2018
1 parent 129d732 commit fb42e5d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 38 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
@@ -1,13 +1,46 @@
# Change Log

## [Unreleased](https://github.com/mfrachet/rn-placeholder/tree/HEAD)

[Full Changelog](https://github.com/mfrachet/rn-placeholder/compare/v1.2.0...HEAD)

**Fixed bugs:**

- Cannot get Paragraph to render [\#46](https://github.com/mfrachet/rn-placeholder/issues/46)
- Placeholder if child is responsible for the progress [\#30](https://github.com/mfrachet/rn-placeholder/issues/30)

**Closed issues:**

- Fix broken images [\#44](https://github.com/mfrachet/rn-placeholder/issues/44)
- Add a license file [\#41](https://github.com/mfrachet/rn-placeholder/issues/41)
- Placeholder.Media repeat and some requests [\#39](https://github.com/mfrachet/rn-placeholder/issues/39)

**Merged pull requests:**

- fix\(leak\): fixing shine animation to avoid leak [\#57](https://github.com/mfrachet/rn-placeholder/pull/57) ([mfrachet](https://github.com/mfrachet))
- fix\(dependencies\): update dependencies [\#54](https://github.com/mfrachet/rn-placeholder/pull/54) ([mfrachet](https://github.com/mfrachet))
- docs\(chore\): fixing chore documentation [\#53](https://github.com/mfrachet/rn-placeholder/pull/53) ([mfrachet](https://github.com/mfrachet))
- fix\(docs\): removing docs [\#52](https://github.com/mfrachet/rn-placeholder/pull/52) ([mfrachet](https://github.com/mfrachet))
- fix\(docs\): fix capitalization [\#51](https://github.com/mfrachet/rn-placeholder/pull/51) ([mfrachet](https://github.com/mfrachet))
- fix\(doc\): fixing documentation [\#50](https://github.com/mfrachet/rn-placeholder/pull/50) ([mfrachet](https://github.com/mfrachet))
- docs\(update\): moving to vuepress [\#49](https://github.com/mfrachet/rn-placeholder/pull/49) ([mfrachet](https://github.com/mfrachet))
- refacor\(views\): flatten some view layers [\#48](https://github.com/mfrachet/rn-placeholder/pull/48) ([mfrachet](https://github.com/mfrachet))
- feat\(deps\): updgrade rn and react deps [\#47](https://github.com/mfrachet/rn-placeholder/pull/47) ([mfrachet](https://github.com/mfrachet))
- feat\(style\): capabilities to style on components [\#45](https://github.com/mfrachet/rn-placeholder/pull/45) ([mfrachet](https://github.com/mfrachet))
- License [\#42](https://github.com/mfrachet/rn-placeholder/pull/42) ([mfrachet](https://github.com/mfrachet))
- Update API.md [\#40](https://github.com/mfrachet/rn-placeholder/pull/40) ([nonotest](https://github.com/nonotest))
- Changelog v1.2.0 [\#37](https://github.com/mfrachet/rn-placeholder/pull/37) ([mfrachet](https://github.com/mfrachet))

## [v1.2.0](https://github.com/mfrachet/rn-placeholder/tree/v1.2.0) (2017-12-20)
[Full Changelog](https://github.com/mfrachet/rn-placeholder/compare/v1.1.0...v1.2.0)

**Implemented enhancements:**

- Adding primitives [\#17](https://github.com/mfrachet/rn-placeholder/issues/17)

**Closed issues:**

- Add useNativeDriver to improve performance [\#32](https://github.com/mfrachet/rn-placeholder/issues/32)
- Adding primitives [\#17](https://github.com/mfrachet/rn-placeholder/issues/17)

**Merged pull requests:**

Expand Down
34 changes: 0 additions & 34 deletions EXAMPLE.md

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rn-placeholder",
"version": "1.2.0",
"version": "1.3.0",
"private": false,
"main": "index.js",
"homepage": "https://github.com/mfrachet/rn-placeholder",
Expand Down

0 comments on commit fb42e5d

Please sign in to comment.