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

Changelog History
Page 29

  • v2.0.9 Changes

    April 15, 2016

    ๐Ÿ”‹ Features:

    • remove useless npm files from Serenity.CodeGenerator
  • v2.0.8 Changes

    April 15, 2016

    ๐Ÿ”‹ Features:

    • better generated output in ssdeclarations.d.ts for exported namespaces
  • v2.0.7 Changes

    April 14, 2016

    ๐Ÿ”‹ Features:

    • included jsPDF and jsPDF autoTable plugin [Serene]
    • pdf export samples in Order, Product and Customer grids [Serene]
    • removed fastclick.min.js as it was reportedly causing some problems in IE 11 [Serene]
  • v2.0.6 Changes

    April 12, 2016

    ๐Ÿ›  Bugfixes:

    • fix equality filter captions showing ID captions after recent change
  • v2.0.5 Changes

    April 11, 2016

    ๐Ÿ”‹ Features:

    • ported UserDialog and UserGrid to TypeScript [Serene]
    • started writing isolated script tests for Serene interface [Serene]
    • equality filter title can be overridden
    • changes to support better TypeScript interop
    • use method overriding instead of decorators, as TypeScript can't order types properly in combined file

    ๐Ÿ›  Bugfixes:

    • generated ts row was causing error in sergen for join fields
    • groups wasn't updated properly in PermissionCheckEditor after slickgrid update [Serene]
  • v2.0.4 Changes

    April 08, 2016

    ๐Ÿ”‹ Features:

    • add displayformat, urlformat and target properties to UrlFormatter
    • don't use colon string definition for export declare const strings in typescript declarations

    ๐Ÿ›  Bugfixes:

    • fix possible null reference error for nodes without heritage clauses in typescript typings generator
  • v2.0.3 Changes

    April 08, 2016

    ๐Ÿ›  Bugfixes:

    • fix null reference error with TextAreaEditorOptions
  • v2.0.2 Changes

    April 07, 2016

    ๐Ÿ”‹ Features:

    • add group collapse, expand and comparer methods

    ๐Ÿ›  Bugfixes:

    • fix problems with SlickGrid grouping in 2.0
  • v2.0.1 Changes

    April 07, 2016

    ๐Ÿ›  Bugfixes:

    • fix TypeScript dialog generated code
  • v2.0.0 Changes

    April 07, 2016

    ๐Ÿ”‹ Features:

    • Serenity now has TypeScript support, make sure you install TypeScript 1.8. Serene and migration guide coming soon...