Skip to content

Releases: hotwired/hotwire-native-bridge

v1.2.2

21 Aug 15:40

Choose a tag to compare

What's Changed

  • Listen to the native:restore event from the native libraries to trigger a manual connect() callback by @jayohms in #9

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

v1.2.1

04 Apr 19:37

Choose a tag to compare

What's Changed

  • Add better legacy support for alpha Strada clients by @jayohms in #8

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

v1.2.0

01 Apr 15:33

Choose a tag to compare

What's Changed

New Contributors

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

v1.1.0

12 Mar 19:22

Choose a tag to compare

What's Changed

  • Only load BridgeComponent controllers 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

v1.0.0

25 Sep 01:38

Choose a tag to compare