diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8b820..0a001e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Release Notes for Sprig +## 3.0.2 - 2024-04-21 + +### Changed + +- Made it possible to pass a fully namespaced component class into the `sprig()` function ([#14](https://github.com/putyourlightson/craft-sprig-core/issues/14)). +- Updated htmx to version 1.9.12 ([changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#1912---2024-04-17)). + +### Fixed + +- Fixed a bug in which variables passed into a component were being converted to strings ([#369](https://github.com/putyourlightson/craft-sprig-core/issues/369)). + ## 3.0.1 - 2024-04-21 ### Fixed diff --git a/composer.json b/composer.json index 9718aaa..f635e20 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { "name": "putyourlightson/craft-sprig", "description": "A reactive Twig component framework for Craft.", - "version": "3.0.1", + "version": "3.0.2", "type": "craft-plugin", "license": "mit", "require": { "php": "^8.2", "craftcms/cms": "^5.0", "nystudio107/craft-code-editor": "^1.0", - "putyourlightson/craft-sprig-core": "^3.0.1" + "putyourlightson/craft-sprig-core": "^3.0.4" }, "require-dev": { "craftcms/ecs": "dev-main",