Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 948 Bytes

Release Notes for Datastar

0.20.0 - Unreleased

Warning

This update contains breaking changes to attributes and SSE events.

Added

  • Added SDKs for Go, PHP, .NET and TypeScript.
  • Added the data-persist attribute.
  • Added the data-replace-url attribute.

Changed

  • Changed ~(ref) syntax to #(ref)
  • Changed the $$ prefix to $ for action plugins.
  • Changed the data-header syntax to accept an object of key-value pairs.
  • Renamed the datastar-delete event to datastar-remove.
  • Renamed the upsert_attributes merge mode to upsertAttributes in the fragment event.
  • Renamed the settle option to settleDuration in the fragment event and changed the default value to 300.
  • Renamed the vt option to useViewTransition in the fragment event and changed the default value to false.

Removed

  • Removed the local and session modifiers from data-store. Use the data-persist attribute instead.