Skip to content

Commit 4002098

Browse files
committed
Added a mention of new type hints
1 parent 64bf775 commit 4002098

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<ul>
103103
<li><a href="release_notes/ibexa_dxp_v5.0/#ai-actions">AI Actions</a></li>
104104
<li><a href="release_notes/ibexa_dxp_v5.0/#discounts">Discounts</a></li>
105-
<li><a href="release_notes/ibexa_dxp_v5.0/#tech-stack-upgrades">Tech stack upgrades</a></li>
105+
<li><a href="release_notes/ibexa_dxp_v5.0/#software-architecture-upgrades">Tech stack upgrades</a></li>
106106
</ul>
107107
</div>
108108
<div class="col-12 col-lg-6 col-fhd-3">

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ With performance, coding safety and security in mind, with this version, [[= pro
8686

8787
#### OpenAPI support
8888

89-
Adding support for generating the OpenAPI specification for our REST API makes future changes more manageable, and helps our partners automatically generate REST API clients.
89+
Adding support for generating the [OpenAPI](https://www.openapis.org/) specification for our REST API makes future changes more manageable, and helps our partners automatically generate REST API clients.
9090

91-
Support for serialization and deserialization of REST payloads with the Symfony Serializer component improves data reliability and simplifies debugging.
91+
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.
9292

9393
### Developer experience
9494

@@ -321,9 +321,10 @@ The following Twig functions have been added in the v5.0 release:
321321

322322
This release brings other minor upgrades intended to improve the developer's experience:
323323

324-
- [New icons](../templating/twig_function_reference/icon_twig_functions.md#icons-reference) that serve as a highlight of a future system design
324+
- 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
325325
- 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
326326
- 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
327+
- [New icons](../templating/twig_function_reference/icon_twig_functions.md#icons-reference) that serve as a highlight of a future system design
327328

328329
### Deprecations
329330

docs/release_notes/ibexa_dxp_v5.0_deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These changes include dropped packages, changing database table and column names
1616
## Dropped packages
1717

1818
[[= product_name =]] v5.0 no longer includes legacy Commerce packages.
19-
The solution has been replaced with [Commerce](commerce.md) that is included as standard and enhanced since v4.4.
19+
The solution has been replaced with [Commerce](commerce.md) that is included as standard and has been continuously developed since v4.4.
2020

2121
Also, packages `compatibility-layer` and `icons` have been dropped.
2222

0 commit comments

Comments
 (0)