Skip to content

2.12.0 (2016-03-21)

Compare
Choose a tag to compare
@willdurand willdurand released this 21 Mar 11:30
· 959 commits to master since this release
6793b70

IMPORTANT CHANGE

The bundle declares a conflict with symfony/symfony ~2.7.8 (that means, Symfony 2.7.8, 2.7.9, etc. until 2.8.0).

Changelog

  • Added: xhrFields: { withCredentials: true } to ajaxOptions to enable browser authentication for cross origin API requests* Fixed: PUT vs PATCH paramters (cf. #565)
  • Added: Use the response map in the html view
  • Added: textarea type for sandbox
  • Fixed: Handle circular references in DunglasApiParser (cf. #678)
  • Fixed: Collection Type options - Symfony 2.8 Support
  • Fixed: Bug with wrong form parsing when several custom inner types exist
  • Fixed: Array to string conversion error on array requirements (cf. #564)
  • Fixed: Remove incorrect usage of hasOption()
  • Fixed: Array to string conversion error on array requirements