File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for Datastar
2
2
3
+ ## 1.0.0-RC.5 - 2025-08-09
4
+
5
+ - Added the ` Sse::shouldCloseSession() ` method that determines whether the session should be closed when the event stream begins.
6
+ - Removed the ` StreamedResponse ` class. The ` craft\web\Response ` class is now used instead.
7
+
3
8
## 1.0.0-RC.4 - 2025-08-06
4
9
5
10
- The plugin now includes Datastar [ 1.0.0-RC.4] ( https://github.com/starfederation/datastar/releases/tag/v1.0.0-RC.4 ) .
6
- - Add fluent method chaining to the ` Sse ` service.
7
11
- The session is now closed by default when the ` getEventStream() ` method is called, to prevent session locking.
12
+ - Added fluent method chaining to the ` Sse ` service.
8
13
- Replaced the ` DatastarEventStream ` trait with the ` SseTrait ` trait.
9
14
10
15
## 1.0.0-RC.3 - 2025-07-31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " putyourlightson/craft-datastar" ,
3
3
"description" : " A reactive hypermedia framework for Craft." ,
4
- "version" : " 1.0.0-RC.4 " ,
4
+ "version" : " 1.0.0-RC.5 " ,
5
5
"type" : " craft-plugin" ,
6
6
"license" : " mit" ,
7
7
"require" : {
8
8
"php" : " ^8.2" ,
9
9
"craftcms/cms" : " ^5.4" ,
10
- "putyourlightson/craft-datastar-module" : " ^1.0.0-RC.5 "
10
+ "putyourlightson/craft-datastar-module" : " ^1.0.0-RC.6 "
11
11
},
12
12
"require-dev" : {
13
13
"craftcms/ecs" : " dev-main" ,
You can’t perform that action at this time.
0 commit comments