|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v0.2.0 |
| 4 | + |
| 5 | +In this release, we introduce React hooks for Spaces [\#233](https://github.com/ably/spaces/pull/233). See the [React Hooks documentation](/docs/react.md) for further details. |
| 6 | + |
| 7 | +Breaking changes in this release: |
| 8 | + |
| 9 | +* \[MMB-317\], \[MMB-318\] — Remove the `LockAttributes` type [\#214](https://github.com/ably/spaces/pull/214) ([lawrence-forooghian](https://github.com/lawrence-forooghian)) |
| 10 | +* Remove ability to pass array of event names to `EventEmitter.prototype.once` [\#196](https://github.com/ably/spaces/pull/196) ([lawrence-forooghian](https://github.com/lawrence-forooghian)) |
| 11 | + |
| 12 | +Other notable changes: |
| 13 | + |
| 14 | +* \[COL-335\] Fix bug where `space.enter()` sometimes hangs. [\#227](https://github.com/ably/spaces/pull/227) ([lawrence-forooghian](https://github.com/lawrence-forooghian)) |
| 15 | +* Add agent param [\#220](https://github.com/ably/spaces/pull/220) ([dpiatek](https://github.com/dpiatek)) |
| 16 | +* Add script to test CDN bundle [\#216](https://github.com/ably/spaces/pull/216) ([lawrence-forooghian](https://github.com/lawrence-forooghian)) |
| 17 | +* Publish to new CDN bucket only [\#205](https://github.com/ably/spaces/pull/205) ([surminus](https://github.com/surminus)) |
| 18 | +* \[MMB-156\] Add documentation comments and generate HTML documentation [\#204](https://github.com/ably/spaces/pull/204) ([lawrence-forooghian](https://github.com/lawrence-forooghian)) |
| 19 | +* Demo updates [\#195](https://github.com/ably/spaces/pull/195) ([dpiatek](https://github.com/dpiatek)) |
| 20 | + |
| 21 | +**Full Changelog**: https://github.com/ably/spaces/compare/0.1.3...0.2.0 |
| 22 | + |
3 | 23 | ## v0.1.3
|
4 | 24 |
|
5 | 25 | Breaking changes in this release:
|
@@ -32,7 +52,7 @@ No breaking changes were introduced in this release.
|
32 | 52 |
|
33 | 53 | ## v0.1.0
|
34 | 54 |
|
35 |
| -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. |
| 55 | +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. |
36 | 56 |
|
37 | 57 | If you are one of our early adopters, this means you need to update your `package.json` from `@ably-labs/spaces` to `@ably/spaces`.
|
38 | 58 |
|
|
0 commit comments