Skip to content

Releases: kirillplatonov/hotwire-livereload

v1.4.1

08 Sep 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

30 Apr 11:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

28 Mar 12:41
Compare
Choose a tag to compare

What's Changed

  • Allow options pass through for Listen.to call by @yoka in #58
  • Clear turbo cache before visiting to avoid unwanted snapshot restoration by @Intrepidd in #53

New Contributors

  • @yoka made their first contribution in #58

Full Changelog: v1.3.1...v1.3.2

v1.3.1

04 Jan 09:19
Compare
Choose a tag to compare

What's Changed

  • Refactor the way scroll is saved and restored to avoid premature restoration by @Intrepidd in #47

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Oct 08:08
Compare
Choose a tag to compare

What's Changed

  • Add support for jsbundling-rails and cssbundling-rails by @kirillplatonov in #37
  • Add nonce to javascipt tag to support strict content security policies by @murraybo in #42
  • Restore scroll position after reload ✨ by @mikker in #40
  • Depend on railties and not on rails gem by @deepj in #43

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

26 Dec 10:12
Compare
Choose a tag to compare

What's Changed

  • Fix NoMethodError on Ruby 3.2 by @nikz in #31

New Contributors

  • @nikz made their first contribution in #31

Full Changelog: v1.2.2...v1.2.3

v1.2.2

22 Aug 17:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

27 Jul 13:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Jun 06:53
Compare
Choose a tag to compare

What's Changed

  • Add option to use turbo-stream over existing turbo channel websocket by @tleish in #22
  • Fix bug for #22 when <turbo-stream action='remove'...> without template and creates a JS error by @tleish in #24
  • Fix redis not being uncommented if single quotes are used by @unikitty37 in #25

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Jan 13:09
Compare
Choose a tag to compare

What's Changed

  • Add option to disable default listeners by @jwald1 in #13

New Contributors

Full Changelog: v1.0.0...v1.1.0