Skip to content

Commit

Permalink
Update version history
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Dec 13, 2024
1 parent 9891e72 commit fdf84e1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Regardless of the method used, you must send the new message to a backend.

With the DevExtreme Chat UI component, you can incorporate AI-powered app assistants, implement Copilot-inspired user interfaces, and much more. To introduce these capabilities to your next DevExtreme-powered web app, simply set up appropriate AI services on the backend (Microsoft/OpenAI - GPT, Google - Gemini, self-hosted models via Ollama, or other AI services).

<img src="/images/whats-new/24-2-js-chat-ai.png" alt="DevExtreme Chat implementing a virtual AI assistant" style="display: flex;
<!-- <img src="/images/whats-new/24-2-js-chat-ai.png" alt="DevExtreme Chat implementing a virtual AI assistant" style="display: flex;
align-items: center;
justify-content: center;
padding: 40px;
background-color: #f1f1f1;
border-radius: 6px;" />
border-radius: 6px;" /> -->

![DevExtreme Chat implementing a virtual AI assistant](/images/whats-new/24-2-js-chat-ai.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The DevExtreme TabPanel and MultiView include a new [visible](/Documentation/Api

### DataSource - Case Sensitive Filtering

[In v23.1](https://www.devexpress.com/subscriptions/new-2023-1.xml#js-data-layer), we released [langParams](/Documentation/ApiReference/Data_Layer/DataSource/Configuration/langParam) for DataSource. This property can be used to include language-specific parameters for sorting and filtering operations performed on a client.
[In v23.1](https://www.devexpress.com/subscriptions/new-2023-1.xml#js-data-layer), we released [langParams](/Documentation/ApiReference/Data_Layer/DataSource/Configuration/langParams) for DataSource. This property can be used to include language-specific parameters for sorting and filtering operations performed on a client.

This update includes case sensitivity for the `langParams` options. As you can see in the image below, you can now introduce case-aware filtering when using DevExtreme UI components with DataSource support (such as DataGrid).

Expand Down
18 changes: 18 additions & 0 deletions concepts/Common/What's New/90 Verison History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
DevExtreme major updates (released twice per year) may include new components, features, or enhancements. Refer to our What’s New for more information on our most recent major update: [What’s New in DevExtreme](/Documentation/Guide/Common/What's_New/v24.2_Release_Notes/).

[note] Explore the latest features on the DevExpress website: [What's New in the Latest Version](https://www.devexpress.com/subscriptions/whats-new).

## Previous Major Versions

- [v24.1 Release Notes](https://www.devexpress.com/subscriptions/new-2024-1.xml#devextreme)
- [v23.2 Release Notes](https://www.devexpress.com/subscriptions/new-2023-2.xml#devextreme)
- [v23.1 Release Notes](https://www.devexpress.com/subscriptions/new-2023-1.xml#devextreme)
- [v22.2 Release Notes](https://www.devexpress.com/subscriptions/new-2022-2.xml#devextreme)
- [v22.1 Release Notes](https://www.devexpress.com/subscriptions/new-2022-1.xml#devextreme)
- [v21.2 Release Notes](https://www.devexpress.com/subscriptions/new-2021-2.xml#devextreme)
- [v21.1 Release Notes](https://www.devexpress.com/subscriptions/new-2021-1.xml#devextreme)
- [Release Notes in Older Versions](https://www.devexpress.com/support/versions.xml#major)

## Security Advisories

To view security-related advisories for our most recent major/minor builds, navigate to the following webpage (login required): [Security Advisories](https://supportcenter.devexpress.com/securityadvisories/).

0 comments on commit fdf84e1

Please sign in to comment.