Skip to content

Releases: sulu/SuluHeadlessBundle

Release 0.10.0 (2023-02-21)

21 Feb 13:54
9ec2faa
Compare
Choose a tag to compare
Pre-release

Breaking Changes | Full Changelog

Breaking Changes

Add extension placeholder to serialized medias

Before this update the preferred extension was always added to the uri.
Now the preferred extension is extracted into a new field preferredExtension and in the uri the placeholder {extension} is used instead of the extension.

For non-image medias the formatUri as well as the formatPreferredExtension fields are omitted.

Before:

{
    "formatUri": "/media/1/{format}/media-1.png?v=1-0"
}

After:

{
    "formatPreferredExtension": "png",
    "formatUri": "/media/1/{format}/media-1.{extension}?v=1-0"
}

Release 0.9.0 (2022-10-04)

04 Oct 14:43
9f3100e
Compare
Choose a tag to compare
Pre-release

Full Changelog

  • Merge pull request #124 from luca-rath/bugfix/invalidate-navigation-cache (@Prokyonn)
  • Implement suggestions from code review (@luca-rath)
  • Add support for unlocalized navigation contexts (@Prokyonn)
  • Add Contact- and AccountDataProviderResolver (#122) (@luca-rath)
  • Add SnippetDataProviderResolver (#123) (@luca-rath)
  • Add CollectionSelectionResolver (#121) (@luca-rath)
  • Merge pull request #119 from luca-rath/feature/page-tree-route-resolver (@Prokyonn)
  • Merge pull request #120 from luca-rath/bugfix/sort-page-selection-smart-content (@Prokyonn)
  • Fix sorting of page selection and pages smart content (@luca-rath)
  • Add content type resolver for page_tree_route (@luca-rath)

Release 0.8.0 (2022-08-16)

16 Aug 15:23
f85afa1
Compare
Choose a tag to compare
Pre-release

Release Blog | Full Changelog

Release 0.7.0 (2022-06-10)

10 Jun 08:42
2d55107
Compare
Choose a tag to compare
Pre-release

Full Changelog

Release 0.6.2 (2021-12-02)

02 Dec 16:39
8544626
Compare
Choose a tag to compare
Pre-release

Full Changelog

Release 0.6.1 (2021-09-13)

13 Sep 13:20
Compare
Choose a tag to compare
Pre-release

Full Changelog

  • Update UPGRADE 0.6 Version (@alexander-schranz)
  • Correctly resolve internal and external links (#98) (@luca-rath)
  • Fix smartcontent properties and page selection for non exist properties (#95) (@C-burr)
  • Use branch-independent links in README.md (#93) (@nnatter)

Release 0.6.0 (2021-04-22)

22 Apr 10:02
decc9d5
Compare
Choose a tag to compare
Pre-release

0.6.0 (2021-04-22)

Full Changelog

Merged pull requests:

Release 0.5.0 (2021-03-24)

24 Mar 10:26
cf92090
Compare
Choose a tag to compare
Pre-release

0.5.0 (2021-03-24)

Full Changelog

Merged pull requests:

  • Add reference store for resolved and serialized media, contacts and accounts #79 (@alexander-schranz)
  • Add reference store integration for StructureResolver #78 (@alexander-schranz)
  • Include block settings in data returned by BlockResolver #77 (@nnatter)

Release 0.4.1 (2021-02-26)

26 Feb 10:54
9317a74
Compare
Choose a tag to compare
Pre-release

Full Changelog

Merged pull requests:

  • Add PHP 8 compatibility #72 (@alexander-schranz)
  • Revert changes of propertyMap parameter of StructureResolver::resolveProperties method #75 (@nnatter)
  • Switch key and value in propertyMap parameter of StructureResolver::resolveProperties #73 (@nnatter)

Release 0.4.0 (2021-01-14)

14 Jan 11:02
91a57e1
Compare
Choose a tag to compare
Pre-release

Full Changelog

Merged pull requests:

  • Handle block settings by calling block-visitors in BlockResolver #69 (@nnatter)
  • Expand composer lint script and add php-cs-fixer as dev-dependency #68 (@nnatter)
  • Use json_encode in HeadlessWebsiteController to be consistent with twig template #66 (@nnatter)
  • Adjust hint about twig template data in README #60 (@nnatter)
  • Adjust HeadlessWebsiteController to be compatible with DefaultController #59 (@nnatter)