All Versions
351
Latest Version
Avg Release Cycle
15 days
Latest Release
392 days ago
Changelog History
Page 23
Changelog History
Page 23
-
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
-
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!