phoenix_html v2.10.0 Release Notes

Release Date: 2017-07-21 // almost 7 years ago
    • ✨ Enhancements

      • Support custom attributes in options in select
    • 🐛 Bug fixes

      • Accept non-binary values in textarea's content
      • Allow nested forms on the javascript side. This means link and button no longer generate a child form such as the :form option has no effect and "data-submit=parent" is no longer supported. Instead "data-to" and "data-method" are set on the entities and the form is generated on the javascript side of things