Skip to content

Commit 01e450d

Browse files
committed
Include Datastar 1.0.0-RC.6
1 parent 40a2f34 commit 01e450d

File tree

11 files changed

+35
-35
lines changed

11 files changed

+35
-35
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MyPlugin extends Plugin
3737
Then use the Datastar function and tags as normal in your control panel templates.
3838

3939
```twig
40-
<button data-on-click="{{ datastar.get('_datastar/search') }}">Search</button>
40+
<button data-on:click="{{ datastar.get('_datastar/search') }}">Search</button>
4141
```
4242

4343
Datastar plugin issues should be reported to https://github.com/putyourlightson/craft-datastar/issues

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "putyourlightson/craft-datastar-module",
33
"description": "A template-driven, reactive hypermedia framework for Craft.",
4-
"version": "1.0.0-RC.11",
4+
"version": "1.0.0-RC.12",
55
"type": "yii-module",
66
"license": "mit",
77
"require": {

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.5';
10+
public const VERSION = '1.0.0-RC.6';
1111

1212
/**
1313
* @inheritdoc

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

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

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

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

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

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

src/resources/lib/datastar/1.0.0-RC.5/datastar.js.map.json

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

src/resources/lib/datastar/1.0.0-RC.6/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.6/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.6/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)