Skip to content

Releases: eldarion/formly

3.0.0

15 Dec 18:20
21ceb44
Compare
Choose a tag to compare
  • Add support for Django 3.1

Backwards Incompatible Changes
Drops support for Python 2.x and Django 1.x.

2.0.0

12 Apr 17:43
05dfefb
Compare
Choose a tag to compare
  • 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

1.0.0

23 Feb 21:58
64e31ed
Compare
Choose a tag to compare
  • Add Django v1.11, 2.0 support
  • Drop Django 1.8, 1.9, 1.10, and Python 3.3 support
  • Add URL namespacing (i.e. urlname "formly_survey_results" is now "formly:survey_results") Backwards Incompatible
  • Rename URL names, removing "dt_" and "rt_" prefixes Backwards incompatible
  • Rename deletion view names, removing "View" suffix Backwards incompatible
  • Move documentation into README and standardize layout
  • Convert CI and coverage to CircleCi and CodeCov
  • Add PyPi-compatible long description
  • Add migration checking to test suite
  • Fix several view errors

v0.15.0

21 Feb 20:42
d7336ba
Compare
Choose a tag to compare
update changelog for 0.15.0

v0.14.0

05 Jan 18:11
daa75a3
Compare
Choose a tag to compare
update changelog for 0.14.0

v0.13.0

05 Jan 18:11
690e087
Compare
Choose a tag to compare
update changelog for 0.13.0

v0.10.2

24 May 16:40
Compare
Choose a tag to compare
release 0.10.2