Knockstrap 1.3.0
See the version list below for details.
dotnet add package Knockstrap --version 1.3.0
NuGet\Install-Package Knockstrap -Version 1.3.0
<PackageReference Include="Knockstrap" Version="1.3.0" />
paket add Knockstrap --version 1.3.0
#r "nuget: Knockstrap, 1.3.0"
// Install Knockstrap as a Cake Addin #addin nuget:?package=Knockstrap&version=1.3.0 // Install Knockstrap as a Cake Tool #tool nuget:?package=Knockstrap&version=1.3.0
Knockout bindings to Twitter Bootstrap 3
Learn more about Target Frameworks and .NET Standard.
-
- Bootstrap (>= 3.0.0)
- 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 pagination binding
-Added pager binding
-Added class binding
-Updated bower dependencies with official knockout package
-Updated to use anonymous module when exporting via AMD
-Fixed alert and checkbox binding to work in ie8
-Fixed carousel binding to add "active" class to first indicator after loading
-Fixed radioBinding using value with quote
-Fixed the previous css class is not removed from alert element
-Popover now subscribes to the bootstrap 3.3.5 event inserted.bs.popover if available
-Changed grunt-templates-concat to grunt-html-convert in build process, because grunt-templates-concat was removed from npm repo for unknown reasons.