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

Changelog History
Page 5

  • v2.1.1 Changes

    August 15, 2015
    • ✨ Enhancements
      • Allow nil in raw/1
      • Allow block options in label/3
      • Introduce :skip_deleted in inputs_for/4
  • v2.1.0 Changes

    August 06, 2015
    • ✨ Enhancements
      • Add an index field to forms to be used by inputs_for/4 collections
  • v2.0.1 Changes

    July 31, 2015
    • 🐛 Bug fix
      • Include web directory in Hex package
  • v2.0.0 Changes

    July 30, 2015
    • ✨ Enhancements

      • No longer generate onclick attributes.

      The main motivation for this is to provide support for Content Security Policy, which recommends disabling all inline scripts in a page.

      We took the opportunity to also add support for data-confirm in link/2.

  • v1.4.0 Changes

    July 26, 2015
    • ✨ Enhancements
      • Support input_type/2 and input_validations/2 as reflection mechanisms
  • v1.3.0 Changes

    July 23, 2015
    • ✨ Enhancements
      • Add Phoenix.HTML.Form.inputs_for/4 support
      • Add multiple select support
      • Add reset input
      • Infer default text context for labels
  • v1.2.1 Changes

    June 02, 2015
    • 🐛 Bug fix
      • Ensure nil parameters are not discarded when rendering input
  • v1.2.0 Changes

    May 30, 2015
    • ✨ Enhancements
      • Add label/3 for generating a label tag within a form
  • v1.1.0 Changes

    May 20, 2015
    • ✨ Enhancements
      • Allow do/end syntax with link/2
      • Raise on missing assigns
  • v1.0.1 Changes

    • 🐛 Bug fixes
      • Avoid variable clash in Phoenix.HTML engine buffers