-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: implement undo redo * chore: changeset * chore: lint * feat: improve history * feat: update collaboration provider to use new changeset api * chore: lockfile * chore: api * chore: move * fix: ignore adding remote changes to history * chore: cleanup * feat: add owner property in observer * chore: add test
- Loading branch information
Showing
17 changed files
with
1,006 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@rekajs/collaboration': patch | ||
'@rekajs/core': patch | ||
--- | ||
|
||
Implement undo/redo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { Reka } from '@rekajs/core'; | ||
|
||
import { YjsRekaSyncProvider } from './YjsRekaSyncProvider'; | ||
|
||
export const RekaToYSyncProviders = new WeakMap<Reka, YjsRekaSyncProvider>(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from './manager'; | ||
export * from './manager-default'; |
Oops, something went wrong.
7b6d6cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
reka – ./
reka-prevwong.vercel.app
reka-git-main-prevwong.vercel.app
rekajs.vercel.app
reka.js.org