Skip to content

Tags: wire-elements/modal

Tags

3.0.4

Toggle 3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add #[Locked] attributes to prevent client-side property tampering (#549

)

This hardens the Modal component against Livewire hydration attacks
(CVE-2025-54068). While the vulnerability was fixed in Livewire 3.6.4,
adding #[Locked] to $activeComponent and $components provides
defense-in-depth by preventing any client-side manipulation of these
properties via the updates mechanism.

The test was updated to use proper server-side methods instead of
directly setting properties, which is exactly what #[Locked] prevents.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

2.0.14

Toggle 2.0.14's commit message

Verified

This commit was signed with the committer’s verified signature.
PhiloNL Philo Hermans
Add #[Locked] attributes to prevent client-side property tampering (#549

)

This hardens the Modal component against Livewire hydration attacks
(CVE-2025-54068). While the vulnerability was fixed in Livewire 3.6.4,
adding #[Locked] to $activeComponent and $components provides
defense-in-depth by preventing any client-side manipulation of these
properties via the updates mechanism.

The test was updated to use proper server-side methods instead of
directly setting properties, which is exactly what #[Locked] prevents.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Livewire v4 compatibility (#544)

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix overlay in Tailwind v4 (#523)

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
PhiloNL Philo Hermans
Tailwind v4

3.0.0-beta

Toggle 3.0.0-beta's commit message

Verified

This commit was signed with the committer’s verified signature.
PhiloNL Philo Hermans
Tailwind v4

2.0.13

Toggle 2.0.13's commit message

Verified

This commit was signed with the committer’s verified signature.
PhiloNL Philo Hermans
Bump 2.0.13

2.0.12

Toggle 2.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update modal.blade.php

2.0.11

Toggle 2.0.11's commit message

Verified

This commit was signed with the committer’s verified signature.
PhiloNL Philo Hermans
Bump 2.0.11

2.0.10

Toggle 2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix missing ")" on query selector (#432)