-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.6.0 #356
Conversation
Bugfixes: - fixes example by changing `user` to `home` - fixes broken link to `defaults.js`
Fix typo
`getLocalstorage` didn't execute but `getLocalStorage` did.
fix a document about storage.md
…grab the whole API response
Documentation fix: propertyName needed to grab the full API response
Codecov Report
@@ Coverage Diff @@
## master #356 +/- ##
=========================================
+ Coverage 86.58% 100% +13.41%
=========================================
Files 4 1 -3
Lines 82 2 -80
Branches 17 0 -17
=========================================
- Hits 71 2 -69
+ Misses 11 0 -11
Continue to review full report at Codecov.
|
Co-authored-by: Paul Gascou <[email protected]>
FYI the live docs are reflecting features added in this pull request (e.g. |
Thanks, @Anaphase. I'll try to trigger a release until tomorrow. |
Bug Fixes
loggedIn
being incorrectly set to true (fix(local): preventloggedIn
being incorrectly set to true when user is disabled #346) (@glennjacobs, @alexbonhomme, @t-matsu-j)process.browser
withprocess.client
(refactor: replace deprecatedprocess.browser
withprocess.client
#269) (@sschadwick)New Features
resetOnError
(Bring back resetOnError #197) (@ishitatsuyuki)setUserToken
(setUserToken #278) (@dgwight)requestWith
(Option to set auth header name #301) (@terion-name, @farnabaz)id_token
response type (feat: generate nounce forid_token
response type #298) (@jefer590)state
andnonce
aslogin
args (e5579e9)onRedirect
hook (feat: Add onRedirect hook to pre-process URLs before redirection #185) (@paulgv)Docs
Thanks to @3vilArthas, @af12066, @ansidev, @aretw0, @chettapong, @drewjbartlett, @f213, @farnabaz, @jahangirahmad, @LeCoupa, @NinthAutumn, @PJLindsay, @potato4d, @rodgarcia, @sgarner, @shadowlion, @sobolevn, @timmyg, @tomsaleeba for contributing to the docs ❤️