Skip to content

Commit

Permalink
Fix s-action being inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 19, 2025
1 parent cd7017e commit 5a31213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'PHPStan'
run: composer phpstan
- name: 'Coding Standards'
run: composer fix-cs
run: composer check-cs
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Sprig

## 3.5.2 - 2025-01-19

### Fixed

- Fixed a bug in which `s-action` attributes were being inherited by descendent elements ([#408](https://github.com/putyourlightson/craft-sprig/issues/408)).

## 3.5.1 - 2024-10-23

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "putyourlightson/craft-sprig",
"description": "A reactive Twig component framework for Craft.",
"version": "3.5.1",
"version": "3.5.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.5.2"
"putyourlightson/craft-sprig-core": "^3.5.3"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 5a31213

Please sign in to comment.