Skip to content

Releases: TYPO3-Headless/headless

2.1.2 Bugfix release - Better checks for json decode, allow to append data in data processors, add linting for typoscript and yaml

10 Jul 14:15
ecf4a20
Compare
Choose a tag to compare

Bugfixes:

  • better checks for json decode (if it's really needed) also unit tests for method which responsible for decoding (thanks @twoldanski!)
  • add custom DatabaseQueryProcessor (thanks @sabbelasichon)
  • allow to append "data" in data processing (useful in chaining data processors)
  • typoscript linting
  • yaml linting
  • json linting (thanks @iprokhorov for linting tasks!)

2.1.1 Bugfix release - configurable cropVariant, fix to svg files, allow to remove data, move to github actions

09 Jul 12:37
b53bcaf
Compare
Choose a tag to compare

Bugfixes:

  • make cropVariant configurable
  • don't process svg files in FilesUtility
  • allow to remove data by processingConfiguration flag
  • only modify lastTypolinkUrl when EXT:Headless is really used (!)

also, we moved from travis CI to github actions (thanks @sabbelasichon)

Thanks goes to:
@sabbelasichon
@twoldanski
@theLine
@subjacked

Feature release - frontend domain in view module and preview, image processing bugfixes

14 Mar 17:51
2960b72
Compare
Choose a tag to compare

Feature

  • add frontend base url and use it in page preview and view module, via feature switch
  • allow to set image processing configuration in files processor

Bugfixes

  • crop images without resizing
  • gallery not calculating row width correctly

Thanks to @oskardydo for first contribution

2.0.3 Bugfix release, tests for content elements, ignore negative colPos values

22 Jan 17:11
Compare
Choose a tag to compare
  • add test for content elements
  • ignore negative colPos values
  • update TYPO3 dependencies to cover v10LTS

Thanks go to @sven-carstens and @schloram.

2.0.2 bugfix release, fix output of non-cached plugins, add tests

09 Jan 15:41
51bba35
Compare
Choose a tag to compare
  • Add extra encoding step for content which was put into the output via INT_SCRIPT replacement to enable rendering of non-cached plugins
  • Add functional and unit tests
  • Add missing PSR-12 rule to code style check.
    Special thanks go to @sven-carstens and @GrahamCampbell for their contributions!

2.0.1 bugfix release, file cobject, shortcut and image processing

06 Dec 12:33
Compare
Choose a tag to compare
  • Make fileUtility handle File object
  • Change shortcut content element configuration
  • Remove double image processing

2.0 release - media, error handling, refactoring

01 Nov 22:19
Compare
Choose a tag to compare
  • youtube and vimeo support
  • refactored dataproviders
  • changed keys for BE layout fields
  • improve metadata handling
  • add definition for core content elements
  • Error handling for 'no rendering definition'
  • PSR12 coding standards
  • improved documentation
  • add pagination service
  • add viewhelpers usefull for integrating 3rd party extensions like EXT:news

Note that this release contains several breaking changes in API structure.

First release 1.0.0

20 Aug 19:53
Compare
Choose a tag to compare

Features

  • JSON API for content elements
  • JSON API for navigation, layouts
    taking into account all language/translation configuration (e.g. fallback)
  • support for EXT:news
  • easily extensible with custom fields or custom CE's