Releases: hydrostack/hydro
Releases · hydrostack/hydro
0.6.0
- Introduce internal operation-id which allows to chain the connected requests and treat them as one operation in the UI
- Introduce
hydro-link
attribute which will replace hydro-boost
0.5.2
- Put
hydro-request
css class also on elements only dispatching events
0.5.1
- Disable submit button when calling hydro action from form element
0.5.0
- Add a custom event
UnhandledHydroError
triggered in case of unhandled exceptions in a Hydro component
0.4.0
- Add component authorization support
- Add support for dispatching hydro events from client side without additional road trip to the backend
0.3.3
- Fix type conversion from action params
- Fix serialization of tuples
0.3.2
- [fix] Make sure the triggering element exists in document before making requests from it
0.3.1
- Support other trigger events for
hydro-bind
- Support debouncing in
hydro-bind
- Support empty event subscriptions
0.3.0
- Support navigation with payload
- Fix morphing of input elements, when their value has changed on the back-end
0.2.1
- Prevent adding x-data attribute on hydro actions that already live in the Alpine context.