Skip to content

Releases: KorzhCom/EasyData

EasyData 1.3.1

27 Jul 10:20
ab4acf7
Compare
Choose a tag to compare
  • [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

26 Jul 10:49
335bb0b
Compare
Choose a tag to compare
  • [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

08 May 16:15
8e6469d
Compare
Choose a tag to compare
  • [Upd]: Add open dialog managing functions to DialogService

  • [Fix]: DateTimePicker z-index in dialogs

EasyData 1.2.6

29 Apr 15:40
5b39636
Compare
Choose a tag to compare
  • [Upd]: Improve sequence formatter to support enums

EasyData 1.2.5

28 Apr 13:42
71bca10
Compare
Choose a tag to compare
  • [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

09 Apr 10:20
54c6824
Compare
Choose a tag to compare
  • [Upd]: Metadata loading performance was improved

  • [Fix]: Wrong number of chunks were requested on pageSize == chunkSize. Issue #26

EasyData 1.2.3

24 Mar 17:23
Compare
Choose a tag to compare
  • [Upd]: Add support for exporting extra rows

EasyData 1.2.2

19 Mar 17:08
Compare
Choose a tag to compare
  • [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

25 Feb 17:05
af8dfb0
Compare
Choose a tag to compare
  • [Fix]: Transform EasyData.Exporters package to metapackage
  • [Fix]: HttpClient error processing when response type is arraybuffer
  • [Fix]: ExcelHtmlDataExporter content-type

EasyData 1.2.0

24 Feb 17:09
12bc4a9
Compare
Choose a tag to compare
  • [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