Skip to content

v1.1.0

Compare
Choose a tag to compare
@mplatts mplatts released this 11 May 10:24
· 526 commits to main since this release
  • New: <.field> component to replace <.form_field>. <.field> takes the new %Phoenix.HTML.FormField{} struct, which better optimizes forms for live views
  • New: <.input> component - these represent inputs but styled with Petal Components. It differs from <.field> in that you don't get a label or error messages.
  • New: <.label> component - just a label styled with Petal Components. These are used inside a <.field>.
  • New: <.error> component - an error message for form fields. These are used inside a <.field>.
  • Updated: <.tab> can now take a class attr