Releases: StackExchange/Stacks-Editor
Releases · StackExchange/Stacks-Editor
v0.4.2
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
v0.4.0
v0.3.0
⚠ BREAKING CHANGES
- dependencies: bumps highlight.js peerDependency to breaking 11.0.x