Releases: sulu/SuluHeadlessBundle
Releases · sulu/SuluHeadlessBundle
Release 0.10.4 (2024-10-21)
Release 0.10.3 (2024-07-24)
- Upgrade CI for PHP 8.4 testing (#144) (@alexander-schranz)
- Do not throw exception on unsupported provider (#143) (@Prokyonn)
- Add Symfony 7 support (#139) (@TheCadien)
Release 0.10.2 (2024-06-19)
Release 0.10.1 (2024-06-10)
- Add Sulu 2.6 compatibility in Tests and Adjust CI script for PHP 8.3 and Linting (@alexander-schranz @TheCadien )
- Use correct locale to resolve links (#130) (@Prokyonn)
- Remove reset tag (#133) (@Prokyonn)
- Remove branch from workflow state badge (#132) (@alexander-schranz)
- Fixing workflow badge (#131) (@mamazu)
- Use structure language instead of property value as locale (#129) (@Prokyonn)
Release 0.10.0 (2023-02-21)
Breaking Changes | Full Changelog
- Add extension placeholder for serialized medias (#127) (@Prokyonn)
- Merge pull request #126 from Jupi007/patch-1 (@Prokyonn)
- Fix typo in README.md (@Jupi007)
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)
- 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)
- Allow Symfony 6 (#115) (@chalasr)
- Remove php-cs-fixer file (@alexander-schranz)
- Upgrade php cs fixer (#116) (@alexander-schranz)
Release 0.7.0 (2022-06-10)
Release 0.6.2 (2021-12-02)
- Fix compatability with content-bundle (#102) (@wachterjohannes
Release 0.6.1 (2021-09-13)
- 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)