Releases: StackExchange/Stacks-Editor
v0.10.7
What's Changed
-
feat: Invert button group icons for better contrast by @abovedave in #352
-
build(deps-dev): bump eslint-plugin-jest from 28.2.0 to 28.3.0 by @dependabot in #311
-
build(deps-dev): bump @commitlint/config-conventional from 19.1.0 to 19.2.2 by @dependabot in #312
-
build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #313
-
build(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 by @dependabot in #315
-
Tweak webpack css-loader config to fix build errors by @b-kelly in #316
-
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.8.0 by @dependabot in #317
-
build(deps-dev): bump @stackoverflow/stacks from 2.3.2 to 2.5.1 by @dependabot in #318
-
build(deps-dev): bump @playwright/test from 1.42.1 to 1.44.0 by @dependabot in #319
-
build(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.8.0 by @dependabot in #320
-
build(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.0 by @dependabot in #321
-
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #322
-
build(deps-dev): bump cssnano from 6.1.2 to 7.0.1 by @dependabot in #314
-
build(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.10.0 by @dependabot in #324
-
build(deps): bump prosemirror-utils from 1.2.1-0 to 1.2.2 by @dependabot in #325
-
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in #326
-
build(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.5.0 by @dependabot in #328
-
build(deps-dev): bump css-loader from 7.1.1 to 7.1.2 by @dependabot in #327
-
build(deps-dev): bump ts-jest from 29.1.2 to 29.1.4 by @dependabot in #329
-
build(deps-dev): bump @playwright/test from 1.44.0 to 1.44.1 by @dependabot in #331
-
build(deps): bump @lezer/markdown from 1.2.0 to 1.3.0 by @dependabot in #330
-
build(deps-dev): bump @stackoverflow/stacks from 2.5.1 to 2.5.3 by @dependabot in #332
-
build(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 by @dependabot in #333
-
build(deps): bump prosemirror-schema-list from 1.3.0 to 1.4.0 by @dependabot in #336
-
build(deps-dev): bump webpack from 5.91.0 to 5.92.0 by @dependabot in #338
New Contributors
- @abovedave made their first contribution in #352
Full Changelog: v0.10.6...v0.10.7
v0.10.6
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
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
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
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
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
What's Changed
Full Changelog: v0.10.0...v0.10.1
v0.10.0
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 fromv2.0.8
tov2.1.0
and now declares it as a peer dependency
- Note: This change includes an update of the
Full Changelog: v0.9.1...v0.10.0
v0.9.1
v0.9.0
⚠ 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