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_v5.0.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,11 @@ For more information, see [REST API usage](https://doc.ibexa.co/en/latest/api/re
92
92
93
93
Support for serialization and deserialization of REST payloads with the [Symfony Serializer](https://symfony.com/doc/current/serializer.html) component improves data reliability and simplifies debugging.
94
94
95
+
#### React 19
96
+
97
+
[[= product_name =]]'s Back Office now uses [React 19](https://react.dev/blog/2024/12/05/react-19).
98
+
This upgrade enhances maintainability, unlocks new UI capabilities, and simplifies future feature development.
99
+
95
100
### Developer experience
96
101
97
102
#### New packages
@@ -218,6 +223,11 @@ The PHP API has been expanded with the following classes and interfaces:
The following sort clauses have been added in the v5.0 release:
@@ -324,9 +340,10 @@ The following Twig functions have been added in the v5.0 release:
324
340
This release brings other minor upgrades intended to improve the developer's experience:
325
341
326
342
- To improve code clarity, reliability, and error detection, type hint declarations that specify the expected data type have been added in multiple places throughout the product
327
-
- Improved DX with capabilities offered by PHP in version 8.3. For example, the `AsTwigComponent` attribute [facilitates autoconfiguration](components.md#php-code) of Twig components
328
-
- The introduction of [[[= product_name_base =]] Rector package](https://github.com/ibexa/rector) that is based on [Rector](https://github.com/rectorphp) and comes with additional rules for working with Ibexa code. You can use it to get rid of PHP code deprecations
329
-
-[New icons](../templating/twig_function_reference/icon_twig_functions.md#icons-reference) that serve as a highlight of a future system design
343
+
- Developer experience has improved with capabilities offered by PHP in version 8.3. For example, the `AsTwigComponent` attribute [facilitates autoconfiguration](components.md#php-code) of Twig components
344
+
- With protection against breaking changes and easier refactoring in mind, [TypeScript](https://www.typescriptlang.org/) can now be used to extend the Back Office
345
+
-[[[= product_name_base =]] Rector package](https://github.com/ibexa/rector) has been introduced that is based on [Rector](https://github.com/rectorphp) and comes with additional rules for working with Ibexa code. You can use it to get rid of PHP code deprecations
346
+
-[New icons](../templating/twig_function_reference/icon_twig_functions.md#icons-reference) replace the ones found in previous versions and serve as a highlight of a future system design
0 commit comments