Knockstrap 1.4.0
See the version list below for details.
dotnet add package Knockstrap --version 1.4.0
NuGet\Install-Package Knockstrap -Version 1.4.0
<PackageReference Include="Knockstrap" Version="1.4.0" />
paket add Knockstrap --version 1.4.0
#r "nuget: Knockstrap, 1.4.0"
// Install Knockstrap as a Cake Addin #addin nuget:?package=Knockstrap&version=1.4.0 // Install Knockstrap as a Cake Tool #tool nuget:?package=Knockstrap&version=1.4.0
Knockout bindings to Twitter Bootstrap 3
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.9.0)
- knockoutjs (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Knockstrap:
Package | Downloads |
---|---|
FragCodeWebStarterPack
Starter pack for ASP.NET MVC5. Include: jQuery, Bootstrap, FluentBootstrap, Knockout, Knockstrap, SignalR, Knockout Validation, Knockout-select2 |
GitHub repositories
This package is not used by any popular GitHub repositories.
-Added support of stacked progress-bars for progress binding
-Added support of custom event names for modal binding (so if you override events of modal, you still would be able to use modal binding)
-Added support of usage of all template options with popover binding
-Added possibility to use object with template options for popover binding's template property
-Fixed issue with clickable disabled checkboxes in checkbox binding
-Fixed not updating popover when its data was dynamically changed while popover is opened
-Fixed issue with not disabled controls in pagination binding for cases, when pagesCount is zero
-Fixed issue with numeric values in radio binding
-Removed Bootstrap dependency from nuspec, since there is a lot of different packages with Bootstrap
-Removed jamjs repository link since it is closed now