Skip to content

Commit ac66b29

Browse files
committed
1.0.0-RC.7
1 parent 6a464c3 commit ac66b29

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for Datastar
22

3+
## 1.0.0-RC.7 - 2025-08-19
4+
5+
- The package now includes Datastar [1.0.0-RC.5](https://github.com/starfederation/datastar/releases/tag/v1.0.0-RC.5).
6+
- Improved error handling.
7+
- Fixed a bug in which options were being double JSON encoded.
8+
39
## 1.0.0-RC.6 - 2025-08-10
410

511
- It’s now possible to pass options in as string, for cases when JSON encoding is not desirable.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "putyourlightson/craft-datastar",
33
"description": "A reactive hypermedia framework for Craft.",
4-
"version": "1.0.0-RC.6",
4+
"version": "1.0.0-RC.7",
55
"type": "craft-plugin",
66
"license": "mit",
77
"require": {
88
"php": "^8.2",
99
"craftcms/cms": "^5.4",
10-
"putyourlightson/craft-datastar-module": "^1.0.0-RC.7"
10+
"putyourlightson/craft-datastar-module": "^1.0.0-RC.8"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)