2.68.0
Added 2
- Expose RemoteFormEnhanceInstance and RemoteFormEnhanceCallback types
- Set value of submit fields when form is submitted
Fixed 5
- Skip native_navigation when __data.json returns 404 on a static fallback page
- Ignore third-party monkeypatches in pushState/replaceState warning detection
- Snapshot form fields on read
- Strip field prefix before erroring on duplicates
- Call reset function via prototype
Minor Changes
-
feat: expose
RemoteFormEnhanceInstanceandRemoteFormEnhanceCallbacktypes (#15816) -
feat: set value of
submitfields when form is submitted (#15979)
Patch Changes
-
fix: skip
native_navigationwhen__data.jsonreturns 404 on a static fallback page (#16135) -
fix: ignore third-party monkeypatches in
pushState/replaceStatewarning detection (#15267) -
fix: snapshot form fields on read (#16150)
-
fix: strip field prefix before erroring on duplicates (#16151)
-
fix: call reset function via prototype (#16138)
-
chore: fix navigation
typehover info (#16147)