Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

June changelog #225

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion en/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@ _keywords: App Builder, Web App Builder, Design Systems, Design Systems UX, UI k
# App Builder - Change Log

> [!NOTE]
> Latest update was made on 23 of May, 2024.
> Latest update was made on 25th of June, 2024.


# June 2024 Release
## Features
- Design and generate your apps for **React**.
- Allow first-time visitors to use App Builder in **Guest-access mode**. Visitors can save their progress at any time by signing in with an account.

## Improvements
- Added two-way data binding support to **Select, Text-area and Radio-group components**.
- Get notified of **updates to Datasources** that your app depends on, and view the changes.

## Maintenance updates
- Angular apps are generated using [Ignite UI for Angular `17.2.0`](https://github.com/IgniteUI/igniteui-angular/releases/tag/17.2.0).
- React apps are generated using [Ignite UI for React `18.6.1`](https://github.com/IgniteUI/igniteui-react).
- Web Component apps are generated using [Ignite UI for Web Components `4.9.0`](https://github.com/IgniteUI/igniteui-webcomponents/blob/4.9.0/CHANGELOG.md#490---2024-04-30).
- Blazor apps are generated using [Ignite UI for Blazor `23.2.204`](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/general-changelog-dv-blazor#232204).
- Bug fixes

## May 2024 Release
## Features
Expand Down
Loading