Skip to content

Commit

Permalink
Merge pull request #40 from NativeScript/prepare-2.0.1
Browse files Browse the repository at this point in the history
chore: Add required changes for 2.0.1 release
  • Loading branch information
angeltsvetkov committed Jun 19, 2017
2 parents f6f5a06 + 267288d commit fa92bd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
19 changes: 1 addition & 18 deletions README.md
Expand Up @@ -448,24 +448,7 @@ This sample is part of the demo apps and can be observed [here](https://github.c
## Release notes
2.0.0
-------------
* Login event instead of login callback
* Log out
* Breaking Changes
* Core
* [Updated callback arguments](https://github.com/NativeScript/nativescript-facebook/pull/27/commits/5b862cdff5b86265f2c8626650f64823894fceee#diff-d1caaad1e0e272eb17c0a532f49657fdR7)
* Angular
* [Define Facebook login event handler](https://github.com/NativeScript/nativescript-facebook/pull/27/commits/5b862cdff5b86265f2c8626650f64823894fceee#diff-7cb31853fb9985534873f170bdc9df34R3)
* [Updated callback arguments](https://github.com/NativeScript/nativescript-facebook/pull/27/commits/5b862cdff5b86265f2c8626650f64823894fceee#diff-05f7e0f50b1b755ef9122a67a9561abcR16)
1.0.1
-------------
* Native Facebook login button
* Custom Facebook login button
* Angular ready
* NativeScript 3.0 ready
* Webpack ready
Check out release notes [here] (https://github.com/NativeScript/nativescript-facebook/releases)
## FAQ
Check out our FAQ section [here](https://github.com/NativeScript/nativescript-facebook/wiki/FAQ).
Expand Down
2 changes: 1 addition & 1 deletion src/login-button.common.metadata.json
@@ -1 +1 @@
[{"__symbolic":"module","version":3,"metadata":{"LoginButtonBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"ui/core/view","name":"View"},"members":{"initNativeView":[{"__symbolic":"method"}]},"statics":{"loginEvent":"login","logoutEvent":"logout"}}}},{"__symbolic":"module","version":1,"metadata":{"LoginButtonBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"ui/core/view","name":"View"},"members":{"initNativeView":[{"__symbolic":"method"}]},"statics":{"loginEvent":"login","logoutEvent":"logout"}}}}]
[{"__symbolic":"module","version":3,"metadata":{"LoginButtonBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View"},"members":{"initNativeView":[{"__symbolic":"method"}]},"statics":{"loginEvent":"login","logoutEvent":"logout"}}}},{"__symbolic":"module","version":1,"metadata":{"LoginButtonBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View"},"members":{"initNativeView":[{"__symbolic":"method"}]},"statics":{"loginEvent":"login","logoutEvent":"logout"}}}}]
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-facebook",
"version": "2.0.0",
"version": "2.0.1",
"description": "NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS.",
"nativescript": {
"platforms": {
Expand Down

0 comments on commit fa92bd5

Please sign in to comment.