Releases: putyourlightson/craft-sprig-core
Releases · putyourlightson/craft-sprig-core
3.5.3
3.5.2
2.12.4
2.12.3
2.12.2
3.5.1
2.12.1
3.5.0
Added
- Added the ability to assign an ID to a component by passing a string as the third argument to the
sprig()
function.
Changed
- Updated htmx to version 2.0.2 (changelog).
Fixed
- Fixed the positioning of the JavaScript output by the
sprig.triggerRefreshOnLoad
function.
Deprecated
- Deprecated
sprig.getIsBoosted
,sprig.getIsError
,sprig.getIsHistoryRestoreRequest
,sprig.getIsInclude
,sprig.getIsRequest
,sprig.getIsSuccess
. Usesprig.isBoosted
,sprig.isError
,sprig.isHistoryRestoreRequest
,sprig.isInclude
,sprig.isRequest
,sprig.isSuccess
instead.
2.12.0
Added
- Added the ability to assign an ID to a component by passing a string as the third argument to the
sprig()
function.
Changed
- Updated htmx to version 2.0.2 (changelog).
Fixed
- Fixed the positioning of the JavaScript output by the
sprig.triggerRefreshOnLoad
function.
Deprecated
- Deprecated
sprig.getIsBoosted
,sprig.getIsError
,sprig.getIsHistoryRestoreRequest
,sprig.getIsInclude
,sprig.getIsRequest
,sprig.getIsSuccess
. Usesprig.isBoosted
,sprig.isError
,sprig.isHistoryRestoreRequest
,sprig.isInclude
,sprig.isRequest
,sprig.isSuccess
instead.
3.4.1
Fixed
- Fixed a bug that was breaking the
Sprig
variable in the browser console withdevMode
enabled.