New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stackoverflow/stacks-editor

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackoverflow/stacks-editor - npm Package Versions

134

0.10.0

Diff
dancormier
published 0.10.0 •

Changelog

Source

0.10.0 (2024-02-07)

Bug Fixes

  • autoformatting: prevent autoformatting when the first underscore is preceded by a non-whitespace character (#262) (5e45ac2)
  • controls: improve focus style to meet WCAG 2.2 AA (#267) (7cbaf5e)
  • deps: upgrade @stackoverflow/stacks to v2.0.8 (a19a8a3)
  • deps: upgrade markdown-it to v13.0.2 (e047893)
  • deps: upgrade prosemirror libs to latest minor releases (869c83d)
  • deps: upgrade prosemirror libs to latest patches (a2eeedf)
dancormier
published 0.9.1 •

Changelog

Source

0.9.1 (2023-11-01)

Bug Fixes

  • a11y: improve btns high contrast mode (#259) (f883361)
  • a11y: use disabled attribute instead of .is-disabled (#260) (afda06c)
dancormier
published 0.9.0 •

Changelog

Source

0.9.0 (2023-10-06)

⚠ BREAKING CHANGES

  • dependencies: This version of Stacks-Editor is updated to work with Stacks v2 and Stacks-Icons v6.0. Please update those dependencies if included in your projects before upgrading to Stacks-Editor v0.9.0.
dancormier
published 0.9.0-rc.2 •
dancormier
published 0.8.9 •

Changelog

Source

0.8.9 (2023-09-22)

Bug Fixes

  • a11y: add menuitem role to menu buttons (#252) (25ac29b)
  • a11y: make dropdown menuitems children of menu (#255) (2409a56)
  • a11y: prevent refocus of textarea on keyboard navigation (#254) (c86457e)
dancormier
published 0.9.0-rc.1 •
dancormier
published 0.9.0-rc.0 •
giamir
published 0.8.8 •

Changelog

Source

0.8.8 (2023-06-29)

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)
dancormier
published 0.8.7 •

Changelog

Source

0.8.7 (2023-04-12)

Bug Fixes

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

Changelog

Source

0.8.6 (2023-03-16)

Bug Fixes

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