Skip to content

Releases: hydrostack/hydro

v0.16.2

04 Oct 21:56
5ed69cc
Compare
Choose a tag to compare
  • new #93 Support binding multiple files to one field (docs)
  • new #95, #96 Add key bahavior (docs)
  • fix #94 During event data serialization do not omit fields with undefined value
  • fix #97 Use dataset for custom attributes

v0.15.1

13 Sep 23:38
1b04c21
Compare
Choose a tag to compare
  • fix #84 ExecuteJS scripts won't load on page load

v0.15.0

29 Aug 19:42
da3b7da
Compare
Choose a tag to compare
  • feat #75 Execute JS from Hydro actions (docs) @taublast
  • feat #77 Partial loading replaces whole Body instead of RenderBody() location (docs) @taublast
  • fix #28 Make components markup to have a "key" attribute @kjeske
  • fix #60 Clicking on links only with hashtags refreshes the page @kjeske
  • fix #62 Input values are not updated if they don't have a name @kjeske

v0.14.2

10 Jun 10:53
b1c656c
Compare
Choose a tag to compare
  • fix #35 State is not persisted on subsequent action calls

v0.14.1

07 Jun 07:20
0f9978b
Compare
Choose a tag to compare
  • fix #31 Forms not keeping data and refresh by itsels

v0.14.0

14 May 22:04
445054f
Compare
Choose a tag to compare

v0.13.0

06 May 22:26
5bd28ec
Compare
Choose a tag to compare

v0.12.0

02 Apr 20:34
Compare
Choose a tag to compare
  • [new] Use request body instead of headers to pass component's data
  • [new] Introduce Client.Invoke in HydroComponent that can be used to trigger JS expressions
  • [fix] Evaluation of cached value when using Cache method in Hydro component.
  • [fix] Better support for enum values passed as parameters

v0.11.0

18 Feb 22:12
Compare
Choose a tag to compare

v0.10.0

05 Feb 20:18
Compare
Choose a tag to compare
  • Rename HydroTagHelper to HydroView