phoenix_html v2.6.0 Release Notes

Release Date: 2016-06-16 // almost 8 years ago
    • ✨ Enhancements

      • Raise helpful error when using invalid iodata
      • Inline date/time API with Elixir v1.3 Calendar types
      • Add :insert_brs option to text_to_html/2
      • Run on Erlang 19 without warnings
    • Client-side changes

      • Use event delegation in phoenix_html.js
      • Drop IE8 support on phoenix_html.js
    • Backwards incompatible changes

      • :min, :sec option in Phoenix.HTML.Form (datetime_select/3 and time_select/3) are no longer supported. Use :minute or :second instead.