Skip to content

Releases: StackExchange/Stacks-Editor

v0.10.6

24 Apr 10:19
Compare
Choose a tag to compare

What's Changed

  • feat(image-upload): add accepted file types option #304
  • fix(image-upload): make color contrast of content policy and branding help text accessible f57efd3

Dependency updates

  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 #303
  • build(deps-dev): bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 #306
  • build(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 #308
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.7.0 #309
  • build(deps-dev): bump css-loader from 6.10.0 to 7.1.1 #307
  • build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.2.0 #300

Full Changelog: v0.10.5...v0.10.6

v0.10.5

28 Mar 08:58
Compare
Choose a tag to compare

What's Changed

  • feat(list): enhance rich text list editing experience #298
  • fix(link-preview): ensure spinner is not shown indefinetely when no preview results are available #289

Dependency updates

  • build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #295
  • build(deps-dev): bump cssnano from 6.0.5 to 6.1.1 by @dependabot in #296
  • build(deps-dev): bump @commitlint/config-conventional from 18.6.2 to 19.1.0 by @dependabot in #297
  • build(deps): bump prosemirror-view from 1.33.1 to 1.33.3 by @dependabot in #294

Full Changelog: v0.10.4...v0.10.5

v0.10.4

21 Mar 20:15
Compare
Choose a tag to compare

What's Changed

This release includes dependency updates and some other under-the-hood improvements.

Dependency updates

  • bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.3.1 #290
  • bump @typescript-eslint/parser from 7.1.0 to 7.3.1 #291
  • bump @playwright/test from 1.41.2 to 1.42.1 #284
  • bump typescript from 5.3.3 to 5.4.2 #283
  • bump @StackExchange/stacks from 2.2.0 to 2.3.0 #293
    Note: This dependency update includes updates to support the new button group design for the markdown toggle.

Full Changelog: v0.10.3...v0.10.4

v0.10.3

06 Mar 18:23
Compare
Choose a tag to compare

What's Changed

Dependencies

  • build(deps-dev): bump cssnano from 6.0.4 to 6.0.5 by @dependabot in #278
  • build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #277
  • build(deps-dev): bump mini-css-extract-plugin from 2.8.0 to 2.8.1 by @dependabot in #279
  • build(deps-dev): bump postcss-loader from 8.1.0 to 8.1.1 by @dependabot in #281
  • build(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.1.0 by @dependabot in #282
  • build(deps-dev): bump @commitlint/cli from 18.6.1 to 19.0.3 by @dependabot in #280

Full Changelog: v0.10.2...v0.10.3

v0.10.2

23 Feb 13:00
Compare
Choose a tag to compare

What's Changed

  • fix(peer-deps): relax the peer dependency on @stackoverflow/stacks to include minor releases (package.json)

Full Changelog: v0.10.1...v0.10.2

v0.10.1

21 Feb 19:55
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump @stackoverflow/stacks-icons from 6.0.0 to 6.0.1 e16f451

Full Changelog: v0.10.0...v0.10.1

v0.10.0

07 Feb 17:38
Compare
Choose a tag to compare

What's Changed

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)
    • Note: This change includes an update of the @stackoverflow/stacks dependency from v2.0.8 to v2.1.0 and now declares it as a peer dependency

Full Changelog: v0.9.1...v0.10.0

v0.9.1

01 Nov 15:55
Compare
Choose a tag to compare

Bug Fixes

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

Full Changelog: v0.9.0...v0.9.1

v0.9.0

06 Oct 21:39
Compare
Choose a tag to compare

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

What's Changed

  • Upgrade to Stacks v2 #256

Full Changelog: v0.8.9...v0.9.0

v0.8.9

26 Sep 10:47
Compare
Choose a tag to compare

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)