-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# CHANGELOG | ||
|
||
The Collaborative Spaces SDK is currently under development, see [Github releases](https://github.com/ably-labs/spaces/releases) for our alpha releases. | ||
## v0.1.0 | ||
|
||
## 0.0.13 - 2023-08-24 | ||
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. | ||
|
||
### Added | ||
If you are one of our early adopters, this means you need to update your `package.json` from `@ably-labs/spaces` to `@ably/spaces`. | ||
|
||
- Component locking | ||
- Members namespace | ||
- getSelf() and getOthers() methods for cursors | ||
Visit [official documentation on Ably's website](https://ably.com/docs/spaces) to learn more about Spaces and understand what the beta status means for you. | ||
|
||
### Changed | ||
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. | ||
|
||
- Cursor replay intervals | ||
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 [[email protected]](mailto:[email protected]) for any questions or share feedback through [this form]( https://go.ably.com/spaces-feedback). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters