Skip to content

Commit

Permalink
Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
faulknercs committed Sep 25, 2015
1 parent 1a14a23 commit a03efd0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.3.0
-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.

v1.2.1
-Fixed issue with submitting forms with toggle buttons
-Fixed attemting to set visible property for computed value for modal binding
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ Knockstrap is binding library for Knockout.js, which provides bindings to Twitte
- Radio button
- Checkbox button
- Carousel
- Pagination
- Pager

[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.2.1/knockstrap-1.2.1.zip)
[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.3.0/knockstrap-1.3.0.zip)

[Documentation/Examples](http://faulknercs.github.io/Knockstrap/)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockstrap",
"version": "1.2.1",
"version": "1.3.0",
"description": "Knockout bindings to Twitter Bootstrap 3 widgets",
"main": "build/knockstrap.js",
"homepage": "http://faulknercs.github.io/Knockstrap/",
Expand Down
2 changes: 1 addition & 1 deletion knockstrap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Knockstrap</id>
<version>1.2.1</version>
<version>1.3.0</version>
<authors>Artyom Stepanyuk</authors>
<owners>Artyom Stepanyuk</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockstrap",
"version": "1.2.1",
"version": "1.3.0",
"description": "Knockout bindings to Twitter Bootstrap 3",
"homepage": "http://faulknercs.github.io/Knockstrap/",
"bugs": "https://github.com/faulknercs/Knockstrap/issues",
Expand Down

0 comments on commit a03efd0

Please sign in to comment.