You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEW: Allow a single stream update to target multiple elements using CSS query selectors with <turbo-stream action="append" targets=".allWithClass">. [#113]
NEW: Allow elements to avoid the snapshot cache when tagged with data-turbo-cache="false" (no more manually removing flash elements!). [#238]
NEW: Activate script tags loaded inside of turbo frames. [#192]
FIXED: Don't remove children without an explicit ID when appending or prepending. [#285]
FIXED: Restore scroll position when using the browser's back button. [#295]