-
Notifications
You must be signed in to change notification settings - Fork 82
Release notes #2869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes #2869
Changes from 2 commits
a7838b0
f28720b
01aed8d
97ea04c
c48b3da
83fbe2f
e2b2d33
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -11,7 +11,7 @@ | |||||
<div class="release-notes" markdown="1"> | ||||||
|
||||||
[[% set version = 'v4.6.22' %]] | ||||||
[[= release_note_entry_begin("Discounts " + version, 'TODO', ['LTS Update', 'Commerce']) =]] | ||||||
[[= release_note_entry_begin("Discounts " + version, '2025-08-05', ['LTS Update', 'Commerce']) =]] | ||||||
|
||||||
#### Global discount codes limits | ||||||
|
||||||
|
@@ -32,9 +32,44 @@ | |||||
- TODO | ||||||
|
||||||
[[= release_note_entry_end() =]] | ||||||
[[= release_note_entry_begin("Ibexa DXP " + version, 'TODO', ['Headless', 'Experience', 'Commerce']) =]] | ||||||
[[= release_note_entry_begin("Ibexa DXP " + version, '2025-08-05', ['Headless', 'Experience', 'Commerce', 'New feature']) =]] | ||||||
|
||||||
#### TODO | ||||||
#### Special characters in online editor | ||||||
|
||||||
The [online editor](online_editor_guide.md) now allows to easily enter special characters like currency symbols. | ||||||
Check warning on line 39 in docs/release_notes/ibexa_dxp_v4.6.md
|
||||||
It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html), | ||||||
|
||||||
 | ||||||
|
||||||
#### Pagination for ezobjectrelationlist in GraphQL | ||||||
|
||||||
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. | ||||||
|
||||||
#### Taxonomy Subtree limitation | ||||||
Check warning on line 48 in docs/release_notes/ibexa_dxp_v4.6.md
|
||||||
|
||||||
You can now more effectively manage access to [taxonomy items](taxonomy.md) by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation). | ||||||
mnocon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
#### Twig Components | ||||||
|
||||||
With the latest changes to [Twig Components](components.md), you can: | ||||||
|
||||||
- set component priority when using YAML configuration | ||||||
- render a menu with help of the new Menu component | ||||||
|
||||||
The list of built-in Twig Component groups has been expanded and includes: | ||||||
|
||||||
- one new group for the [back office](custom_components.md) (`admin-ui-versions-table-before`) | ||||||
- four new groups for [storefront](custommize_storefront_layout.md#customize-with-twig-components) | ||||||
|
||||||
#### Improved content creation interface | ||||||
|
||||||
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. | ||||||
|
||||||
 | ||||||
|
||||||
#### Breaking changes | ||||||
|
||||||
- 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) | ||||||
|
- 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) | |
- 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Fixed in 97ea04c , thanks!
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, there is a
graphql
variant as well (https://pygments.org/languages/) - will be fixed in a follow-up commit 🙇Edit: done in 97ea04c