Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
faulknercs committed Dec 3, 2015
1 parent 64e003a commit 5d6944a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.3.1
-Fixed not working close button in popover, when bootstrap 3.3.5 used
-Removed unwrapProperties implementation as ko.toJS do the same. ko.utils.unwrapProperties still available as alias for ko.toJS
-Prioritised loading reference to knockout and jQuery from global context. It fixes cases, when knockout and jQuery are loaded from cdn and knockstarp is loaded via 'require'

v1.3.0
-Added pagination binding
-Added pager binding
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Knockstrap is binding library for Knockout.js, which provides bindings to Twitte
- Pagination
- Pager

[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.3.0/knockstrap-1.3.0.zip)
[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.3.1/knockstrap-1.3.1.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.3.0",
"version": "1.3.1",
"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.3.0</version>
<version>1.3.1</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.3.0",
"version": "1.3.1",
"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 5d6944a

Please sign in to comment.