Releases: kirillplatonov/hotwire-livereload
Releases · kirillplatonov/hotwire-livereload
v2.0.0
What's Changed
- Dropped support for Rails < 7 by @kirillplatonov in e361c75
- Dropped Redis dependency by @kirillplatonov in #68
- Use separate ActionCable server to prevent disconnects by @kirillplatonov in #69
- Auto-inject livereload scripts by @kirillplatonov in #70
- Fix middleware position to support error pages by @kirillplatonov in 415c2d8
Upgrade Guide
- Remove
hotwire_livereload_tags
helper from application layout. It's no longer necessary as scripts are auto-injected in development (see #70).
Full Changelog: v1.4.1...v2.0.0
v1.4.1
What's Changed
- Patch websocket disconnects with idempotency by @LEstradioto in #62
New Contributors
- @LEstradioto made their first contribution in #62
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add debounce to server side listener by @mikker in #59
- Add ability to skip default listen paths by @kirillplatonov in #52
Full Changelog: v1.3.2...v1.4.0
v1.3.2
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
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Refactor the way scroll is saved and restored to avoid premature restoration by @Intrepidd in #47
New Contributors
- @Intrepidd made their first contribution in #47
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
- @murraybo made their first contribution in #42
- @mikker made their first contribution in #40
- @deepj made their first contribution in #43
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
What's Changed
- Detect puma development processes by @kirillplatonov in #29
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
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
- @tleish made their first contribution in #22
- @unikitty37 made their first contribution in #25
Full Changelog: v1.1.0...v1.2.0