All Versions
51
Latest Version
Avg Release Cycle
70 days
Latest Release
467 days ago

Changelog History
Page 4

  • v2.8.0 Changes

    November 15, 2016
    • โœจ Enhancements
      • Add csrf_meta_tag/0 helper to Phoenix.HTML.Tag
      • Allow passing a do: option to Phoenix.HTML.Link.button/2
  • v2.7.0 Changes

    September 21, 2016
    • โœจ Enhancements
      • Render button tags for form submits and in the button/2 function
      • Allow submit/2 and button/2 to receive do blocks
      • Support the :multiple option in file_input/3
      • Remove previously deprecated and unused model field
  • v2.6.1 Changes

    July 08, 2016
    • โœจ Enhancements

      • Remove warnings on v1.4
    • ๐Ÿ› Bug fixes

      • Ensure some contents are properly escaped as an integer
      • Ensure JavaScript data-submit events bubble up until it finds the proper parent
  • v2.6.0 Changes

    June 16, 2016
    • โœจ 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.
  • v2.5.1 Changes

    March 12, 2016
    • ๐Ÿ› Bug fixes
      • Ensure multipart files work with inputs_for
  • v2.5.0 Changes

    January 28, 2016
    • โœจ Enhancements
      • Introduce form.data field instead of form.model. Currently those values are kept in sync then the form is built but form.model will be deprecated in the long term
  • v2.4.0 Changes

    January 21, 2016
    • โœจ Enhancements

      • Add rel=nofollow auto generation for non-get links
      • Introduce :selected option for select and multiple_select
    • ๐Ÿ› Bug fixes

      • Fix safe engine incorrectly marking safe code as unsafe when last expression is <% ... %>
  • v2.3.0 Changes

    December 16, 2015
    • โœจ Enhancements
      • Add escape_javascript/1
      • Add helpful error message when using unknown @inner assign
      • Add Phoenix.HTML.Format.text_to_html/2
  • v2.2.0 Changes

    September 01, 2015
    • ๐Ÿ› Bug fix
      • Allow the :name to be given in forms. For this, using :name to configure the underlying input name prefix has been deprecated in favor of :as
  • v2.1.2 Changes

    August 22, 2015
    • ๐Ÿ› Bug fix
      • Do not include values in password_input/3