Skip to content

Releases: ably/ably-chat-js

v0.2.1

18 Sep 15:17
0ac639e
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

What's Changed

Fixed a bug that can lead to unhandled promise rejections and error logs when a room is released prior to initialization, particularly in React #352

v0.2.0

09 Sep 08:13
d022d57
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.2.0

What's Changed

  • Added hooks and providers for React, to allow a closer integration with these ecosystems. For more information on how to get started with Chat in React, see the React README.
  • When a new room is returned from rooms.get() we now guarantee that the returned object is usable. Previously if the room was being released, the releasing room was returned. If needed, async operations wait for the previous release to finish behind-the-scenes.
  • Added message parsing helpers that convert regular Ably Pub/Sub messages into Chat entities, which can be used on existing post-publish channel rules #249.
  • Improved documentation around getting previous messages for a given subscription #328
  • The CDN bundle for the core Chat SDK is now in UMD format, as opposed to ESM. This will still work in both browsers and Node. The README instructions have been updated to reflect this #333.

v0.1.0

10 Jul 14:23
1c9269b
Compare
Choose a tag to compare

Initial private beta release of the Ably Chat SDK for JavaScript.