Releases: remindgmbh/headless
Releases · remindgmbh/headless
v4.0.0
4.0.0 (2024-11-27)
⚠ BREAKING CHANGES
- move footer content to page properties
- move processImage to FilesService and make output configurable
- cleanup form output
- disable all content elements by default
- use simplified file output
- rename imageProcessing middleware and skip processing for non-image types
Features
- add assetProcessingConfiguration to uploads content element (f61b19f)
- add breadcrumbTitleProvider (6a2c200)
- add crop parameter to asset middleware (6a9bf6c)
- add customErrorMessage to FileSize validator in FileUpload (8993c31)
- add dataProcessing to FlexFormProcessor (f56a7bc)
- add FilesCategoryProcessor (ccd2882)
- add links to form checkbox (af27e1f)
- add MimeType validator to FileUpload form element (f5db9b3)
- add size property to FileUpload form element (357a88c)
- allow localUid in asset middleware (d5db97a)
- allow non-standard file attributes (32f5916)
- cleanup form output (ecb7fe3)
- disable all content elements by default (f917c42)
- move footer content to page properties (2e2c092)
- move processImage to FilesService and make output configurable (9233f2d)
- output form checkbox links in description and allow positional parameters (dc3b7cd)
- re-enable media element (cb8ff51)
- rename imageProcessing middleware and skip processing for non-image types (77f26aa)
- use simplified file output (3e4c3b7)
- use TYPO3 SEO APIs (64375d8)
Bug Fixes
- add check to FilesCategoryProcessor config (163e9e9)
- allow image processing for SVGs with crop variants (65c0086)
- avoid undefined array key in FilesCategoryProcessor (edca853)
- make sure all content elements have cookies tab (3eed1a4)
- output correct attribute types in flexform (ff443b4)
- output FileSizeValidator size in bytes (e8b1a5d)
- resolve type/null pointer exception in FilesCategoryProcessor (b2690b3)
v3.3.0
v3.2.1
v3.2.0
3.2.0 (2024-04-24)
Features
- add file processing to flexFormProcessor (4817172)
- add multilanguage support for root page config (fe95ac1)
- add page config (f2c6da4)
- add path configuration option to FlexFormProcessor (cddd7c2)
- add processImage function to jsonService (0780e25)
- move footer to initialData (e2c241d)
- remove crop properties from processed files (ecd1739)
- set filename in image middleware (b874e58)
- use layout field instead of flexform for image gallery type (03530fc)