Skip to content

0.1.0

Compare
Choose a tag to compare
@dpiatek dpiatek released this 04 Sep 16:08
· 142 commits to main since this release

In this release, we're advancing Spaces from alpha to beta. Along with introducing this library to a wider audience, we've decided to move it to the ably organisation as Spaces is no longer an experiment, it's something we see as an excellent supplement to our core SDKs to help developers build collaborative environments in their apps. We are committed to grow and officially maintain it.

If you are one of our early adopters, this means you need to update your package.json from @ably-labs/spaces to @ably/spaces.

Visit official documentation on Ably's website to learn more about Spaces and understand what the beta status means for you.

The following APIs are currently available:

  • Space - a virtual area of your application in which realtime collaboration between users can take place.
  • Avatar stack - the most common way of showing the online status of users in an application.
  • Member locations - track where users are to see which part of your application they're interacting with.
  • Live cursors - track the cursor positions of users in realtime.
  • Component locking - optimistically lock stateful UI components before editing them.

Your feedback will help prioritize improvements and fixes in subsequent releases. Spaces features have been validated for a set of use-cases, but breaking changes may still occur between minor releases until we reach 1.0.0. The beta is implemented based on real world situations and loads, but we'd advise to take caution when adding it to production environments.

Please reach out to beta@ably.com for any questions or share feedback through this form.

What's Changed

New Contributors

Full Changelog: 0.0.13...0.1.0