Skip to content

Commit b331db4

Browse files
committed
chore(release): bump version to 3.0.1 and update changelog
1 parent c444db1 commit b331db4

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on Keep a Changelog and this project follows Semantic Versioning.
5+
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
6+
7+
## [3.0.1] - 2026-03-10
8+
9+
### Added
10+
11+
- Added a GitHub Actions release workflow that uses git-cliff to publish GitHub Release Notes on tag push without uploading build artifacts.
12+
13+
### Fixed
14+
15+
- Kept the full diff overlay visible when Diff is enabled and no hover compare is active.
16+
- Preserved the existing hover and Shift split-compare behavior while the cursor is inside the preview.
17+
- Removed the 1px overlay shift by replacing border-based divider lines with pseudo-elements.
18+
- Restored divider visibility with explicit stacking order for overlay image and divider line.
619

720
## [3.0.0] - 2026-03-08
821

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.0",
4+
"version": "3.0.1",
55
"description": "Modern CSSBattle previewer",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)