Skip to content

v0.2.8

Choose a tag to compare

@joemasilotti joemasilotti released this 16 Mar 17:37
· 268 commits to main since this release

Fixed

  • import "ruby_native/bridge" now resolves correctly for importmap-rails apps. Previously, the barrel import was pinned as ruby_native/bridge/index which required users to manually add the pin. The gem's importmap config now explicitly pins ruby_native/bridge to the index file.
  • Install generator now prints Advanced Mode setup instructions (pinning @hotwired/hotwire-native-bridge and adding the import) so users aren't left guessing.