Skip to content

Releases: seeden/react-facebook

React 16

29 Sep 19:33
Compare
Choose a tag to compare

added support for React 16

Stateless components

28 Apr 16:52
Compare
Choose a tag to compare

I refactored almost all components to stateless react components.
Added Parser and InitFacebook component
[Breaking change] - Login, Share and Feed Component are using facebook.ui instead of own popup window. All components now support event onReady, onResponse and onError

Bug fixing

28 Apr 13:23
Compare
Choose a tag to compare

Fixed appId in the share dialog
Fixed domain in the Facebook API

Big refactoring

28 Apr 13:00
Compare
Choose a tag to compare

I have replaced all callbacks with async/await functions.
[Braking change] - Parameter appID was changed to appId
[Braking change] - Default facebook version is v2.9
[Braking change] - Login has two parameters onError and onResponse instead of just onResponse
Login and Share component has two new properties "render" and "component". You can use your own components with this "high-order-components". You can find example in the readme
Use babel polyfill for backward compatibility with older browsers

fixed PropTypes

24 Apr 17:18
Compare
Choose a tag to compare

We are using prop-types.

Share onClick support

22 Dec 14:37
Compare
Choose a tag to compare

Share will call onClick of the children if it is presented

added missing referral parameter

06 Dec 16:57
Compare
Choose a tag to compare

added missing referral parameter
updated #23 and fixed #24 thank you

Improved page component

17 Nov 20:03
Compare
Choose a tag to compare

Refactored page component (added missing attributes)
Braking change in Login component onSubmit => onResponse
updated deps
added jest and enzyme

domain support

12 Sep 08:21
Compare
Choose a tag to compare

you can change facebook SDK domain in

like size

12 Sep 08:18
Compare
Choose a tag to compare

added property like size
comments and like width can be number or string
@deps