All Versions
17
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.7.0 Changes

    • PhxComponentHelpers.set_form_attributes/1 will now init form data with nil values when no form/field is provided
    • PhxComponentHelpers.set_form_attributes/1 retrieves and assigns form errors
    • ๐Ÿ‘ PhxComponentHelpers.extend_class/2 now supports new :error_class option to extend CSS classes when a form field is faulty
  • v0.6.0 Changes

    • โž• added PhxViewHelpers than can be used within templates
    • added PhxComponentHelpers.set_form_attributes/1 to fetch Phoenix.HTML.Form data
  • v0.5.0 Changes

    • all assigns are no longer prefixed by html_ but by raw_
    • ๐Ÿ†• new :into option is
    • set_phx_attributes/2 has a default :into option
    • extend_class/2 changes its signature to also use into
  • v0.4.0 Changes

    • 0๏ธโƒฃ set_attributes/3 will set absent assigns by default
    • โœ‚ removed :init option from set_attributes/3
    • added validate_required_attributes/2
  • v0.3.0 Changes

    • ๐Ÿ›  New set_prefixed_attributes/3 function that can be used to map alpinejs attributes
  • v0.2.0 Changes

    • ๐Ÿ›  Fixed issue when Jason library is not available
    • โœ‚ Removed hardcoded list of phx_* attributes
  • v0.1.0 Changes

    ๐ŸŽ‰ Initial release :)