Shared Features
This post is dedicated to platform-specific features. To review the features shared across all supported platforms (ASP.NET MVC/Core, jQuery, Angular, React and Vue) please refer to the following blog posts:
ASP.NET Core
CRUD Forms Generation in Visual Studio Scaffolder
We recently introduced the scaffolding necessary to enable editing for CRUD list views (based on our DataGrid and TreeList controls). If you need to edit data objects with numerous properties, you may want to use a separate data Form instead of inline editing within the list view. We will extend the capabilities of our design time tools with a new Data Form Scaffolder.
XPO support in CRUD Web API Scaffolder in Visual Studio
Our existing CRUD API scaffolder uses Entity Framework data models to generate API controllers. We hope to support XPO (eXpress Persistent Objects) as an ORM data model source in 2019.
Visual Studio Project Templates with Responsive App Layouts
In our v18.2 release cycle, we introduced a Drawer component and a set of responsive application layouts for Angular. We are going to replicate these layouts for ASP.NET Core and integrate them into new Visual Studio project templates.
Release Spreadsheet and Rich Text Editor as RTM
In v18.2, we announced CTPs of the Spreadsheet and Rich Text Editor controls for ASP.NET Core. We will officially release these products in v19.1.
Angular
CRUD Forms Generation in Visual Studio Scaffolder
This feature is much like the one described earlier. We’ll give you the ability to generate Angular CRUD forms based on your data model.
Visual Studio Project Templates with Responsive Application Layouts
In v18.2 we released a Drawer component and a set of responsive application layouts for Angular. We are going to integrate these products into the new Visual Studio Angular project templates.
React
Responsive Application Layout Templates & CLI Tools
We recently introduced a set of Angular CLI tools and application layout templates. Would you like to see the same capabilities introduced for devextreme-react.
DevExtreme Reactive
We will publish a dedicated post for DevExtreme Reactive shortly.
Vue
Responsive Application Layout Templates & CLI Tools
Our Vue components were released a few weeks ago. DevExtreme Vue users have asked that we introduce layout templates much like those we ship with our Angular product line.