All Versions
51
Latest Version
Avg Release Cycle
70 days
Latest Release
467 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.8.0 Changes
November 15, 2016- โจ Enhancements
- Add
csrf_meta_tag/0
helper toPhoenix.HTML.Tag
- Allow passing a
do:
option toPhoenix.HTML.Link.button/2
- Add
- โจ Enhancements
-
v2.7.0 Changes
September 21, 2016- โจ Enhancements
- Render button tags for form submits and in the
button/2
function - Allow
submit/2
andbutton/2
to receivedo
blocks - Support the
:multiple
option infile_input/3
- Remove previously deprecated and unused
model
field
- Render button tags for form submits and in the
- โจ Enhancements
-
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 totext_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
- Use event delegation in
Backwards incompatible changes
:min
,:sec
option inPhoenix.HTML.Form
(datetime_select/3
andtime_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
- ๐ Bug fixes
-
v2.5.0 Changes
January 28, 2016- โจ Enhancements
- Introduce
form.data
field instead ofform.model
. Currently those values are kept in sync then the form is built butform.model
will be deprecated in the long term
- Introduce
- โจ Enhancements
-
v2.4.0 Changes
January 21, 2016โจ Enhancements
- Add
rel=nofollow
auto generation for non-get links - Introduce
:selected
option forselect
andmultiple_select
- Add
๐ Bug fixes
- Fix safe engine incorrectly marking safe code as unsafe when last expression is
<% ... %>
- 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
- Add
- โจ Enhancements
-
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
- Allow the
- ๐ Bug fix
-
v2.1.2 Changes
August 22, 2015- ๐ Bug fix
- Do not include values in
password_input/3
- Do not include values in
- ๐ Bug fix