Application Backup Configuration
We have implemented configuration options for scheduling application database backups. Users can set individual schedules for backups on an hourly basis, by day of the week, or by day of the month. For on-premise deployments, users have the flexibility to define custom folders for storing the database backups.Signature Component
We have added the Signature Component, which offers a straightforward interface for capturing handwritten signatures. This feature is particularly useful for sign-off formsDocument Preview Component
We have introduced the Document Preview Component, which allows developers to display previews of various document types, including images, PDFs, Word documents, and Excel spreadsheets.Database Query Enhancements
As part of our efforts to provide an EF Core-like experience, we have introduced support for the Local collection on EntityTable. This collection contains entities that have been added to the dataset but have not yet been saved to the database.Furthermore, we have improved the Find() method on EntityTable to prioritize searches through the Local collection first, resulting in enhanced performance.