Skip to content

Releases: hydrostack/hydro

0.6.0

21 Nov 21:44
Compare
Choose a tag to compare
  • 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

29 Oct 21:02
Compare
Choose a tag to compare
  • Put hydro-request css class also on elements only dispatching events

0.5.1

28 Oct 19:52
Compare
Choose a tag to compare
  • Disable submit button when calling hydro action from form element

0.5.0

28 Oct 14:20
Compare
Choose a tag to compare
  • Add a custom event UnhandledHydroError triggered in case of unhandled exceptions in a Hydro component

0.4.0

26 Oct 19:54
Compare
Choose a tag to compare
  • Add component authorization support
  • Add support for dispatching hydro events from client side without additional road trip to the backend

0.3.3

03 Oct 21:50
Compare
Choose a tag to compare
  • Fix type conversion from action params
  • Fix serialization of tuples

0.3.2

30 Sep 22:02
Compare
Choose a tag to compare
  • [fix] Make sure the triggering element exists in document before making requests from it

0.3.1

30 Sep 18:57
Compare
Choose a tag to compare
  • Support other trigger events for hydro-bind
  • Support debouncing in hydro-bind
  • Support empty event subscriptions

0.3.0

29 Sep 21:38
Compare
Choose a tag to compare
  • Support navigation with payload
  • Fix morphing of input elements, when their value has changed on the back-end

0.2.1

24 Sep 09:25
Compare
Choose a tag to compare
  • Prevent adding x-data attribute on hydro actions that already live in the Alpine context.