Skip to content

Commit 49c1a87

Browse files
chore: release v2.8.2 (#769)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec7f81c commit 49c1a87

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## [v2.8.2](https://github.com/ArtalkJS/Artalk/compare/v2.8.1...v2.8.2) (2024-02-05)
3+
4+
### Bug Fixes
5+
6+
* **api/comments:** `ua` field is optional and not required ([#767](https://github.com/ArtalkJS/Artalk/issues/767))
7+
* **style:** replace style `break-all` with `break-word` in content el ([#644](https://github.com/ArtalkJS/Artalk/issues/644))
8+
9+
### Performance Improvements
10+
11+
* **ui/editor:** optimize editor styles for narrow-width screens
12+
* **ui/editor:** modify editor plug-in text buttons to icons for brevity
13+
* **ui/editor:** place `Cancel Reply` at the bottom of editor area ([#644](https://github.com/ArtalkJS/Artalk/issues/644))
14+
* **ui/lite:** disable ArtalkLite `preview` config option by default
15+
16+
217
## [v2.8.1](https://github.com/ArtalkJS/Artalk/compare/v2.8.0...v2.8.1) (2024-02-04)
318

419
### Features

docs/docs/code/ArtalkVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "2.8.1"
2+
"latest": "2.8.2"
33
}

ui/artalk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artalk",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "A self-hosted comment system",
55
"keywords": [
66
"comment-system",

0 commit comments

Comments
 (0)