Skip to content

Commit 0f9ff86

Browse files
committed
chore(release): bump version to 3.0.4 and update changelog
1 parent d65366c commit 0f9ff86

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
66

7+
## [3.0.4] - 2026-03-10
8+
9+
### Fixed
10+
11+
- Removed border radius from output and target previews to keep full target visibility.
12+
- Added a minimum mobile editor height to prevent the code editor from collapsing to a single line.
13+
- Improved touch interaction for slide/compare mode so the divider can be dragged smoothly on touch devices.
14+
- Kept tool links in the mobile header between brand and theme switch with compact icon-only layout.
15+
- Corrected Discord release webhook variable handling in CI.
16+
717
## [3.0.3] - 2026-03-10
818

919
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cssbattle-previewer",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"description": "Modern CSSBattle previewer",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)