Skip to content

Release v1.11.0

Choose a tag to compare

@MrSwitch MrSwitch released this 26 Feb 17:53
· 252 commits to main since this release

Scope Map

This changes how default scopes are mapped. Previously a default scope was defined by what other modules had defined. This was particulary bad behaviour as depending on your modules a scope was deemed a default of "" (an empty string) was applied.

However this could still break some services. The following scopes will be mapped to null unless otherwise stated.

  • basic
  • email
  • files
  • friends
  • photos
  • publish
  • publish_files
  • share
  • video

Phonegap

The phonegap specific code has been removed from hello.js, and included with hello.phonegap.js (this is still bundled with dist/ files)
The OAuth flow is much better now, with less webviews being opened and closed. However you might like to revert to the previous version if you have problems.