All Versions
11
Latest Version
Avg Release Cycle
102 days
Latest Release
1867 days ago

Changelog History
Page 1

  • v5.3.0 Changes

    March 11, 2019
    • Ported Turbolinks to TypeScript [#445]
    • 🛠 Fixed an issue with navigation when Turbolinks is loaded by a <script async> tag [#453]
    • 🔄 Changed the HTTP client to treat responses with non-HTML Content-Type headers as errors [#454]
    • 👌 Improved compatibility with webcomponents.js [#337, #431]
  • v5.3.0-beta.1 Changes

    March 11, 2019
    • Ported Turbolinks to TypeScript [#445]
    • 🛠 Fixed an issue with navigation when Turbolinks is loaded by a <script async> tag [#453]
    • 🔄 Changed the HTTP client to treat responses with non-HTML Content-Type headers as errors [#454]
    • 👌 Improved compatibility with webcomponents.js [#337, #431]
  • v5.2.0 Changes

    August 20, 2018
    • Introduces deferred snapshot caching to improve navigation performance and allow Stimulus disconnect() callbacks to prepare the page to be cached (#390)
    • ✅ Modernizes the test suite (#404)
    • 🛠 Fixes missing event.data.newBody on turbolinks:before-render events when rendering error pages (#406)
    • ➕ Adds a CHANGELOG.md file which points to the GitHub Releases index
    • 📚 Corrects several errors in documentation examples
    • ⚡️ Updates RubyGems installation instructions
  • v5.2.0.beta1 Changes

    July 27, 2018

    🚀 See v5.2.0

  • v5.1.1 Changes

    January 09, 2018
    • 🛠 Fix npm package (#352)
  • v5.1.0 Changes

    January 08, 2018
    • ➕ Add Turbolinks.setProgressBarDelay API (#347)
    • ➕ Add <meta> tag for opting in to full page reloads (#349)
    • ➕ Add support for scrolling to named anchors (#348)
    • ➕ Add warning when loading Turbolinks from a <script> inside <body> (#343)
    • ✂ Remove autofocus when displaying preview snapshots (#290)
    • 👌 Improve handling of URLs with extensions and fragment identifiers (#270)
    • Enforce load order of new <script>s when navigating (#282)
    • 🛠 Fix cancellable events in IE 11 (#233)
  • v5.0.3 Changes

    May 04, 2017
    • 🛠 Fix error in browsers that don't implement Function.prototype.bind() (#284)
  • v5.0.2 Changes

    May 03, 2017
    • 🚀 Reverts the async changes from #274 in v5.0.1. Will revisit in a future v5.1.0 release. (#280)
  • v5.0.1 Changes

    May 03, 2017
    • 🛠 Fix error in browsers that don't support addEventListener (#174)
    • Prevent visiting <a download="…"> links (#236)
    • 👌 Improve internal scroll handler performance (#271)
    • Ensure turbolinks:load is dispatched initially when Turbolinks is loaded in a <script src="…" async> (#274)
  • v5.0.0

    June 30, 2016