Skip to content

Commit 267de38

Browse files
committed
merge: board into main
Bring Board mode features to main for test builds before stable release.
2 parents 483aca6 + babc5a3 commit 267de38

8 files changed

Lines changed: 1515 additions & 51 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.4.0-beta.1 (2026-04-15)
4+
5+
### Features
6+
- Added the Board (Solari) display mode with alignment controls, compact layout options, scrolling, and threshold-aware row rendering.
7+
- Added the True Wall board styling and a provisioned demo dashboard for easier testing.
8+
- Normalized digit widths per column in Board split mode so rows stay visually aligned even when values have different lengths.
9+
10+
### Maintenance
11+
- Merged the `main` dependency and CI workflow updates into `board` for testing on top of the latest base.
12+
13+
---
14+
315
## 2.3.1 (2026-04-15)
416

517
### Maintenance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splitflap",
3-
"version": "2.3.1",
3+
"version": "2.4.0-beta.1",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

0 commit comments

Comments
 (0)