Skip to content

Releases: ueberdosis/hocuspocus

v2.13.0

18 May 10:38
v2.13.0
2dd3871
Compare
Choose a tag to compare

Bugfix which causes behaviour change: When two clients simultaneously request a document, before this change, the 2nd client would immediately sync with an empty ydoc and potentially sync with the database afterwards. The first client would wait until the document loaded from the DB and only then sync. With this version, both clients will wait for the document to finish loading, and only then sync.

What's Changed

  • Wait for createDocument to be loaded for subsequent createConnections by @jordangarcia in #822

New Contributors

Full Changelog: v2.12.3...v2.13.0

v2.12.3

16 May 17:51
v2.12.3
60c5202
Compare
Choose a tag to compare

What's Changed

  • Checking for type of forceSyncInterval by @SynteZZZ in #817
  • fix: improve global window checks to enable react native support by @Amorim33 in #823

New Contributors

Full Changelog: v2.12.2...v2.12.3

v2.12.2

25 Apr 18:22
v2.12.2
ae0726c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in #797
  • fix typos by @Moiman in #796
  • build(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #804
  • typo on Transformation example by @RicoTrevisan in #802
  • build(deps): bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #808
  • build(deps): bump express from 4.17.3 to 4.19.2 by @dependabot in #810
  • added IncomingMessage to onAuthenticate hook types by @RicoTrevisan in #811
  • Allow to use name as guid by @linspw in #798
  • TiptapCollab: make it possible to associate a username to changes by @janthurau in #812
  • delay afterStoreDocument to allow redis to fully finish syncing when using directConnection (similaly to onDisconnect) by @janthurau in #819
  • build(deps): bump vite from 4.5.2 to 4.5.3 by @dependabot in #816

New Contributors

Full Changelog: v2.11.3...v2.12.2

v2.11.3

02 Mar 20:57
v2.11.3
746e796
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #791
  • extension-webhook: fixes crash when onChange webhook doesnt succeed: #794

Full Changelog: v2.11.2...v2.11.3

v2.11.2

16 Feb 13:05
Compare
Choose a tag to compare

What's Changed

  • fix: allow resolvedAt to be null on updateThread by @bdbch in #789

Full Changelog: v2.11.1...v2.11.2

v2.11.1

11 Feb 13:21
v2.11.1
7e755dc
Compare
Choose a tag to compare

What's Changed

  • refactor: remove thread if first comment is deleted by @bdbch in #786
  • Threads: wrap operations in yjs transactions

Full Changelog: v2.11.0...v2.11.1

v2.11.0

05 Feb 20:44
v2.11.0
8a302bc
Compare
Choose a tag to compare

What's Changed

  • Adding the possibility of not applying broadcast to specific connections by @linspw in #757
  • Update createThread data typing to omit id by @bdbch in #785

Full Changelog: v2.10.0...v2.11.0

v2.10.0

31 Jan 19:57
v2.10.0
23246f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.2-rc.0

22 Jan 19:54
v2.9.2-rc.0
f2db843
Compare
Choose a tag to compare
v2.9.2-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.9.1-rc.0...v2.9.2-rc.0

v2.9.1-rc.0

18 Jan 19:46
v2.9.1-rc.0
a4fd439
Compare
Choose a tag to compare
v2.9.1-rc.0 Pre-release
Pre-release

What's Changed

  • Compatibility with TiptapCollab on-premise
  • build(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #774
  • Fix import paths for Node16 resolution by @Moiman in #775

New Contributors

Full Changelog: v2.9.0...v2.9.1-rc.0