2.0.0
- 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 Field
s 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
anddecompress
methods in the form field / widget - Running a data migration that removes the double serialization for existing entries