Skip to content

2.0.0

Compare
Choose a tag to compare
@jacobwegner jacobwegner released this 12 Apr 17:43
· 9 commits to master since this release
05dfefb
  • Add the ability to remap MULTIPLE_TEXT answers
  • Introduce FORMLY_TEST_ARGS pattern to run a restricted version of the test suite

Backwards Incompatible Changes
Previously, answers stored in FieldResult.answer for Fields with the MULTIPLE_TEXT field_type were getting serialized to JSON twice.

This release fixes this by:

  • Removing extra serialization/de-serialization from the compress and decompress methods in the form field / widget
  • Running a data migration that removes the double serialization for existing entries