Skip to content

Commit b5c5133

Browse files
committed
1.0.0-RC.11
1 parent 7b4de9a commit b5c5133

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.0-RC.11 - 2026-01-04
4+
5+
- Reverted running callable functions before flushing content, which was resulting in duplicate patch events ([#25](https://github.com/putyourlightson/craft-datastar-module/issues/25)).
6+
37
## 1.0.0-RC.10 - 2025-12-20
48

59
- Added the `shouldCloseSession` config setting that determines whether the session should be closed when the event stream begins.

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.10",
4+
"version": "1.0.0-RC.11",
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.13"
10+
"putyourlightson/craft-datastar-module": "1.0.0-RC.14"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

0 commit comments

Comments
 (0)