Unclaimed project
Are you a maintainer of hydro? Claim this project to take control of your public changelog and roadmap.
Changelog
Hydro brings stateful and reactive components to ASP.NET Core without writing JavaScript
Last updated 16 days ago
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:
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.HydroData 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.