Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(release): 1.3.0 #58

Merged
merged 1 commit into from
Oct 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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