From 89378e29ae7d283b019c78e3c91b579a794eb23a Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 23 Jan 2020 21:51:26 +0100 Subject: [PATCH] publish stable Yjs release :fireworks: --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb422dcf..1789cf0d 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,6 @@ suited for even large documents. * Podcast [**"Yjs Deep Dive into real time collaborative editing solutions":**](https://www.tag1consulting.com/blog/deep-dive-real-time-collaborative-editing-solutions-tagteamtalk-001-0) * Podcast [**"Google Docs-style editing in Gutenberg with the YJS framework":**](https://publishpress.com/blog/yjs/) -:warning: This is the documentation for v13 (still in alpha). For the stable v12 -release checkout the [v12 docs](./README.v12.md) :warning: - :construction_worker_woman: If you are looking for professional support to build collaborative or distributed applications ping us at . @@ -103,7 +100,7 @@ hypercores and y-dat listens to changes and applies them to the Yjs document. Install Yjs and a provider with your favorite package manager: ```sh -npm i yjs@13.0.0-103 y-websocket@1.0.0-6 +npm i yjs y-websocket ``` Start the y-websocket server: @@ -677,7 +674,7 @@ undo- or the redo-stack. on('stack-item-popped', { stackItem: { meta: Map<any,any> }, type: 'undo' | 'redo' }) - +
Register an event that is called when a StackItem is popped from