Releases: StackExchange/Stacks-Editor
v0.15.2
v0.15.1
Patch Changes
- #449
5587562
Thanks @alizaberger! - fix parsing of multiple snippets
v0.15.0
Minor Changes
- #447
8f0a781
Thanks @threefjefff! - Snippets - Adding in callback hooks for Fullscreen/Return
v0.14.0
Minor Changes
- #440
c9e49d0
Thanks @threefjefff! - Add extra controls to Snippet View (Edit, Show/Hide results, Expand/Shrink results)
Patch Changes
- #434
1497b2d
Thanks @dancormier! - Minor a11y and layout fixes for "Run code snippets" button
v0.13.0
Minor Changes
- #430
9c9f946
Thanks @alizaberger! - Adds show/hide functionality to Snippets
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
Minor Changes
-
#429
24319c8
Thanks @alexwarren! - add codeblock language picker -
#431
353995e
Thanks @threefjefff! - Add the ability to edit a Snippet in place (via callback)
v0.11.2
Patch Changes
- #424
15df704
Thanks @threefjefff! - Refactor inline styling to stacks css classes, adding positioning class
v0.11.1
v0.11.0
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
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
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
0.10.6 (2024-04-24)
Features
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
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)