Skip to content

Commit 050c44d

Browse files
committed
1.0.0-RC.13
1 parent 01e450d commit 050c44d

File tree

12 files changed

+49
-36
lines changed

12 files changed

+49
-36
lines changed

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-module",
33
"description": "A template-driven, reactive hypermedia framework for Craft.",
4-
"version": "1.0.0-RC.12",
4+
"version": "1.0.0-RC.13",
55
"type": "yii-module",
66
"license": "mit",
77
"require": {
88
"php": "^8.2",
99
"craftcms/cms": "^5.4",
10-
"starfederation/datastar-php": "^1.0.0-RC.3"
10+
"starfederation/datastar-php": "^1.0.0-RC.5"
1111
},
1212
"require-dev": {
1313
"craftcms/ecs": "dev-main",

src/assets/DatastarAssetBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class DatastarAssetBundle extends AssetBundle
99
{
10-
public const VERSION = '1.0.0-RC.6';
10+
public const VERSION = '1.0.0-RC.7';
1111

1212
/**
1313
* @inheritdoc

src/models/Settings.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class Settings extends Model
1414
*/
1515
public bool $registerScript = true;
1616

17+
/**
18+
* Whether the session should be closed when the event stream begins.
19+
* This is useful to allow other requests to be processed while the event stream is being sent.
20+
*/
21+
public bool $shouldCloseSession = false;
22+
1723
/**
1824
* The name of the signals variable that will be injected into Datastar templates.
1925
*/

src/resources/lib/datastar/1.0.0-RC.6/datastar-aliased.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/resources/lib/datastar/1.0.0-RC.6/datastar-aliased.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/resources/lib/datastar/1.0.0-RC.6/datastar.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/resources/lib/datastar/1.0.0-RC.6/datastar.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/resources/lib/datastar/1.0.0-RC.7/datastar-aliased.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/lib/datastar/1.0.0-RC.7/datastar-aliased.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/lib/datastar/1.0.0-RC.7/datastar.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)