Releases: dynamic-vml/dvml
Releases · dynamic-vml/dvml
DynamicVML v1.5.0
Release notes
- Fixing an issue with model binding;
- Adding OnAdd virtual protected methods to enable customizing the view models upon insertion;
- Updating NuGet dependencies and sample applications.
Install with:
dotnet add package DynamicVML --version 1.5.0
Documentation is available at dynamic-mvl.github.io
DynamicVML v1.4.0
Release notes
- Adding support for Razor Pages;
- Adding a new interface (IDynamicViewModelCollection) that can be used to access view models contained in the dynamic list;
- Updating to .NET 5.0 and updating other NuGet dependencies.
Install with:
dotnet add package DynamicVML --version 1.4.0
Documentation is available at dynamic-mvl.github.io
DynamicVML v1.3.0
Release notes
- Adding support for passing additional controller parameters in the add-new-item actions.
Install with:
dotnet add package DynamicVML --version 1.3.0
Documentation is available at dynamic-mvl.github.io
DynamicVML v1.2.1
Release notes
- Fixing support for nested lists
Install with:
dotnet add package DynamicVML --version 1.2.1
Documentation is available at dynamic-mvl.github.io
DynamicVML v1.1.0
Initial release
Install with:
dotnet add package DynamicVML --version 1.1.0
Documentation is available at dynamic-mvl.github.io
DynamicVML v1.0.0
Initial release
Install with:
dotnet add package DynamicVML --version 1.0.0
Documentation is available at dynamic-mvl.github.io