- Pin version `Products.validation>=3.0.0` [petschki]
- Add a checkbox to disable autofocus on the first input [yurj]
4.2.1
------------------
- Fix Plone 5 related upgrade steps in Plone 6. [thet]
- Add plone.shortname behaviour to EasyForm type. [ThibautBorn]
- Include the Products.validation ZCML to load the proper translation catalog. Refs. `issue 434 <https://github.com/collective/collective.easyform/issues/434>`_. [ale-rt]
4.2.0
------------------
- Set fieldset description as attribute, not node, when migrating from PFG. [thomasmassmann]
- Add filesize upload limit for file and image uploads. [ThibautBorn]
- Update Dutch translations. [ThibautBorn]
4.1.6
------------------
- Fix unused, incorrect and undeclared imports in serializer. [thet]
4.1.5
------------------
- check for "collective.easyform.DownloadSavedInput" permission, before including the saved data in serializer. [MrTango]