- Uses IDD 1.4.x
- Target framework is .NET 4.5.2
- Uses Angara.Table 0.2.1, Angara.Chart 0.2.0 and Angara.Serialization 0.2.0
Bug fixes:
- Serialization of a complex structure (e.g. a Table instance) as a record (i.e. using the general object serializer) for HTML caused StackOverflowException.
- Uses recent version of angara.tablejs (v0.1.1).
Features:
- The repository exposes a bower component
Angara.Html
which includes basic scripts required by HTML code produced byAngara.Html.MakeEmbeddable
. Angara.Html.MakeEmbeddable
doesn't requireorigin
parameter and the produced HTML code uses github as cdn for Angara scripts.- Angara.Html supports for
Angara.Data.Table
type. Angara.Base.Init()
registers serializers of theAngara.Table
package as well.
Fixes:
- Bower for Angara.Html has explicit resolution for
jquery
to version 2.1.4.
- New method
Angara.Html.MakeEmbeddable
which generates HTML text displaying the object given as the argument. The HTML text loads all required resources from an origin CDN and can be embedded to an HTML page without any additional files required. - Nuget package Angara.Base depends on Angara.Statistics.
Features:
Angara.Html.Save()
for an unregistered object checks whether it implementsIEnumerable
orIDictionary
interfaces and serializes their contents as well.- Build process of Angara.Html is improved.
Refactoring:
Angara.Html.UISerializers
is nowAngara.Html.Serializers
.
Bug fix:
Angara.Html.Save()
allows to save objects with indexing properties.