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

Changelog History
Page 26

  • v2.3.7 Changes

    July 21, 2016

    🔋 Features:

    • added populate linked data sample [Serene]
    • added serial auto numbering sample [Serene]
    • added product excel import sample [Serene]

    🛠 Bugfixes:

    • fix column ordering not restored properly from persistance
    • use sheet name and table style specified properly in excel generator (thanks @Estrusco)
  • v2.3.6 Changes

    July 20, 2016

    🛠 Bugfixes:

    • fix error in client side criteria value conversion
  • v2.3.5 Changes

    July 20, 2016

    🔋 Features:

    • use an older version of VSSDK.ComponentModelHost to keep compability with VS 2012 & 2013
    • try to convert criteria values received from client side to field type, to avoid errors in some db engines like Oracle for dates, and get better performance for indexed fields
  • v2.3.4 Changes

    July 19, 2016

    🛠 Bugfixes:

    • fix usage of ROWNUM for Oracle paging queries
  • v2.3.3 Changes

    July 18, 2016

    🔋 Features:

    • rename EditorUtils.setReadOnly to setReadonly for overload that takes jQuery parameter
    • added readonly dialog sample [Serene]

    🛠 Bugfixes:

    • fix paging for Oracle queries
  • v2.3.2 Changes

    July 15, 2016

    🔋 Features:

    • make RetrieveRequest interface members optional in TypeScript
    • added get id of inserted record sample [Serene]
    • added dialog boxes sample [Serene]
    • auto replace 'f' with '0' for excel date/time display formats
    • changed login design using vegas plugin (thanks @jsbUSMBC)
    • made login page responsive [Serene]
  • v2.3.1 Changes

    July 13, 2016

    🔋 Features:

    • Serene template size gets down to 2.5MB from 21MB+, by excluding NuGet packages from VSIX
    • static assets and code generation tools in Serenity.Web and Serenity.CodeGenerator NuGet packages are moved into new Serenity.Web.Assets and Serenity.Web.Tooling packages, which are separately versioned from other Serenity packages to reduce download sizes.
    • converted Flot, iCheck and some other parts in Serene to NuGet references
    • disable tslint by adding an empty tslint.json
    • added removing add button sample [Serene]
  • v2.2.8 Changes

    July 09, 2016

    🔋 Features:

    • added RadioButtonEditor (thanks @Estrusco)
    • made RadioButtonEditor work with enums and lookups
    • optional GridEditor and GridEditorDialog generation in sergen (thanks @dfaruque)
    • added initial values for quick filters sample [Serene]
  • v2.2.7 Changes

    July 07, 2016

    🛠 Bugfixes:

    • CascadeField property of LookupEditorBase is not converted to an ES5 property
  • v2.2.6 Changes

    July 07, 2016

    🛠 Bugfixes:

    • fix issue with Recaptcha due to their change in response and json deserialization by using tolerant mode