Skip to content

Releases: StackExchange/Stacks-Editor

v0.15.2

25 Jun 15:15
eac67ed
Compare
Choose a tag to compare

Patch Changes

v0.15.1

30 May 13:10
273cd92
Compare
Choose a tag to compare

Patch Changes

v0.15.0

23 May 10:24
3a1f525
Compare
Choose a tag to compare

Minor Changes

v0.14.0

20 May 15:36
f6aef29
Compare
Choose a tag to compare

Minor Changes

  • #440 c9e49d0 Thanks @threefjefff! - Add extra controls to Snippet View (Edit, Show/Hide results, Expand/Shrink results)

Patch Changes

v0.13.0

01 May 15:14
4580d8d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #439 2096f93 Thanks @threefjefff! - Include Snippets Icon for local development. Minor copy change to Snippets menu item.

  • #437 48dc5be Thanks @threefjefff! - Fix the ability to move around Snippets (enter and exit with arrow keys) and swallows commands that are incompatible with snippets (e.g. creating horizontal rules)

  • #436 b8c8274 Thanks @alizaberger! - fix markdown preview toggle bug

  • #438 92c82d9 Thanks @threefjefff! - Actually register the Snippets open command (rather than just showing it in the tooltip)

v0.12.0

28 Apr 16:03
536b4cc
Compare
Choose a tag to compare

Minor Changes

v0.11.2

15 Apr 13:09
cc235f1
Compare
Choose a tag to compare

Patch Changes

v0.11.1

07 Apr 09:21
a1ce57e
Compare
Choose a tag to compare

Patch Changes

  • 575c48d Thanks @giamir! - add entry point for commonjs imports

  • 5521429 Thanks @giamir! - fix incorrect type reference for plugins exports

  • 82c202d Thanks @giamir! - map location of editor styles bundle to exports

v0.11.0

01 Apr 14:27
227b0d8
Compare
Choose a tag to compare

Minor Changes

  • #414 cea49b5 Thanks @threefjefff! - - Added Stack Snippets support
    • Moved around External Plugins for QoL improvements
    • Added a parameter to control image uploader file size limit
    • Moved to changeset version control
    • Removed extraneous code for code block processors

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.11 (2025-03-24)

Features

  • devx - add parser logging for each rule stage (#401) (3bea908)

Bug Fixes

  • link-editor: link editor glitchiness tweaks (#403) (218d4bc)
  • tooltips: tooltips always go below buttons (#399) (f44f8ed)

0.10.10 (2025-03-17)

Bug Fixes

  • code-blocks: add empty paragraph at end when using three backticks to create code block (#396) (a689fdc)
  • inline-code: disallow "inline code" when selection has linebreaks (#394) (d8f7ce6)
  • markdown: Fix code block selection off by one error (#393) (994162e)

0.10.9 (2025-03-07)

Bug Fixes

  • preview: Fix constant layout shift as preview rerenders (#389) (be56d39)

0.10.8 (2025-03-05)

Bug Fixes

  • code-blocks: preserve line breaks when toggling (#385) (cdfade9)
  • code-blocks: press Enter at start of first code block to create paragraph (#384) (94bac97)
  • code-blocks: remove buggy "exit code block" functionality (#383) (2ace7a9)
  • escape-char: resolve an issue where escape chars were not being preserved when switching between modes (#366) (8de12d2)

0.10.7 (2024-10-02)

Features

  • Invert button group icons for better contrast (#352) (5cea909)

0.10.6 (2024-04-24)

Features

  • image-upload: add accepted file types option (#304) (93bf622)

Bug Fixes

  • image-upload: ensure accept attribute of uploader is populated correctly (9edcb68)
  • image-upload: make color contrast of content policy and branding help text accessible (f57efd3)

0.10.5 (2024-03-28)

Features

  • list: enhance rich text list editing experience (#298) (998c820)

Bug Fixes

  • link-preview: ensure spinner is not shown indefinetely when no preview results are available (#289) (3ae036f)

0.10.4 (2024-03-21)

Dependencies

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

0.10.3 (2024-03-06)

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

0.10.2 (2024-02-23)

Dependencies

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

0.10.1 (2024-02-21)

Dependencies

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

v0.10.11

24 Mar 12:24
Compare
Choose a tag to compare

Bug Fixes

  • link-editor: link editor glitchiness tweaks (#403) (218d4bc)
  • tooltips: tooltips always go below buttons (#399) (f44f8ed)

Others

  • devx: add parser logging for each rule stage (#401) (3bea908)

Full Changelog: v0.10.10...v0.10.11