Releases: KorzhCom/EasyData
EasyData 1.3.1
-
[Upd]: Sumbit form on Enter (if there is a focus on input or select)
-
[Fix]: Make default alignment to the left for string columns
-
[Fix]: Bug with checkbox input
-
[Fix]: Bug with drop display format
EasyData 1.3.0
-
[New]: Sample projects for Blazor Server and Blazor WebAssembly
-
[New]: Support for sorting by table (entity) fields in List views
-
[New]: Support for default display format for data types
-
[New]: File input editor for blob fields
-
[New]: Add select editor for enum properties
-
[Upd]: Pass grid options in view options
-
[Upd]: Rewrite changing location without page reloading
-
[Upd]: Autofocus on opened dialog
-
[Upd]: Refresh grid data without page reloading
-
[Upd]: Add ModelTuner to options
-
[Upd]: elasticChunks grid mode
-
[Upd]: Add KeepDbSetDeclarationOrder option indicating whether entities must keep the order of DbSet declarations
-
[Upd]: Remove constructor parameters from MetaEntityAttr descriptor
-
[Fix]: Max sheet name length on export to excel
-
[Fix]: Consider attribute order in returned result set
EasyData 1.2.7
-
[Upd]: Add open dialog managing functions to DialogService
-
[Fix]: DateTimePicker z-index in dialogs
EasyData 1.2.6
- [Upd]: Improve sequence formatter to support enums
EasyData 1.2.5
-
[Add]: Support for bool formatting as sequence
-
[Add]: Support for formatting numbers as mask
-
[Upd]: Add cancellation token to async operations
-
[Fix]: Error processing in HttpClient when responseType is arraybuffer or blob
EasyData 1.2.4
-
[Upd]: Metadata loading performance was improved
-
[Fix]: Wrong number of chunks were requested on pageSize == chunkSize. Issue #26
EasyData 1.2.3
- [Upd]: Add support for exporting extra rows
EasyData 1.2.2
- [New]:
showGrandTotalsOnEachPage
option for Grid - [Fix]: A syntax error in i18.ts with latest TypeScript versions
- [Fix]: Return 404 in MapEasyData if request was not processed the middleware
- [Fix]: Fixed grid header style
EasyData 1.2.1
- [Fix]: Transform EasyData.Exporters package to metapackage
- [Fix]: HttpClient error processing when response type is arraybuffer
- [Fix]: ExcelHtmlDataExporter content-type
EasyData 1.2.0
-
[New]: rootEntity options to enable one-entity display mode
-
[New]: ShowOnView, ShowOnEdit and ShowOnCreate propertis in MetaEntityAttr
-
[New]: CreateEntityAttr and AddEntityAttr methods of MetaData that take descriptor
-
[Upd]: API endpoints and processing filters
-
[Upd]: Improve HttpClient flexability