Skip to content

Latest commit

 

History

History
93 lines (45 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

93 lines (45 loc) · 5.54 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-beta.7 (2023-01-11)

Note: Version bump only for package hocuspocus

1.0.0-beta.6 (2022-12-03)

Note: Version bump only for package hocuspocus

1.0.0-beta.5 (2022-11-25)

Bug Fixes

  • Crash when websocket receives out of bound characters pre-auth (#444) (73d8a48)

1.0.0-beta.4 (2022-11-25)

Bug Fixes

  • Crash when websocket receives out of bound characters pre-auth (#444) (73d8a48)

1.0.0-beta.3 (2022-11-03)

Note: Version bump only for package hocuspocus

1.0.0-beta.2 (2022-09-28)

Note: Version bump only for package hocuspocus

1.0.0-beta.111 (2022-09-28)

Bug Fixes

  • Account for this.webSocket being null (#235) (b1476b6)
  • demos (59b73de)
  • Documentation fixes (#138) (8352196), closes #137
  • Empty sync message causes error in client MessageReceiver (#174) (f9dca69)
  • fix hook promise chaining (ee5052d)
  • fix playground build (86bd9db)
  • frontend demo packages are not installed on fresh clone (7ead9e2)
  • og image domain (5b78e3f)
  • Potential onCreateDocument race condition (#167) (b3e3e4d)
  • Remote client awareness not immediately available (37703f6)
  • Remove event listener once unused (#220) (0422196)
  • typescript strings (0dd5f12)
  • webhook docs (f0faac2)

Features

  • add connect event to webhook extension (d907354)
  • Add connectionsCount and documentsCount methods to server (8bdbcd8)
  • add create event to import documents from api (240a032)
  • add default schema to ProsemirrorTransformer and default extensions to TiptapTransformer, making both parameters in toYdoc optional (e330ffd)
  • add disconnect event to webhook extension (81679dd)
  • add read only mode (7b59d52)
  • add request headers and parameters to onCreateDocument (47a8b95)
  • add throttle extension (b65de2a)
  • add transformations page to the guide (81e0ddf)
  • extension-redis should watch the ydoc for changes and notify other hocuspocus instances about it (via redis pub/sub) (bacc535)
  • improve wevhook docs (3f774c4)
  • Message Authentication (#163) (a1e68d5)