> For the complete documentation index, see [llms.txt](https://docs.rayon.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rayon.design/french/autres-ressources/product-updates/march-2023-changelog.md).

# Mars 2023 Mise à jour

#### Nous avons apporté quelques améliorations à certaines fonctionnalités afin de rendre votre expérience Rayon plus fluide !

Voici ce qui s'est amélioré 💪

* Blocs : texte de mise à l'échelle
* Style : décalage et rotation de la texture par zone individuelle
* Tableaux : option "group by

Pour un aperçu plus approfondi des caractéristiques de Rayon, 👉 [consulter la documentation](/french/documentation/rayon-documentation.md)

## Des fonctionnalités qui s'améliorent 💪 <a href="#h_32cfab8531" id="h_32cfab8531"></a>

### Blocs : mise à l'échelle du texte 💪 <a href="#h_21f7f0d926" id="h_21f7f0d926"></a>

<figure><img src="https://downloads.intercomcdn.com/i/o/684819076/ad98bbe45ee755832ed9a6dc/ezgif.com-gif-maker+(8).gif" alt=""><figcaption></figcaption></figure>

Le texte incorporé dans un bloc est désormais mis à l'échelle de manière transparente ! 👉 En savoir plus sur les blocs [dans notre documentation](/french/documentation/publishing-and-sharing.md)

### Style : décalage et rotation de la texture par zone individuelle 💪 <a href="#h_b32143cb14" id="h_b32143cb14"></a>

<figure><img src="https://downloads.intercomcdn.com/i/o/684817551/66e559adc7161ab10058dae6/ezgif.com-gif-maker+(7).gif" alt=""><figcaption></figcaption></figure>

Désormais, les zones ayant le même style de texture peuvent être contrôlées indépendamment pour définir leur décalage et leur rotation ! 👉 En savoir plus sur les styles [dans notre documentation](/french/documentation/design/styles.md)

### Tableaux : option "grouper par" 💪 <a href="#h_1dfa727110" id="h_1dfa727110"></a>

<figure><img src="https://downloads.intercomcdn.com/i/o/684816358/111e3e59322742bb289866d9/ezgif.com-gif-maker+(6).gif" alt=""><figcaption></figcaption></figure>

Les tableaux sont destinés à énumérer et à compter les éléments d'un plan d'étage. Désormais, vous pouvez également regrouper ces éléments ! 👉 En savoir plus sur les tableaux [dans notre documentation](/french/documentation/design/metadata-and-tables.md)

***

## Des questions ? ☝️ <a href="#h_ccab3c64ac" id="h_ccab3c64ac"></a>

-> N'hésitez pas à nous envoyer un courriel à <support@rayon.so> 🙌

→ Pour un aperçu plus approfondi des fonctionnalités de Rayon, [consultez la documentation](/french/documentation/rayon-documentation.md) 🔗


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rayon.design/french/autres-ressources/product-updates/march-2023-changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
