All Versions
17
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
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 providedPhxComponentHelpers.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 fetchPhoenix.HTML.Form
data
- โ added
-
v0.5.0 Changes
- all assigns are no longer prefixed by
html_
but byraw_
- ๐ new
:into
option is set_phx_attributes/2
has a default:into
optionextend_class/2
changes its signature to also useinto
- all assigns are no longer prefixed by
-
v0.4.0 Changes
- 0๏ธโฃ
set_attributes/3
will set absent assigns by default - โ removed
:init
option fromset_attributes/3
- added
validate_required_attributes/2
- 0๏ธโฃ
-
v0.3.0 Changes
- ๐ New
set_prefixed_attributes/3
function that can be used to map alpinejs attributes
- ๐ New
-
v0.2.0 Changes
- ๐ Fixed issue when
Jason
library is not available - โ Removed hardcoded list of
phx_*
attributes
- ๐ Fixed issue when
-
v0.1.0 Changes
๐ Initial release :)