Skip to content

v7.0.0-beta.8

Compare
Choose a tag to compare
@dhh dhh released this 30 Jun 23:23
· 494 commits to main since this release
  • 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]