Skip to content

Releases: hotwired/hotwire-native-ios

1.1.0

18 Dec 13:14
aa5da14
Compare
Choose a tag to compare

Breaking API Changes

Please note there are a couple minor breaking API changes:

  • All Hotwire configuration must now be done globally in the AppDelegate. See #55 for details.
  • Your app can now define a user-agent prefix (not the entire user agent) specific to your application. The library will take care of adding the other necessary user-agent info including the bridge component registration. See #56 for details.

What's Changed

  • Global configuration consolidation by @svara in #55
  • Breaking API change: applications can set a User-Agent prefix by @joemasilotti in #56
  • Fix bridge registration by @svara in #59
  • Fix double-visits after modal form submission redirects by @jayohms in #60
  • Additional modal presentation styles by @svara in #61
  • Disable link prefetching via the turbo js adapter to prevent double-visit requests by @jayohms in #62
  • Path config underscores by @joemasilotti in #63

New Contributors

Full Changelog: 1.0.1...1.1.0

How to Migrate

Read about all the details and how to migrate: https://masilotti.com/hotwire-native-1.1/

1.0.1

05 Dec 10:10
08bdabe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

25 Sep 06:57
9c7d6c2
Compare
Choose a tag to compare

What's Changed

First public release! 🎉

New Contributors

Full Changelog: https://github.com/hotwired/hotwire-native-ios/commits/1.0.0