- Fix issue where expired temporary uploads have not been removed when calling FileUploadTemporaryStorage.cleanup() (https://github.com/plone/plone.formwidget.namedfile/issues/52) [fRiSi] (#52) - Make CLEANUP_INTERVAL patchable and fix condition (https://github.com/plone/plone.formwidget.namedfile/issues/54) (#54)
3.0.0a3
--------------------
New features:
- Add to generate configured Plone image scales on save when environment variable PLONE_SCALE_GENERATE_ON_SAVE=1 is set. With the default Plone configuration, this effectively removes on-demand image scaling on GET requests. [datakurre] (43)
Bug fixes:
- Fix issue where already uploaded images were lost when file validation error occurs (https://github.com/plone/plone.formwidget.namedfile/issues/46) [fRiSi] (#46)
3.0.0a2
--------------------
Bug fixes:
- Support for Pillow 8 in tests. [jensens] (50)
3.0.0a1
--------------------
Bug fixes:
- Fix `NamedFileWidget` bug when trying to create value from `None`. [vangheem] (35) - Don't check for hard coded image size in test. [agitator] (40) - Overhaul for Plone 6: Skip Python 2 compatibility, pyupgrade, isort, black, manual cleanup. [jensens] (47)
2.1.0
------------------
New features:
- Range support (https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) [mamico] (44)