Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.15 KB

File metadata and controls

74 lines (45 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.0 - 2026-07-08

Changed

  • Added support for view_component ~> 4.0

0.6.0 - 2026-06-12

Changed

  • Added support for Rails ~> 8.1

0.5.0 - 2026-05-13

Fixed

  • Fix double rendering of the Turnstile widget when used with Turbo (#28)
  • Allow more than one Turnstile widget to be rendered on the same page (#30)

0.4.0 - 2024-06-10

Changed

  • Support for Ruby 2.7, 3.0, and 3.1 has been dropped. The minimum supported Ruby version is now 3.2. (#15)

Fixed

  • Update GitHub Actions workflows to use latest upload/download artifact actions (#15)
  • Removed unnecessary require statements which break Rails 7.1+ (#14)

0.3.1 - 2023-11-13

Added

  • Add importmap-rails as a gem dependency (#12)

0.3.0 - 2023-07-18

Added

  • Allow the component to be more customisable (#6, #8)
  • Add documentation around testing (#7)

0.2.0 - 2023-07-17

Changed

  • Relax Ruby requirements down to version 2.7 (#4)

0.1.1 - 2023-07-10

Fixed

  • Updated CI to build gem on tag (#3)

0.1.0 - 2023-07-10

  • Initial release