handleForms
option has been replaced withformSelector
.
- Submit handling used to only work if the form had a
data-uri
. It will now fail over to the form action.
- Load promise should now always resolve or reject. used to go stale on invalid url and warn on request errors
- Text responses with a code of 200 have always been upgraded to a content action. This has been extended to any status code.