> For the complete documentation index, see [llms.txt](https://docs.wisej.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/docs/welcome/whats-new-in-4.1.md).

# What's New in 4.1

## Introduction

This release focuses on enhancing visualization, modernizing the user interface, and improving overall usability. With the integration of **ChartJS4**, a powerful new **Mermaid extension** for diagramming, support for **Lucide Icons**, and updated **FluentUI themes** and **icon packs**, building rich, interactive applications is now more intuitive than ever. We’ve also expanded **accessibility** support and introduced a new **dashboard control** to help you create more dynamic and inclusive user experiences.

## Availability

Wisej.NET 4.1 first shipped as a beta for Technology Partners. The public beta opened on May 25, 2026. See the [Wisej.NET 4.1 beta announcement](https://wisej.com/wisej-net-41-beta/).


---

# 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:

```
GET https://docs.wisej.com/docs/welcome/whats-new-in-4.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
