| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/prosemirror-collab/ |
Upload File : |
## 1.2.2 (2019-11-20) ### Bug fixes Rename ES module files to use a .js extension, since Webpack gets confused by .mjs ## 1.2.1 (2019-11-19) ### Bug fixes The file referred to in the package's `module` field now is compiled down to ES5. ## 1.2.0 (2019-11-08) ### New features Add a `module` field to package json file. ## 1.1.2 (2019-05-29) ### Bug fixes Fix an issue where in `mapSelectionBackward` mode, the plugin flipped the head and anchor of the selection, leading to selection glitches during collaborative editing. ## 1.1.1 (2018-10-09) ### Bug fixes Fix issue where `mapSelectionBackward` didn't work because of a typo. ## 1.1.0 (2018-08-21) ### New features [`receiveTransaction`](https://prosemirror.net/docs/ref/#collab.receiveTransaction) now supports a `mapSelectionBackward` option that makes it so that text selections are mapped to stay in place when remote changes insert content at their position. ## 0.19.0 (2017-03-16) ### New features You can now use strings (as well as numbers) as client IDs (this already worked, but now the documentation reflects this). ## 0.18.0 (2017-02-24) ### New features [`sendableSteps`](http://prosemirror.net/docs/ref/version/0.18.0.html#collab.sendableSteps) now also returns information about the original transactions that produced the steps. ## 0.11.0 (2016-09-21) ### Breaking changes Moved into a separate module. Interface [adjusted](http://prosemirror.net/docs/ref/version/0.11.0.html#collab) to work with the new [plugin](http://prosemirror.net/docs/ref/version/0.11.0.html#state.Plugin) system. ### New features When receiving changes, the module now [generates](http://prosemirror.net/docs/ref/version/0.11.0.html#collab.receiveAction) a regular [transform action](http://prosemirror.net/docs/ref/version/0.11.0.html#state.TransformAction) instead of hard-setting the editor's document. This solves problematic corner cases for code keeping track of the document by listening to transform actions.