Skip to content

v1.0.0

Choose a tag to compare

@kjeske kjeske released this 28 Oct 20:34
· 49 commits to main since this release
  • 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.