Skip to content

Latest commit

 

History

History
180 lines (105 loc) · 4.34 KB

CHANGELOG.md

File metadata and controls

180 lines (105 loc) · 4.34 KB

Release Notes

3.3.0

Core

  • enhance(): update allowed Facebook API versions

3.2.0

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

3.1.0

Core

Misc

3.0.0

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

2.1.5

Core

  • fix: 🔨 update prepublish script

    add missing build command Special thanks to @john-dupuy

2.1.4

Core

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

Misc

  • update README
  • add storybook mdx files

2.1.3

Core

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

    fix #4 Special thanks to @tabishmahfuz1

2.1.2

Core

Misc

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

2.1.1

  • 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"

2.1.0

  • rename FacebookClient -> FacebookLoginClient

2.0.0

  • add FacebookClient

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

  • refactor directory structure (6fc3f07)

    /utils -> /helpers

1.3.5

  • upgrade dependencies (322bec3)

1.3.4

  • ignore tsconfig.json (791db2f)

1.3.3

  • update FacebookLoginProps.children type (9835bac)

1.3.2

  • add className to FacebookLoginProps (b8f7b73)

1.3.1

  • add korean guide to README.md (17e4e2c)

1.3.0

  • remove deprecated props (isMobile, disableMobileRedirect) (d6897a2)
  • rename Props to FacebookLoginProps (555c5c2)
  • update README.md Usage section (43c3835)

1.2.2

  • add CHANGELOG.md
  • fix LoginStatus enum declare error
  • add Props section to README.md
  • add docs/params.md
  • add tests (FacebookLogin, objectToParams, paramsToObject)

1.2.1

  • rename usePopup prop to useRedirect (d06e38d)

1.2.0

  • fix inifinite redirect at login (5e682c7)
  • update tsconfig rules (0fa550f)