Skip to content

Releases: hydrostack/hydro

v1.1.0

08 Nov 23:03
Compare
Choose a tag to compare
  • new Handle IComponentResult #113 (docs)
  • new Compress the state #110
  • fix Support dispatching when mounting #114
  • fix Add key to component elements #115
  • upg Update AlpineJs to v3.14.3 #65

v1.0.0

28 Oct 20:34
Compare
Choose a tag to compare
  • new 🚀 Render Hydro components using custom tags #102 (docs)
  • new Add nested models and collection validators #100 (docs)
  • new Introduce a shorthand syntax for hydro-on and hydro-bind #103 (docs)
  • new Cookie store #104 (docs)
  • new Add generic JS events #105 (docs)
  • new Support dispatching events using hydro-on tag helper #99 (docs)
  • fix Fix debounce feature #109 (docs)

Breaking changes:

  • No support for vc:tag-name syntax. To migrate, please remove vc: prefix and use direct attribute names like name="John" instead of parameters="@(new { Name = "John" })". Final result: <tag-name name="John" />
  • Component.Hydro is changed to Html.Hydro
  • For multi-word properties, Data word cannot be used as the leading one, for example DataSource. Database is fine, since here Data is not a word, but just a part of the word.

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