From a1676ca8e671e49029d4824f059e3be9f21247e1 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Wed, 11 Dec 2024 16:48:14 -0600 Subject: [PATCH] 1.0.0-beta.1 --- CHANGELOG.md | 4 ++-- README.md | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e3e8f..3b42faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Release Notes for Datastar -## 1.0.0-beta.1 - Unreleased +## 1.0.0-beta.1 - 2024-12-11 -- Require Datastar 0.21.3. +- Require Datastar 0.21.2. ## 1.0.0-alpha.3 - 2024-11-26 diff --git a/README.md b/README.md index 5d80a58..0c648f1 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ # Datastar Plugin for Craft CMS -### A reactive template-driven hypermedia framework for Craft CMS. +### A template-driven, reactive hypermedia framework for Craft CMS. -**This plugin is in beta and its API may change.** +> {warning} +> **This plugin is in beta and its API may change.** -This plugin integrates [Datastar](https://data-star.dev/) with [Craft CMS](https://craftcms.com/), allowing you to create reactive frontends driven by Twig templates. It aims to replace the need for front-end frameworks such as React, Vue.js and Alpine.js + htmx, and instead lets you manage state and run logic within your Twig templates. +This plugin integrates the [Datastar hypermedia framework](https://data-star.dev/) with [Craft CMS](https://craftcms.com/), allowing you to create reactive front-ends driven by Twig templates. It aims to replace the need for front-end frameworks such as React, Vue.js and Alpine.js + htmx, and instead lets you manage state and use logic within your Twig templates. -With Datastar, you have the ability to define state and manipulate the DOM in real-time on the front-end, while modify the DOM with templates rendered on the back-end. Use-cases: +Use-cases: - Live searching elements - Loading more elements / Infinite scroll @@ -19,8 +20,6 @@ With Datastar, you have the ability to define state and manipulate the DOM in re - Submitting forms and running actions - Pretty much anything to do with reactive front-ends -Datastar is lightweight, performant and strongly opinionated about embracing hypermedia and removing front-end complexity. - ## Documentation Learn more and read the documentation at [putyourlightson.com/plugins/datastar ยป](https://putyourlightson.com/plugins/datastar)