v0.3.7 #26
maddalax
announced in
Announcements
v0.3.7
#26
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixed bug with
HxOnMutationError
not firingAdded support for returning 'nil' in page or partials. This allows you to write your own response (such as redirecting), without having to return a page or partial, just return nil
Usage:
Updated htmx to swap content if the http status code is 400 or 422. It normally does not do this by default but it is important to show error messages in the case of 400's. Generally 400's are from our own code, so we should be to control what gets swapped in and show proper error messages.
Added
h.EmptyPage()
to return a blank pageThis discussion was created from the release v0.3.7.
Beta Was this translation helpful? Give feedback.
All reactions