Releases: hydrostack/hydro
Releases · hydrostack/hydro
v1.3.0
newMake it possible to adjust the JsonSerializerSettings used by Hydro #136 (docs)newIntroduceViewPathin HydroView; throw a dedicated exception when the view is not found #145newAdd SkipOutput method on HydroComponent to make it possible to conditionally skip the output #146 (docs)fixAdd support for<input type="color" />#142
v1.2.0
newUseHydroextension method doesn't need web host environment to be passed #124fixThrow an exception instead of producing an empty object when rendering the component #125fixAuthorize the component before executing the bindings #127fixMake sure to force binding of the active element only when the currently triggered action is from the same component #128
v1.1.0
v1.0.0
new🚀 Render Hydro components using custom tags #102 (docs)newAdd nested models and collection validators #100 (docs)newIntroduce a shorthand syntax for hydro-on and hydro-bind #103 (docs)newCookie store #104 (docs)newAdd generic JS events #105 (docs)newSupport dispatching events using hydro-on tag helper #99 (docs)fixFix debounce feature #109 (docs)
Breaking changes:
- No support for
vc:tag-namesyntax. To migrate, please removevc:prefix and use direct attribute names likename="John"instead ofparameters="@(new { Name = "John" })". Final result:<tag-name name="John" /> Component.Hydrois changed toHtml.Hydro- For multi-word properties,
Dataword cannot be used as the leading one, for exampleDataSource.Databaseis fine, since hereDatais 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