Skip to content

Commit ab49c21

Browse files
committed
Merge branch 'develop'
2 parents defffc7 + babfc5b commit ab49c21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+7335
-4028
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Website Improvement
2+
description: Suggest an improvement for the Datastar website.
3+
labels:
4+
- website
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
So you’d like to help improve the Datastar website? Great!
10+
11+
Please provide clear and concise suggestions for improvements to the website. This can include documentation, changes to existing content, or general usability enhancements.
12+
- type: textarea
13+
id: body
14+
attributes:
15+
label: Improvement Suggestion
16+
description: Please provide a clear and concise suggestion for an improvement to the site.
17+
validations:
18+
required: true

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
I confirm that I have read the [contribution guidelines](https://github.com/starfederation/datastar/blob/develop/CONTRIBUTING.md) and will include a clear explanation of the problem, solution, and alternatives for any proposed change in behavior.
2+
3+
## Problem Statement
4+
5+
## Proposed Solution
6+
7+
## Alternatives Considered

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Datastar Changelog
2+
3+
Each tagged version of Datastar is accompanied by a release note. Read the [release notes »](https://github.com/starfederation/datastar/releases)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- This is auto-generated by Datastar. DO NOT EDIT. -->
2-
[![Version](https://img.shields.io/badge/version-1.0.0–RC.5-orange)](https://github.com/starfederation/datastar/releases)
2+
[![Version](https://img.shields.io/badge/version-1.0.0–RC.7-orange)](https://github.com/starfederation/datastar/releases)
33
[![License](https://img.shields.io/github/license/starfederation/datastar)](https://github.com/starfederation/datastar/blob/main/LICENSE.md)
44
[![Stars](https://img.shields.io/github/stars/starfederation/datastar?style=flat)](https://github.com/starfederation/datastar/stargazers)
55

@@ -11,18 +11,18 @@
1111

1212
Datastar is a lightweight framework for building everything from simple sites to real-time collaborative web applications.
1313

14-
Getting started is as easy as adding a single 10.70 KiB script tag to your HTML.
14+
Getting started is as easy as adding a single 10.76 KiB script tag to your HTML.
1515

1616
```html
17-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
17+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-RC.7/bundles/datastar.js"></script>
1818
```
1919

2020
Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
2121

2222
```html
23-
<input data-bind-title />
23+
<input data-bind:title />
2424
<div data-text="$title.toUpperCase()"></div>
25-
<button data-on-click="@post('/endpoint')">Save</button>
25+
<button data-on:click="@post('/endpoint')">Save</button>
2626
```
2727

2828
Visit the [Datastar Website »](https://data-star.dev/)

bundles/datastar-aliased.js

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

bundles/datastar-aliased.js.map

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

bundles/datastar-core.js

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

bundles/datastar-core.js.map

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

bundles/datastar.js

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

bundles/datastar.js.map

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

0 commit comments

Comments
 (0)