Skip to content

1.0.0-RC.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 15:56
· 7 commits to develop since this release
1.0.0-RC.1
2c4b8da
  • The plugin now requires Datastar 1.0.0-RC.1 or later, and Craft CMS 5.4.0 or later.
  • Added the patchsignals Twig tag.
  • Added the removeelements Twig tag.
  • Renamed the fragments Twig tag to patchelements.
  • Renamed the defaultFragmentOptions config setting to defaultElementOptions.
  • Removed the datastar.signals() and datastar.signalsFromClass() methods. Use the |json_encode filter instead.
  • Removed the SignalsModel class. The signals variable passed into Datastar templates is now a regular array. Use the patchsignals Twig tag to update and remove signals.