Skip to content

Releases: remindgmbh/headless

v4.0.0

27 Nov 11:15
Compare
Choose a tag to compare

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

26 Jun 06:05
Compare
Choose a tag to compare

3.3.0 (2024-06-26)

Features

  • add font size options to RTE (32ea571)
  • add utility function to get crop variants with free ratio (e8667fa)
  • use seo title if og or twitter titles are empty (349e65d)

v3.2.1

25 Apr 10:00
Compare
Choose a tag to compare

3.2.1 (2024-04-25)

Bug Fixes

  • check for flat objects in files processor (91573f7)

v3.2.0

24 Apr 11:50
Compare
Choose a tag to compare

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)

Bug Fixes

  • allow language synchronization for image cropping (adb558e)
  • return empty string instead of empty array if no footer content is found (61fb2ea)
  • set flexform section arrays start index to 0 and remove restructuring sections (d5eac33)

v3.1.0

24 Jan 07:32
Compare
Choose a tag to compare

3.1.0 (2024-01-24)

Features

  • remove specific cta element (7f940d9)