Skip to content

Releases: immers-space/immers-client

v2.8.1

23 Sep 14:33
Compare
Choose a tag to compare

See changelog

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0 sync utils and improved data

26 Aug 20:58
Compare
Choose a tag to compare

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

Full Changelog: v2.7.1...v2.8.0

v2.7.1 fix console error on destinations

05 Aug 21:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: /CHANGELOG.md

v2.7.0 Improved destination metadata

04 Aug 18:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: /CHANGELOG.md

v2.6.0

24 Jun 12:34
Compare
Choose a tag to compare

What's Changed

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

09 Apr 18:54
Compare
Choose a tag to compare

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

12 Mar 04:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0 and in CHANGELOG.md

v2.1.0

11 Mar 15:12
Compare
Choose a tag to compare

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

07 Dec 00:20
Compare
Choose a tag to compare

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

29 Nov 23:38
Compare
Choose a tag to compare

What's Changed

New Contributors

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 sets allow-storage on hub

Deep linking to registration tab on login page

#4 thanks @justincolangelo