- NEW: Make requests pausable to allow for per-request session tokens to be fetched. [#306]
- NEW: Make rendering pausable to allow for transition animations. [#290]
- NEW: Add reload function to the frame dom element. [#206]
- NEW: Include url in turbo:before-fetch-request event. [#289]
- NEW: Export PageSnapshot to allow for caching HTML strings. [#301]
- NEW: Export PageRenderer to allow for custom rendering pipelines. [#305]
- FIXED: Prevent reloading pages when tapping same-page anchors. [#298]
- FIXED: Ignore noscript tags inside head tag. [#297]
- FIXED: Make links with method work everywhere, not only inside turbo frames. [#299]