Skip to content

0.0.13-alpha

Compare
Choose a tag to compare
@surminus surminus released this 24 Aug 13:31
· 190 commits to main since this release

What's Changed

  • Small fix to README by @tomczoink in #98
  • [MMB-180] Add getSelf and getOthers method to cursors by @artismarti in #99
  • [MMB-195] Rewrite spaces demo into React by @snikidev in #92
  • [MMB-178] Add members namespace by @dpiatek in #101
  • Update demo dependencies by @surminus in #106
  • Add last seen label to avatars by @dpiatek in #104
  • Update TypeScript config to strict mode by @dpiatek in #103
  • CSS demo fixes by @dpiatek in #107
  • Examples of API usage by @dpiatek in #108
  • [MMB-200] Implement cursor offsets rather than intervals by @surminus in #105
  • Fixed an issue in README where a code block wasn't being closed by @GregHolmes in #109
  • Add Component Locking by @lmars in #102
  • locks: Move lock state out of SpaceMember by @lmars in #114
  • space: Don't maintain leavers within the members array by @lmars in #115
  • Make get and set functions async by @lmars in #116
  • members: Drop the members array in favour of presence.get() by @lmars in #117
  • space: Ensure lock state is maintained in presence data by @lmars in #118
  • Change 'cursorsUpdate' event to 'update' by @surminus in #120
  • Add GitHub Actions workflow for CDN uploads by @surminus in #119
  • [MMB-127] Small changes to prepare for repo migration by @surminus in #121
  • [MMB-154] A few small fixes for CDN publishing by @surminus in #127
  • locks: Release all locks when a member leaves by @lmars in #131
  • locks: Add space.locks.getAll() by @lmars in #132
  • release: 0.0.13 by @surminus in #133

New Contributors

Full Changelog: 0.0.12...0.0.13