3.0.0-beta.1
Pre-release
Pre-release
·
28 commits
to develop
since this release
{warning} Template caches and static page caches should be cleared after performing this update.
Added
- Added compatibility with Craft 5.0.0.
- Added the
sprig.isSuccessvariable. - Added the
sprig.isErrorvariable. - Added the
sprig.messagevariable. - Added the
sprig.modelIdvariable.
Changed
- Changed how the component configuration is encoded.
Removed
- Removed the
sprig.scriptvariable. - Removed the
s-onattribute.
Deprecated
- Deprecated the
successvariable. Usesprig.isSuccessorsprig.isErrorinstead. - Deprecated the
flashesvariable. Usesprig.messageorcraft.app.session.flash()instead. - Deprecated the
idvariable. Usesprig.modelIdinstead.