All Versions
386
Latest Version
Avg Release Cycle
3 days
Latest Release
498 days ago

Changelog History
Page 27

  • v2.2.5 Changes

    July 04, 2016

    ๐Ÿ”‹ Features:

    • ability to generate code for multiple tables at once in sergen (thanks @dfaruque)
    • ability to choose which files to generate in sergen. e.g. row, endpoint, grid, page... (thanks @dfaruque)
  • v2.2.4 Changes

    July 02, 2016

    ๐Ÿ›  Bugfixes:

    • SaveHandler was updating two times in some cases
    • dropdown filter text is lost in filter bar after editing second time
  • v2.2.3 Changes

    June 11, 2016

    ๐Ÿ”‹ Features:

    • search for subdirectories when adding translation json files from a directory
    • added pt-BR translations (thanks @rolemberfilho)
    • split site texts for Northwind / Samples to separate directories [Serene]

    ๐Ÿ›  Bugfixes:

    • fix datagrid title can't be set if its not null
  • v2.2.2 Changes

    June 06, 2016

    ๐Ÿ”‹ Features:

    • added OracleDialect(thanks @dfaruque)
    • Serene and Northwind now works with Oracle [Serene]
    • alternative row generation with RowFieldsSurroundWithRegion config option in Sergen for those who likes regions (by @dfaruque)

    ๐Ÿ›  Bugfixes:

    • resolve automatic trimming problem for NotNull fields
  • v2.2.1 Changes

    May 28, 2016

    ๐Ÿ”‹ Features:

    • add ListField as an alias for CustomClassField>. ListField also acts like RowListField when cloning rows, so it clones the list itself.

    ๐Ÿ›  Bugfixes:

    • options defined as property for formatters or editors written in TypeScript couldn't be set
    • invalid cast error for Time fields, due to a bug in ADO.NET that converts parameter type to DateTime when you set it to Time!
  • v2.2.0 Changes

    May 21, 2016

    ๐Ÿ”‹ Features:

    • linking set behavior can now load list of selected items in a list request, so it is possible to show them in a grid column, or use it with in combination with a master detail scenario
    • showed representative names in customer grid
    • master detail relation can now work with non integer keys
    • multi level master detail is now possible
    • columnselection and includecolumns can be overridden for master detail relation
    • conditional row formatting sample [Serene]
  • v2.1.9 Changes

    May 19, 2016

    ๐Ÿ”‹ Features:

    • sergen generates files with UTF-8 preamble (BOM) again. BOM was lost after TFS integration work, though files was still UTF-8.
  • v2.1.8 Changes

    May 18, 2016

    ๐Ÿ›  Bugfixes:

    • dialog translation save was broken after a TS conversion
  • v2.1.7 Changes

    May 17, 2016

    ๐Ÿ”‹ Features:

    • sergen generates StreamField for timestamp / rowversion columns, not Int64
    • translate image upload editor errors
    • show row selection column as [x] in column picker dialog
    • don't display row selection column in pdf output [Serene]
  • v2.1.6 Changes

    May 16, 2016

    ๐Ÿ›  Bugfixes:

    • addValidationRule stopped working after 2.1.3 due to a typo in conversion of CustomValidation.cs to TypeScript