Releases: hydrostack/hydro
Releases · hydrostack/hydro
v1.1.0
v1.0.0
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 removevc:
prefix and use direct attribute names likename="John"
instead ofparameters="@(new { Name = "John" })"
. Final result:<tag-name name="John" />
Component.Hydro
is changed toHtml.Hydro
- For multi-word properties,
Data
word cannot be used as the leading one, for exampleDataSource
.Database
is fine, since hereData
is not a word, but just a part of the word.
v0.16.2
v0.15.1
v0.15.0
feat
#75 Execute JS from Hydro actions (docs) @taublastfeat
#77 Partial loading replaces whole Body instead of RenderBody() location (docs) @taublastfix
#28 Make components markup to have a "key" attribute @kjeskefix
#60 Clicking on links only with hashtags refreshes the page @kjeskefix
#62 Input values are not updated if they don't have a name @kjeske
v0.14.2
v0.14.1
v0.14.0
v0.13.0
v0.12.0
- [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