diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d2dca95..da660da5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ +## [v2.8.2](https://github.com/ArtalkJS/Artalk/compare/v2.8.1...v2.8.2) (2024-02-05) + +### Bug Fixes + +* **api/comments:** `ua` field is optional and not required ([#767](https://github.com/ArtalkJS/Artalk/issues/767)) +* **style:** replace style `break-all` with `break-word` in content el ([#644](https://github.com/ArtalkJS/Artalk/issues/644)) + +### Performance Improvements + +* **ui/editor:** optimize editor styles for narrow-width screens +* **ui/editor:** modify editor plug-in text buttons to icons for brevity +* **ui/editor:** place `Cancel Reply` at the bottom of editor area ([#644](https://github.com/ArtalkJS/Artalk/issues/644)) +* **ui/lite:** disable ArtalkLite `preview` config option by default + + ## [v2.8.1](https://github.com/ArtalkJS/Artalk/compare/v2.8.0...v2.8.1) (2024-02-04) ### Features diff --git a/docs/docs/code/ArtalkVersion.json b/docs/docs/code/ArtalkVersion.json index 88b63eda0..cd9f9654d 100644 --- a/docs/docs/code/ArtalkVersion.json +++ b/docs/docs/code/ArtalkVersion.json @@ -1,3 +1,3 @@ { - "latest": "2.8.1" + "latest": "2.8.2" } diff --git a/ui/artalk/package.json b/ui/artalk/package.json index 4df611855..658d097d8 100644 --- a/ui/artalk/package.json +++ b/ui/artalk/package.json @@ -1,6 +1,6 @@ { "name": "artalk", - "version": "2.8.1", + "version": "2.8.2", "description": "A self-hosted comment system", "keywords": [ "comment-system",