Releases: immers-space/immers-client
Releases · immers-space/immers-client
v2.8.1
See changelog
What's Changed
- Update immers-hud, fix activities.create by @wmurphyrd in #23
Full Changelog: v2.8.0...v2.8.1
v2.8.0 sync utils and improved data
What's Changed
- Add GetConnected util static method by @wswoodruff in #18
- Profile sync events, improved profile and friend status data by @wmurphyrd in #22
New Contributors
- @wswoodruff made their first contribution in #18
Full Changelog: v2.7.1...v2.8.0
v2.7.1 fix console error on destinations
v2.7.0 Improved destination metadata
v2.6.0
What's Changed
- Improved block/unblock/blocklist api by @wmurphyrd in #19
https://github.com/immers-space/immers-client/blob/main/CHANGELOG.md#v260-2022-06-24
Full Changelog: v2.5.0...v2.6.0
v2.3.0
What's Changed
- Improved usability with local immers, loginWithToken feature by @wmurphyrd in #12
Full Changelog: v2.2.2...v2.3.0 and in changelog.md
v2.2.0
What's Changed
- Proxy and lookup utils by @wmurphyrd in #10
Full Changelog: v2.1.0...v2.2.0 and in CHANGELOG.md
v2.1.0
What's Changed
- Fix script query params not working with one-liner by @wmurphyrd in #8
- High-level API messaging & presence updates by @wmurphyrd in #9
Full Changelog: v2.0.2...v2.1.0
v2.0.1
What's Changed
- fix login popup close check to not violate cross-origin policy by @wmurphyrd in #6
Full Changelog: v2.0.0...v2.0.1
Reconnetions
What's Changed
- allow deep link to tab by @justincolangelo in #4
- Reconnects by @wmurphyrd in #5
New Contributors
- @justincolangelo made their first contribution in #4
Full Changelog: v1.0.0...v2.0.0
Storage & session management
client
- BREAKING CHANGE
connect
method signature changed to use options bag as second arg allowStorage
: Opt-in local storage of user id and token to allow easier reconnection to immers when revisiting a page- New session management methods:
reconnect
(attempt to restore immers profile connection using stored key),disconnect
,logout
(disconnect & clear storage) - New profile method:
updateProfileInfo
for easy updating of basic user profile info
immers-hud
allow-storage
prop passthrough to client- Add logout button
- Add remove button allowing user to delete hud from page
one-liner
save
query parameter setsallow-storage
on hub
Deep linking to registration tab on login page
#4 thanks @justincolangelo