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/