Skip to content

Commit 7a202e3

Browse files
committed
Release 0.3.1
1 parent d0370c5 commit 7a202e3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.3.1](https://github.com/NoelDeMartin/solid-focus/releases/tag/v0.3.1) - 2025-06-08
8+
9+
### Added
10+
11+
- `schema:name` now falls back to using `schema:description` when missing.
12+
- Network status is now watched when going offline.
13+
- UI Tweaks.
14+
715
## [v0.3.0](https://github.com/NoelDeMartin/solid-focus/releases/tag/v0.3.0) - 2025-05-30
816

917
- App rebuilt from scratch using [Aerogel](https://aerogel.js.org/), check out the [Rebuilding Solid Focus with Aerogel](https://www.youtube.com/playlist?list=PLA3GcuMVHSbzxnR45Gzu2w7QuKs247tE5) video series and the [Making a Web Application Framework](https://noeldemartin.com/tasks/making-a-web-application-framework) development journal to learn more.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-focus",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"type": "module",
66
"repository": "github:noeldemartin/solid-focus",

0 commit comments

Comments
 (0)