@@ -378,7 +378,7 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
378378
379379!!! note "Missing custom tag configuration error"
380380
381- If the stored RichText includes any custom tags that aren’t configured or recognized, saving the content will cause a validation error.
381+ If the stored RichText record includes any custom tags that aren’t configured or recognized, saving the content will cause a validation error.
382382
383383### ibexa/form-builder
384384
@@ -441,8 +441,8 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
441441| :------------------------------------------------------| :------------------------------------------------------------------------|
442442| ` \Ibexa\Bundle\Rest\EventListener\CsrfListener::isLoginRequest ` | Add ` csrf_protection: false ` attribute to route definition. |
443443| ` \Ibexa\Bundle\Rest\EventListener\CsrfListener::isSessionRoute ` | Add ` csrf_protection: false ` attribute to route definition. |
444- | ` \Ibexa\Bundle\Rest\EventListener\RequestListener::REST_PREFIX_PATTERN ` | ` \Ibexa\Contracts\Rest\UriParser\UriParserInterface::isRestRequest ` |
445- | ` \Ibexa\Bundle\Rest\EventListener\RequestListener::hasRestPrefix ` | ` \Ibexa\Contracts\Rest\UriParser\UriParserInterface::isRestRequest ` |
444+ | ` \Ibexa\Bundle\Rest\EventListener\RequestListener::REST_PREFIX_PATTERN ` | Use ` \Ibexa\Contracts\Rest\UriParser\UriParserInterface::isRestRequest ` function. |
445+ | ` \Ibexa\Bundle\Rest\EventListener\RequestListener::hasRestPrefix ` | Use ` \Ibexa\Contracts\Rest\UriParser\UriParserInterface::isRestRequest ` function. |
446446| ` \Ibexa\Bundle\Rest\RequestParser\Router ` | ` \Ibexa\Contracts\Rest\UriParser\UriParserInterface ` |
447447| ` \Ibexa\Contracts\Rest\Output\Generator::generateMediaType ` | ` \Ibexa\Contracts\Rest\Output\Generator::generateMediaTypeWithVendor ` |
448448| ` \Ibexa\Rest\Output\FieldTypeSerializer::serializeFieldValue ` | ` \Ibexa\Rest\Output\FieldTypeSerializer::serializeContentFieldValue ` |
@@ -464,27 +464,29 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
464464| Old FQN | New FQN / Comment |
465465| :------------------------------------------------------| :------------------------------------------------------------------------|
466466| ` \Ibexa\Bundle\SiteFactory\DependencyInjection\Configuration::TREE_ROOT ` | Removed. Use the ` \Ibexa\Bundle\SiteFactory\DependencyInjection\IbexaSiteFactoryExtension::EXTENSION_NAME ` constant. |
467- | ` \Ibexa\SiteFactory\Event\EventDispatcher ` | ` Removed ` |
468- | ` \Ibexa\SiteFactory\ServiceDecorator\SiteServiceDecorator ` | ` Removed ` |
469- | ` \Ibexa\SiteFactory\ServiceEvent\Events\BeforeCreateSiteEvent ` | ` Removed ` |
470- | ` \Ibexa\SiteFactory\ServiceEvent\Events\BeforeDeleteSiteEvent ` | ` Removed ` |
471- | ` \Ibexa\SiteFactory\ServiceEvent\Events\BeforeUpdateSiteEvent ` | ` Removed ` |
472- | ` \Ibexa\SiteFactory\ServiceEvent\Events\CreateSiteEvent ` | ` Removed ` |
473- | ` \Ibexa\SiteFactory\ServiceEvent\Events\DeleteSiteEvent ` | ` Removed ` |
474- | ` \Ibexa\SiteFactory\ServiceEvent\Events\UpdateSiteEvent ` | ` Removed ` |
467+ | ` \Ibexa\SiteFactory\Event\EventDispatcher ` | Removed |
468+ | ` \Ibexa\SiteFactory\ServiceDecorator\SiteServiceDecorator ` | Removed |
469+ | ` \Ibexa\SiteFactory\ServiceEvent\Events\BeforeCreateSiteEvent ` | Removed |
470+ | ` \Ibexa\SiteFactory\ServiceEvent\Events\BeforeDeleteSiteEvent ` | Removed |
471+ | ` \Ibexa\SiteFactory\ServiceEvent\Events\BeforeUpdateSiteEvent ` | Removed |
472+ | ` \Ibexa\SiteFactory\ServiceEvent\Events\CreateSiteEvent ` | Removed |
473+ | ` \Ibexa\SiteFactory\ServiceEvent\Events\DeleteSiteEvent ` | Removed |
474+ | ` \Ibexa\SiteFactory\ServiceEvent\Events\UpdateSiteEvent ` | Removed |
475475
476476### ibexa/solr
477477
478+ Support for facet search has been dropped, use the ` Aggregation ` API instead.
479+
478480| Old FQN | New FQN / Comment |
479481| :------------------------------------------------------| :------------------------------------------------------------------------|
480- | ` \Ibexa\Solr\Handler::$resultExtractor ` | ` Use $contentResultExtractor or $locationResultExtractor instead of $resultExtractor ` |
482+ | ` \Ibexa\Solr\Handler::$resultExtractor ` | Use ` $contentResultExtractor ` or ` $locationResultExtractor ` . |
481483| ` \Ibexa\Solr\Gateway\UpdateSerializer ` | ` \Ibexa\Solr\Gateway\UpdateSerializer\XmlUpdateSerializer ` |
482- | ` \Ibexa\Solr\Query\FacetBuilderVisitor ` | ` Use Aggregation API ` |
483- | ` \Ibexa\Solr\Query\FacetFieldVisitor ` | ` Use Aggregation API ` |
484- | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\Aggregate ` | ` Use Aggregation API ` |
485- | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\ContentType ` | ` Use Aggregation API ` |
486- | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\Section ` | ` Use Aggregation API ` |
487- | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\User ` | ` Use Aggregation API ` |
484+ | ` \Ibexa\Solr\Query\FacetBuilderVisitor ` | Use ` Aggregation API ` . |
485+ | ` \Ibexa\Solr\Query\FacetFieldVisitor ` | Use ` Aggregation API ` . |
486+ | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\Aggregate ` | Use ` Aggregation API ` . |
487+ | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\ContentType ` | Use ` Aggregation API ` . |
488+ | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\Section ` | Use ` Aggregation API ` . |
489+ | ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\User ` | Use ` Aggregation API ` . |
488490| ` \Ibexa\Solr\Query\Content\CriterionVisitor\Field ` | ` \Ibexa\Solr\Query\Common\CriterionVisitor\Field ` |
489491
490492### ibexa/storefront
@@ -498,7 +500,7 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
498500| Old FQN | New FQN / Comment |
499501| :------------------------------------------------------| :------------------------------------------------------------------------|
500502| ` \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\IbexaSystemInfoCollector::CONTENT_PACKAGES ` | Removed. Use the ` \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\IbexaSystemInfoCollector::HEADLESS_PACKAGES ` constant. |
501- | ` \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\IbexaSystemInfoCollector::ENTERPRISE_PACKAGES ` | Removed. Use ` IbexaSystemInfoCollector::EXPERIENCE_PACKAGES ` or ` IbexaSystemInfoCollector::CONTENT_PACKAGES ` constants . |
503+ | ` \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\IbexaSystemInfoCollector::ENTERPRISE_PACKAGES ` | Removed. Use ` IbexaSystemInfoCollector::EXPERIENCE_PACKAGES ` or ` IbexaSystemInfoCollector::CONTENT_PACKAGES ` constant . |
502504| ` \Ibexa\Bundle\SystemInfo\SystemInfo\Value\IbexaSystemInfo::$stability ` | ` \Ibexa\Bundle\SystemInfo\SystemInfo\Value\IbexaSystemInfo ` is considered internal. |
503505
504506### ibexa/workflow
@@ -520,16 +522,16 @@ The following service definitions have been removed:
520522
521523| Old class or function| New class or function|
522524| :----| :----|
523- | ` formatLine ` | Removed |
524- | ` parseAll ` | Removed |
525- | ` fileSizeToString ` | Use ` fileSizeToString ` function from ` /src/bundle/ui-dev/src/modules/common/helpers/text.helper.js ` . |
526- | ` backdrop.js ` | Use the ` ibexa.core.Backdrop ` component. |
527- | ` sidebar.block.js ` | ` block.js ` |
528- | ` sidebar.blocks.group.js ` | ` block.group.js ` |
529- | ` sidebar.js ` | ` toolbox.js ` |
530- | ` indentation.vertical.js ` | Use ` IndentationHorizontal ` . |
531- | ` portal.provider.js:21 ` | Use ` Portal ` . |
532- | ` usePortal.js ` | Use ` Portal ` . |
525+ | ` formatLine ` const in ` /src/bundle/Resources/public/js/scripts/helpers/form.error.helper.js ` | Removed |
526+ | ` parseAll ` const in ` /src/bundle/Resources/public/js/scripts/helpers/middle.ellipsis.js ` | Removed |
527+ | ` fileSizeToString ` const in ` src/bundle/ui-dev/src/modules/multi-file-upload/helpers/text.helper.js ` | Use ` fileSizeToString ` function from ` /src/bundle/ui-dev/src/modules/common/helpers/text.helper.js ` . |
528+ | ` src/bundle/ui-dev/src/modules/common/components/backdrop/ backdrop.js` | Use the ` ibexa.core.Backdrop ` component. |
529+ | ` src/bundle/ui-dev/src/modules/page-builder/components/block/ sidebar.block.js` | ` src/bundle/ui-dev/src/modules/page-builder/components/block/ block.js` |
530+ | ` src/bundle/ui-dev/src/modules/page-builder/components/block/ sidebar.blocks.group.js` | ` src/bundle/ui-dev/src/modules/page-builder/components/ block/blocks .group.js` |
531+ | ` src/bundle/ui-dev/src/modules/page-builder/components/ sidebar/sidebar .js` | ` src/bundle/ui-dev/src/modules/page-builder/components/ toolbox.js` |
532+ | ` src/bundle/ui-dev/src/modules/tree-builder/components/ indentation-vertical/indentation .vertical.js) ` | ` src/bundle/ui-dev/src/modules/tree-builder/components/indentation-horizontal/indentation.horizontal.js ` |
533+ | ` src/bundle/ui-dev/src/modules/tree-builder/components/ portal-provider/portal .provider.js` | ` tree-builder/src/bundle/ui-dev/src/modules/tree-builder/components/portal/portal.js ` |
534+ | ` src/bundle/ui-dev/src/modules/tree-builder/hooks/ usePortal.js` | ` tree-builder/src/bundle/ui-dev/src/modules/tree-builder/components/portal/portal.js ` |
533535
534536## Configuration keys
535537
@@ -544,8 +546,8 @@ The following service definitions have been removed:
544546
545547| Old setting| New setting|
546548| :----| :----|
547- | ` ibexa-alert--complementary ` | Use ` ibexa-alert--info ` instead. |
548- | ` sidebar-drag-items ` | `toolbox-drag-items |
549+ | ` ibexa-alert--complementary ` | ` ibexa-alert--info ` |
550+ | ` sidebar-drag-items ` | ` toolbox-drag-items ` |
549551| ` sidebar-drag-items-group ` | ` toolbox-drag-items-group ` |
550552| ` sidebar-drag-item ` | ` tooblox-drag-item ` |
551553| ` /src/bundle/Resources/public/scss/mixins/_font.scss ` | Removed |
0 commit comments