Releases: hotwired/hotwire-native-bridge
Releases · hotwired/hotwire-native-bridge
v1.2.2
v1.2.1
v1.2.0
What's Changed
- Use HotwireNative window object by @olivaresf in #7
New Contributors
- @olivaresf made their first contribution in #7
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Only load
BridgeComponentcontrollers if the Hotwire Native user agent supports the component by @jayohms in #5 - Update dependencies by @jayohms in #6
Notable behavior changes
A BridgeComponent controller would previously load on all Hotwire Native clients, regardless if the client supported a particular BridgeComponent through its User-Agent. This version changes the behavior so that controllers only load on clients that explicitly support a BridgeComponent. This prevents unintended side effects of loading controllers on older clients that don't support a BridgeComponent yet. See details: #6
New Contributors
Full Changelog: v1.0.0...v1.1.0