Skip to content

Releases: StackExchange/Stacks-Editor

v0.8.8

26 Sep 10:42
Compare
Choose a tag to compare

Features

  • image-upload: add option to show a warning in the upload panel (#251) (220f5e7)
  • image-upload: dispatch event for intercepting image upload flow (#249) (a0d83c9)

Bug Fixes

  • a11y: add menuitem role to dropdown items (f00095e)
  • a11y: remove illegal (and superfluous) aria role from the image uploader browse label (#246) (d388a13)

v0.8.7

12 Apr 15:25
Compare
Choose a tag to compare

Bug Fixes

  • a11y: accessible mode switcher (#244) (e77f4af)
  • commands: update commonmark to select link instead of text (608562a)

Full Changelog: v0.8.6...v0.8.7

v0.8.6

16 Mar 09:53
Compare
Choose a tag to compare

Bug Fixes

  • commands: update commonmark link insert to use the current origin instead of hardcoded url (151c4a8)
  • commonmark: allow shift-enter command (#241) (0e9d659)

v0.8.5

09 Feb 10:14
Compare
Choose a tag to compare

Features

  • menu: place code block and inline code menu buttons side by side (#237) (e526265)

v0.8.4

11 Jan 09:36
Compare
Choose a tag to compare

Features

  • bindings: add Cmd/Ctrl+Shift+Z hot key for history redo (#227) (e5ac816), closes #187

v0.8.3

12 Dec 10:59
Compare
Choose a tag to compare

Features

  • code-paste-handler: remove support for auto-fencing pasted code in markdown mode (008d0f3), closes #230

v0.8.2

20 Oct 18:11
Compare
Choose a tag to compare

Features

  • tag-link: add TagLinkOptions.disableMetaTags option (eec8fef), closes #226

Bug Fixes

  • menu: ensure consistent y padding for all dropdown menus (150363e)

v0.8.1

28 Sep 17:37
Compare
Choose a tag to compare

Features

  • a11y: add aria-multiline and role attributes to contenteditable element (a363120)
  • options: add new elementAttributes option for setting arbitrary attributes onto the target (8220dd6)

Bug Fixes

  • commands: be more context aware when inserting a horizontal rule to avoid creating a heading (a15551b), closes #192

v0.8.0

14 Sep 18:42
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • preview: changed type of CommonmarkOptions.preview.renderer from a MarkdownIt instance to
    an arbitrary rendering function; removed default preview renderer in favor of always requiring a
    renderer method when enabled

Features

  • preview: update markdown preview renderer to support an arbitrary renderer callback (13bc4df)

Bug Fixes

  • interface-manager: partial fix for race condition causing multiple buildInterface calls (1353dab)
  • link-editor: fix link-editor dispatching on blur when not shown (8785030)
  • stacks-editor: fix mode toggle when preview is disabled and shownByDefault is enabled (149f67f)

v0.7.1

30 Aug 19:05
Compare
Choose a tag to compare

Features

  • commonmark-editor: add "more formatting" menu dropdown to match that in the rich-text editor (e20b8f2)
  • menu: show undo/redo buttons on devices that need a virtual keyboard (15360bb), closes #210
  • preview: add additional mode toggle when commonmarkOptions.preview is enabled (#217) (e664128), closes #150
  • reference-link: add reference link syntax support for images (d6efe2b), closes #188
  • rich-text-editor: add code_block (un)indent (shift-)tab shortcuts (#137) (d3e7624), closes #50
  • rich-text-editor: add rich-text tagLink, sub, sup, kbd, and spoiler entries/shortcuts (#158) (4936bbe), closes #51

Bug Fixes

  • html: fix newlines in-between html attributes breaking tag markup parsing (6634898), closes #208
  • markdown-serializer: ease up on over stringent escaping in link urls (33527f6), closes #218
  • menu: change to not mess with a block's classes if the visibility function is missing entirely (6c62c04)
  • menu: fix undo/redo buttons not working, along with ensuring that the state is properly updated (bb686fb), closes #172 #214