2.11.0
Added
- Added the component configurations to a
Sprig
variable in the browser console whendevMode
is enabled. - Added the ability to pass any value into
s-method
, including theput
,patch
anddelete
verbs. - Added the
sprig.registerJs(js)
function.
Changed
- The
sprig.triggerRefresh(selector, variables)
function now prevents cyclical requests.