Skip to content

Releases: formers/former

3.5.7

26 May 22:07
Compare
Choose a tag to compare

Fix live validation bug (#480)

3.5.6

09 Mar 16:25
Compare
Choose a tag to compare

Fix bug with numeric string keys (#456)

3.5.5

04 Mar 17:01
Compare
Choose a tag to compare

Added

  • Added the ability to form select option with data-* attributes. #453
  • Added the ability to form option text through the passed function. #453

Fixed

  • Allow mixing of text and numeric keys in select options #447

3.5.4

27 Feb 17:14
Compare
Choose a tag to compare

Added

  • Move Former to new Formers organization

Fixed

  • Update tests to work with new HtmlObject version
  • Mime type updates to Former::file()

3.5.3

16 Dec 10:29
Compare
Choose a tag to compare

Added

  • Allow repopulating multiselects from Laravel relationships
  • Support checkbox repopulation from models

Fixed

  • Handle dot notation in live validation
  • Don't repopulate _token fields
  • Encode values of hidden fields

3.5.2

09 Oct 08:05
Compare
Choose a tag to compare

Fixed

  • Fix the bind function for checkables
  • Fixed an error when manually creating checkables

3.5.1

07 Oct 12:52
Compare
Choose a tag to compare

Added

  • Added support for Foundation 5
  • Added PlainText field type
  • Added ->bind() method to fields to change which binding to use for repopulation

Changed

  • Peformance tweaks (framework caching)

Fixed

  • Fixed position of MAX_FILE_SIZE field
  • Fixed Laravel 5 compatibility
  • Fixed wrong class for inline checkables on Bootstrap 3

3.5.0

04 Aug 08:44
Compare
Choose a tag to compare

Changed

  • Bumped minimum requirement to 5.4

3.4.4

04 Aug 08:43
Compare
Choose a tag to compare

Deprecated

  • Last release for PHP 5.3

3.4.3

03 Aug 11:22
Compare
Choose a tag to compare

Added

  • Added step parameter to Select::range() method
  • Allow individual checkboxes to override the global push-checkbox setting

Changed

  • Add some additional options for Foundation 4
  • Allow translation method to fetch nested keys via dot or brackets

Fixed

  • Fix some repopulation issues