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 Oct 9, 2014
1 parent 5e3e61f commit 80f6f10
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.1.0
-Added possibility to use popover binding with other bindings on same element and with other bindings on child elements
-Added support of close button via 'data-dismiss="popover"' for popover binding
-Made visible property optional for modal binding
-Added possibility of using observable header, body and footer properties to modal binding
-Added possibility to obtain added templates from stringTemplateEngine
-Added possibility to provide different options for progress-bar in progress binding
-Added possibility to change default css and attributes of root element for modal, progress and carousel bindings

v1.0.0
-Fixed popover positioning, when template is used
-Fixed not changing template, when popover is opened
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Knockstrap is binding library for Knockout.js, which provides bindings to Twitte
- Checkbox button
- Carousel

[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.0.0/knockstrap-1.0.0.zip)
[Download](https://github.com/faulknercs/Knockstrap/releases/download/v1.1.0/knockstrap-1.1.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.0.0",
"version": "1.1.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.0.0</version>
<version>1.1.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.0.0",
"version": "1.1.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 80f6f10

Please sign in to comment.