Releases: ueberdosis/hocuspocus
Releases · ueberdosis/hocuspocus
v1.1.0 - Stateless messages, redis cluster support, tiptap/pm
What's Changed
- feature: send stateless messages over the existing websocket connection by @solirpa in #516
- feature/stateless message redis compatibility by @janthurau in #522
- feature: support redis cluster for extension-redis by @lzj723 in #517
- Additional documentation on Laravel integration by @fredpedersen in #518
- Use Tiptap pm package by @svenadlung in #504
- removes "update" field from onStoreDocument hook documentation. It is… by @janthurau in #524
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Handle errors caused by incorrect websocket close codes in auth hook by @ralphiee22 in #503
- chore: synchronize package-lock.json by @Deckluhm in #511
- Fix bugs in webhook extension by @fredpedersen in #506
- fix: make
transformer
compatible with@tiptap/core@^2.0.0-beta.210
by @Deckluhm in #512
New Contributors
- @ralphiee22 made their first contribution in #503
- @Deckluhm made their first contribution in #511
- @fredpedersen made their first contribution in #506
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- docs/cli: Use npx by @raineorshine in #483
- Fixes #479 by @janthurau in #480
- docs: Fix some typos and grammar by @raineorshine in #485
- Update contributing.md testing instructions by @raineorshine in #489
- Run the build action on all PR's by @raineorshine in #496
- Add instructions to compile code by @raineorshine in #493
- Change import of node-static in monitor extension by @iSplasher in #488
- feature: remove node-static in favor of serve-handler by @mkriegeskorte in #500
New Contributors
- @iSplasher made their first contribution in #488
- @mkriegeskorte made their first contribution in #500
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0-beta.7
What's Changed
BC-BREAK: The hook onCreateDocument
had been deprecated for a long time and has now been removed. Please replace it by onLoadDocument
.
- Draft: adds option to set configurable listen address, refs #461 by @janthurau in #462
- Draft: Feature/docs & cleanups by @janthurau in #452
- Handle errors caused by incorrect websocket close codes by @janthurau in #468
- build(deps): bump uuid from 8.3.2 to 9.0.0 in /packages/extension-redis by @dependabot in #475
- build(deps): bump @types/uuid from 8.3.4 to 9.0.0 in /packages/server by @dependabot in #473
- build(deps): bump uuid from 8.3.2 to 9.0.0 in /packages/server by @dependabot in #477
- build(deps-dev): bump autoprefixer from 9.8.8 to 10.4.13 in /packages/extension-monitor by @dependabot in #474
- build(deps): bump axios from 0.27.2 to 1.2.2 in /packages/extension-webhook by @dependabot in #471
- build(deps-dev): bump @fullhuman/postcss-purgecss from 3.1.3 to 5.0.0 in /packages/extension-monitor by @dependabot in #470
- build(deps): bump tailwindcss-font-inter from 2.0.5 to 3.0.1 in /packages/extension-monitor by @dependabot in #478
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
v1.0.0-beta.6
What's Changed
- Fixes onClose mutex issue if the document didnt have the connection anymore by @janthurau in #451
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
What's Changed
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
Fixes #436: Server crashes when webhook onConnect fails(2020e5b)
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
- Moves y* and prosemirror* to peerdependencies
- Moves websocket error handling to the first possible place to avoid race conditions
- Bumps a few dependencies
What's Changed
- build(deps): bump actions/cache from 3.0.8 to 3.0.10 by @dependabot in #411
- build(deps): bump @lifeomic/attempt from 3.0.2 to 3.0.3 by @dependabot in #413
- build(deps): bump y-indexeddb from 9.0.7 to 9.0.9 by @dependabot in #414
- build(deps-dev): bump @types/lodash.debounce from 4.0.6 to 4.0.7 by @dependabot in #415
- build(deps-dev): bump vue-template-compiler from 2.6.14 to 2.7.10 by @dependabot in #416
- build(deps): bump express from 4.17.3 to 4.18.2 by @dependabot in #419
- build(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.40.0 by @dependabot in #423
- build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0 by @dependabot in #422
- build(deps): bump meow from 10.1.2 to 11.0.0 by @dependabot in #421
- build(deps-dev): bump @rollup/plugin-json from 4.1.0 to 5.0.0 by @dependabot in #424
- build(deps-dev): bump postcss from 8.4.12 to 8.4.18 by @dependabot in #427
- build(deps): bump actions/cache from 3.0.10 to 3.0.11 by @dependabot in #426
- Draft: Moves websocket error handling to the first possible place to avoid r… by @janthurau in #425
- Draft: Moves prosemirror* and yjs* to peerDependencies by @janthurau in #420
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
TBD