Releases: StackExchange/Stacks-Editor
Releases · StackExchange/Stacks-Editor
v0.4.1
Bug Fixes
- fix Safari crashing due to unsupported use of regex negative lookbehind (2feb3b4)
v0.4.0
Features
- add support for mark (em, strong, code, link) input rules (#2) (4814922)
- automatically format URLs as links on paste in Rich Text mode (#72) (064ce83), closes #33
Bug Fixes
- clean up image-upload placeholder design (12c36c2)
- deserialization: ensure that bare urls written in markdown reserialize with correct escaping (f1c0602)
v0.3.0
⚠ BREAKING CHANGES
- dependencies: bumps highlight.js peerDependency to breaking 11.0.x
Bug Fixes
-
rich-text: add the "Reveal spoiler" text for hidden spoilers (#73) (cb0b699), closes #30
-
serialization: escape <> characters when serializing to markdown (3d016bc)
-
dependencies: update prosemirror-highlightjs dependency (097b298)