TLDR: Remirror adopts Prosemirror TypeScript support.
Creating NodeViews with content in Remirror
Highlights & Comments
TLDR: Model highlights/comments as marks instead of annotations to allow for undo, copy&paste, and collaborative editing
Performance boost for Remirror positioners
TLDR: Debounce user input to prevent lag when using positioners with Remirror (Prosemirror)
Styling selected nodes in聽Remirror
TLDR: Use shadow-box to tune the look of selected nodes in Remirror聽editor
Introducing Remirror v1 馃帀
TLDR: Remirror is ready for prime time.
Change of guards 馃拏
TLDR: New guard of maintainers will focus on easing adoption and adding more in-depth features.
Showcase "NEXT"
TLDR: NEXT picked Remirror as WYSIWYG editor because it grew with their ProseMirror skill set.
Serverless collaborative editing
TLDR: Adding collaborative editing via webrtc and Lambda/DynamoDB-powered signaling server
Migration to v1.0
The new version of remirror
comes with a number of enhancements and quite a few breaking changes if you were using the remirror@1.0.0-next.*
pre-releases.
The following sections outline the breaking changes and how they can be migrated if your last version was @next
. For those upgrading from 0.11.0
the library has changed drastically and you'd be better off browsing the documentation.