Skip to content

Releases: peopledoc/django-formidable

1.0.0

08 Sep 09:13
Compare
Choose a tag to compare
  • Drop Django REST Framework 3.3 support (#239).
  • Removed the Presets from the code (#249).
    • Removed from model serializers, and test code.
    • Translation strings have been removed.
    • Swagger documentation updated to reflect this API change.
    • Removed fields that reference preset models in forms and preset args tables through a Django migration (#259).

WARNING: Validation rules are handled by field validations, and the historical Preset mechanism is now deprecated. Front-end integration should take into account that the form presets key is not sent to it anymore, and won't be taken into account if sent to the backend.

1.0.0rc2

07 Sep 14:50
Compare
Choose a tag to compare
1.0.0rc2 Pre-release
Pre-release
  • Drop Django REST Framework 3.3 support (#239).
  • Removed the Presets from the code (#249).
    • Removed from model serializers, and test code.
    • Translation strings have been removed.
    • Swagger documentation updated to reflect this API change.
    • NEW IN RC2 Removed fields that reference preset models in forms and preset args tables (#259).

WARNING: Validation rules are handled by field validations, and the historical Preset mechanism is now deprecated. Front-end integration should take into account that the form presets key is not sent to it anymore, and won't be taken into account if sent to the backend.

1.0.0rc1

01 Sep 07:37
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release
  • Drop Django REST Framework 3.3 support (#239).
  • Removed the Presets from the code (#249).
    • Removed from model serializers, and test code.
    • Translation strings have been removed.
    • Swagger documentation updated to reflect this API change.

WARNING: Validation rules are handled by field validations, and the historical Preset mechanism is now deprecated. Front-end integration should take into account that the form presets key is not sent to it anymore, and won't be taken into account if sent to the backend.

0.15.0

28 Aug 12:49
Compare
Choose a tag to compare
  • [Doc] New Makefile target to serve the documentation.

WARNINGS

  • This version is the last one to support Form Presets (form validation rules). The whole software logic and data will be wiped off on the next release. If needed, make backups and try to convert your existing presets to field validation rules. refs #249.
  • This version is the last one to support Django Rest Framework 3.3. Please upgrade to the latest available to date (3.6.2). refs #239.

0.14.0

23 Aug 12:46
Compare
Choose a tag to compare

Release 0.14.0 (2017-08-23)

  • Add a ValidateView that works with ContextForm JSON (#246).

0.13.1

17 Jul 12:37
Compare
Choose a tag to compare

Release 0.13.1 (2017-07-17)

  • Fix field builder from schema for Title and Separator (#243).

0.13.0

13 Jul 10:27
Compare
Choose a tag to compare

Release 0.13.0 (2017-07-13)

  • Add contextualize function for form definition (#241).
  • Small flake8-related fixes (#240).

Release version 0.12.0

05 Jul 07:20
Compare
Choose a tag to compare
  • Add JSON schema migration (#234)
  • Add a tool to convert ContextForms to FormidableJSON (#236)
  • Drop python3.4 support (#234)
  • Add conditional display-iff (#198).
  • Added latest translations from Crowdin.
  • Moving file named LICENCE into LICENSE (#232).

0.11.1

19 May 14:48
Compare
Choose a tag to compare

Minor improvement, required by our delightful collegues from formidable-ui:

  • Make trailing slash not mandatory for the API (#75)

0.11.0

10 May 16:05
Compare
Choose a tag to compare
  • Added a tox job to update/refresh the swagger-ui related static files (#210 / #213) - including documentation for developers.
  • Remove the field size limit for the model field formidable.models.Item.label (#225).
  • handle decimal values in Number fields (#227)