You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relaxed the jwt dependency to >= 2.0, < 4 so apps on jwt 3 (for example, anything using Intercom's JWT helper) can install the gem. The previous ~> 2.0 pin forced a resolution conflict. The Apple IAP webhook decoder now passes algorithms: ["ES256"], which behaves identically on jwt 2 and 3.
Fixed
The native tab bar no longer resets to the first tab during SPA navigation. Inertia and Turbo briefly drop the data-native-tabs element on each page change; the iOS Normal Mode runtime now debounces the signal to ignore the transient drop.
The floating action button (native_fab_tag) now follows the visible tab. In tab-based apps it could vanish when you returned to its tab and then stick on every tab after a pull-to-refresh, in both Advanced and Normal Mode.
The Advanced Mode navbar submit button keeps its enabled state after a form submit in another tab. A background tab reloading could repoint the navbar.submit_button disabled toggle and leave the visible form's button stuck.