Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 749 Bytes

Release Notes for Sprig

3.0.1 - 2024-04-21

Fixed

  • Fixed a bug in which some sprig variables were incorrectly persisting across requests (#363).

3.0.0 - 2024-04-08

{warning} Template caches and static page caches should be cleared after performing this update.

Added

  • Added compatibility with Craft 5.

Changed

  • Changed how the component configuration is encoded.

Removed

  • Removed the sprig.script variable.
  • Removed the s-on attribute.
  • Removed the success variable. Use sprig.isSuccess or sprig.isError instead.
  • Removed the flashes variable. Use sprig.message instead.
  • Removed the id variable. Use sprig.modelId instead.