You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes/ibexa_dxp_v4.6.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,17 @@ It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/late
41
41
42
42

43
43
44
-
#### Pagination for ezobjectrelationlist in GraphQL
44
+
#### Support for Solr 9
45
45
46
-
To improve performance and gain greater control over the returned responses from the [GraphQL API](graphql.md), you can now [enable pagination](relationlistfield.md#enable-pagination-in-graphql) of relations specified using the Relationlist field type.
46
+
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
47
47
48
-
#### Taxonomy Subtree limitation
48
+
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to the [AI Actions](ai_actions.md) feature.
49
49
50
-
You can now manage access to [taxonomy items](taxonomy.md) more effectively by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation).
50
+
#### Improved content creation interface
51
51
52
-
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
52
+
The editing interface of the back office has been improved to better highlight the language, creator, and the publication date when working with content items.
53
+
54
+

53
55
54
56
#### Twig Components
55
57
@@ -61,26 +63,24 @@ With the latest changes to [Twig Components](components.md), you can:
61
63
The list of built-in Twig Component groups has been expanded and includes:
62
64
63
65
- one new group for the [back office](custom_components.md) (`admin-ui-versions-table-before`)
64
-
-four new groups for [storefront](customize_storefront_layout.md#customize-with-twig-components)
66
+
-eight new groups for [storefront](customize_storefront_layout.md#customize-with-twig-components)
65
67
66
-
#### Improved content creation interface
68
+
#### Taxonomy Subtree limitation
67
69
68
-
The editing interface of the back office has been improved to better highlight the language, creator, and the publication date when working with content items.
70
+
You can now manage access to [taxonomy items](taxonomy.md) more effectively by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation).
69
71
70
-

72
+
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
73
+
74
+
#### Pagination for ezobjectrelationlist in GraphQL
75
+
76
+
To improve performance and gain greater control over the returned responses from the [GraphQL API](graphql.md), you can now [enable pagination](relationlistfield.md#enable-pagination-in-graphql) of relations specified using the RelationList field type.
71
77
72
78
#### Breaking changes
73
79
74
80
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md#configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles)
75
81
- The `Ibexa\Contracts\AdminUi\Permission\PermissionCheckContextProviderInterface` interface has been removed
76
82
- The `Ibexa\Contracts\AdminUi\Values\PermissionCheckContext` class has been removed
77
83
78
-
#### Support for Solr 9
79
-
80
-
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
81
-
82
-
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to the [AI Actions](ai_actions.md) feature.
83
-
84
84
#### PHP API
85
85
86
86
The PHP API has been enhanced with the following new classes:
0 commit comments