react-facebook-login

Well-Typed React Component for Facebook Login

MIT License

Downloads
74K
Stars
102
Committers
11

Bot releases are hidden (Show)

react-facebook-login - v3.3.3 Latest Release

Published by greatSumini over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/greatSumini/react-facebook-login/compare/v3.3.2...v3.3.3

react-facebook-login - v3.3.2

Published by greatSumini over 1 year ago

Core

Misc

Deps

Full Changelog: https://github.com/greatSumini/react-facebook-login/compare/v3.3.1...v3.3.2

react-facebook-login - v3.3.1

Published by greatSumini almost 2 years ago

What's Changed

Core

Deps

Full Changelog: https://github.com/greatSumini/react-facebook-login/compare/v3.3.0...v3.3.1

react-facebook-login - v3.3.0

Published by greatSumini almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/greatSumini/react-facebook-login/compare/v3.2.1...v3.3.0

react-facebook-login - v3.2.1

Published by greatSumini about 2 years ago

What's Changed 🔍

New Contributors 🎉

Full Changelog: https://github.com/greatSumini/react-facebook-login/compare/v3.2.0...v3.2.1

react-facebook-login - v3.2.0

Published by greatSumini over 2 years ago

Core

  • feat(): add frictionlessRequests,hideFlashCallback to InitParams

  • feat(): add FacebookLoginClient.clear

  • enhance(): update FacebookLoginClient.init

    call window.FB.init directly (not use window.fbAsyncInit

  • docs(stories): add WithMultipleApp story

react-facebook-login - v3.1.0

Published by greatSumini over 2 years ago

react-facebook-login - v3.0.0

Published by greatSumini almost 3 years ago

Core

  • fix: 🐛 exclude onSuccess,onFail,onProfileSuccess from render props
  • update dependencies (by @renovate-bot)

Misc

  • fix: 🐛 fix .storybook/main.js stories glob
  • chore: 🙈 add renovate.json to .npmignore
react-facebook-login - v2.1.5

Published by greatSumini almost 3 years ago

Core

  • fix: 🔨 update prepublish script

    add missing build command
    Special thanks to @john-dupuy

react-facebook-login - v2.1.4

Published by greatSumini almost 3 years ago

Core

  • fix: 🐛 add decodeURIComponent to paramsToObject helper
  • update dependencies (by @renovate-bot)

Misc

  • update README
  • add storybook mdx files
react-facebook-login - v2.1.3

Published by greatSumini almost 3 years ago

Core

  • enhance(client): update FacebookLoginClient.isRedirected verify logic

    fix #4
    Special thanks to @tabishmahfuz1

react-facebook-login - v2.1.2

Published by greatSumini almost 3 years ago

Core

Misc

  • chore: 🔧 update .npmrc
  • chore: 🔥 remove format script
  • test: 🔧 set jest.config.testEnvironment as 'jsdom'
  • update dependencies (by @renovate-bot)
react-facebook-login - v2.1.1

Published by greatSumini about 3 years ago

  • feat: 🏷️ add LoginOptions.auth_nonce
  • feat(client): ✨ add FacebookLoginClient.getFB
  • enhance(client): update getLoginStatus to call callback when window.FB is not found
  • enhance(client): update logout to call callback when loginStatus is not "connected"
  • chore: add .npmrc
react-facebook-login - v2.1.0

Published by greatSumini over 3 years ago

  • rename FacebookClient -> FacebookLoginClient
react-facebook-login - v2.0.1

Published by greatSumini over 3 years ago

react-facebook-login - v2.0.0

Published by greatSumini over 3 years ago

  • add FacebookClient

    you can use facebook sdk functions diretly with FacebookClient
    supports: getLoginStatus, getProfile, login, logout

  • refactor directory structure (6fc3f07)

    /utils -> /helpers

react-facebook-login - v1.3.5

Published by greatSumini over 3 years ago

  • upgrade dependencies
  • fix LISCENSE Copyright typo
react-facebook-login - v1.3.4

Published by greatSumini over 3 years ago

react-facebook-login - v1.3.3

Published by greatSumini over 3 years ago

  • update FacebookLoginProps.children type (9835bac)
react-facebook-login - v1.3.2

Published by greatSumini over 3 years ago

  • add className to FacebookLoginProps (b8f7b73)