Skip to content

Releases: StackExchange/Stacks-Editor

v0.4.2

04 Mar 14:57
Compare
Choose a tag to compare

Features

  • add ability to pass custom validateLink method to parser (124762a)
  • add deserialization support for reference links (22e84dd), closes #29
  • add StacksEditor:image-uploader-show event (a9ac79c)

Bug Fixes

  • add aria-labels to icon-only buttons (#98) (b69c3e0)
  • add html render support for hard breaks/br tags (a360b6d)
  • add missing import reference for _stacks-mixins (#94) (af1c6c5)
  • add not-allowed cursor to the disabled editor (#100) (1933f6f)
  • always add a paragraph to the end of the doc when inserting a block element at the end (2df6573), closes #18
  • fix table insertion in the middle of text incorrectly adding trailing paragraph (84fc550)
  • fix table menu entry always manipulating the menu icon of the last initialized editor instance (cc592c1)
  • markdown-parser: do not autolink emails without the "mailto:" prefix (#85) (1a8b6cc)
  • add support for serializing node attributes to html (0a00644)
  • render html versions of blockquote, p and header tags back to markdown (746743e)

v0.4.1

14 Jul 17:15
Compare
Choose a tag to compare

Bug Fixes

  • fix Safari crashing due to unsupported use of regex negative lookbehind (2feb3b4)

v0.4.0

13 Jul 12:32
Compare
Choose a tag to compare

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

08 Jun 18:44
Compare
Choose a tag to compare

⚠ 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)