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.