diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3e4fc15..f13d89f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ Please refer to the following release notes when upgrading your version of Knockback-Navigators.js. +## 0.1.2 + +* made pane navigator check for DOM changes using setInterval to ensure an active element is always present. + ## 0.1.1 * added AMD loader to all components. diff --git a/examples/pnp-nt-i_xui_pth_kb.html b/examples/pnp-nt-i_xui_pth_kb.html index e5cfce8..2d86bd7 100644 --- a/examples/pnp-nt-i_xui_pth_kb.html +++ b/examples/pnp-nt-i_xui_pth_kb.html @@ -39,7 +39,7 @@

Page2

- + - + diff --git a/examples/pnp-t-i_jq_kb.html b/examples/pnp-t-i_jq_kb.html index 07e60a9..2cf6a96 100644 --- a/examples/pnp-t-i_jq_kb.html +++ b/examples/pnp-t-i_jq_kb.html @@ -30,7 +30,7 @@

- + diff --git a/examples/pnp-t_jq_kb.html b/examples/pnp-t_jq_kb.html index f74ce30..6f86df1 100644 --- a/examples/pnp-t_jq_kb.html +++ b/examples/pnp-t_jq_kb.html @@ -30,7 +30,7 @@

- + diff --git a/examples/pnp-t_zpt_kb.html b/examples/pnp-t_zpt_kb.html index 1551a86..5d6dd2d 100644 --- a/examples/pnp-t_zpt_kb.html +++ b/examples/pnp-t_zpt_kb.html @@ -30,7 +30,7 @@

- + diff --git a/examples/pns-e_jq_kb.html b/examples/pns-e_jq_kb.html index 2d404a3..66f28fd 100644 --- a/examples/pns-e_jq_kb.html +++ b/examples/pns-e_jq_kb.html @@ -30,7 +30,7 @@

- + - + - + - + + diff --git a/test/knockback-page-navigator-simple/test-latest-amd.html b/test/knockback-page-navigator-simple/test-latest-amd.html index 4fedaa3..cf8e8f3 100644 --- a/test/knockback-page-navigator-simple/test-latest-amd.html +++ b/test/knockback-page-navigator-simple/test-latest-amd.html @@ -10,7 +10,7 @@ 'underscore': "../vendor/underscore-1.3.3", 'backbone': "../vendor/backbone-0.9.2", 'knockout': "../vendor/knockout-2.1.0", - 'knockback': "../vendor/knockback-core-0.16.6", + 'knockback': "../vendor/knockback-core-0.16.7", 'knockback-page-navigator-simple': "../../knockback-page-navigator-simple" } }); diff --git a/test/knockback-page-navigator-simple/test-latest.html b/test/knockback-page-navigator-simple/test-latest.html index 339490e..9d81839 100644 --- a/test/knockback-page-navigator-simple/test-latest.html +++ b/test/knockback-page-navigator-simple/test-latest.html @@ -4,7 +4,7 @@ Knockback.PageNavigatorSimple Test Suite - + diff --git a/test/knockback-pane-navigator/test-latest-amd.html b/test/knockback-pane-navigator/test-latest-amd.html index e5511d2..ff02096 100644 --- a/test/knockback-pane-navigator/test-latest-amd.html +++ b/test/knockback-pane-navigator/test-latest-amd.html @@ -10,7 +10,7 @@ 'underscore': "../vendor/underscore-1.3.3", 'backbone': "../vendor/backbone-0.9.2", 'knockout': "../vendor/knockout-2.1.0", - 'knockback': "../vendor/knockback-core-0.16.6", + 'knockback': "../vendor/knockback-core-0.16.7", 'knockback-pane-navigator': "../../knockback-pane-navigator" } }); diff --git a/test/knockback-pane-navigator/test-latest.html b/test/knockback-pane-navigator/test-latest.html index 9e33b9f..8fbc577 100644 --- a/test/knockback-pane-navigator/test-latest.html +++ b/test/knockback-pane-navigator/test-latest.html @@ -4,7 +4,7 @@ Knockback.PaneNavigator Test Suite - + diff --git a/test/vendor/knockback-core-0.16.6.js b/test/vendor/knockback-core-0.16.7.js similarity index 99% rename from test/vendor/knockback-core-0.16.6.js rename to test/vendor/knockback-core-0.16.7.js index 9b654cf..93977dd 100644 --- a/test/vendor/knockback-core-0.16.6.js +++ b/test/vendor/knockback-core-0.16.7.js @@ -1,5 +1,5 @@ /* - knockback-core.js 0.16.6 + knockback-core.js 0.16.7 (c) 2011, 2012 Kevin Malakoff - http://kmalakoff.github.com/knockback/ License: MIT (http://www.opensource.org/licenses/mit-license.php) Dependencies: Knockout.js, Backbone.js, and Underscore.js. @@ -16,7 +16,7 @@ } })(function() {// Generated by CoffeeScript 1.3.3 /* - knockback-core.js 0.16.6 + knockback-core.js 0.16.7 (c) 2011, 2012 Kevin Malakoff. Knockback.js is freely distributable under the MIT license. See the following for full license details: @@ -31,7 +31,7 @@ kb = (function() { function kb() {} - kb.VERSION = '0.16.6'; + kb.VERSION = '0.16.7'; kb.TYPE_UNKNOWN = 0; diff --git a/test/vendor/knockback-core-stack-0.16.6.js b/test/vendor/knockback-core-stack-0.16.7.js similarity index 99% rename from test/vendor/knockback-core-stack-0.16.6.js rename to test/vendor/knockback-core-stack-0.16.7.js index e832210..11e9873 100644 --- a/test/vendor/knockback-core-stack-0.16.6.js +++ b/test/vendor/knockback-core-stack-0.16.7.js @@ -1,5 +1,5 @@ /* - knockback-core-stack.js 0.16.6 + knockback-core-stack.js 0.16.7 (c) 2011, 2012 Kevin Malakoff - http://kmalakoff.github.com/knockback/ License: MIT (http://www.opensource.org/licenses/mit-license.php) Dependencies: Knockout.js, Backbone.js, and Underscore.js. @@ -5938,7 +5938,7 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine); }); })(window,document,navigator); /* - knockback-core.js 0.16.6 + knockback-core.js 0.16.7 (c) 2011, 2012 Kevin Malakoff - http://kmalakoff.github.com/knockback/ License: MIT (http://www.opensource.org/licenses/mit-license.php) Dependencies: Knockout.js, Backbone.js, and Underscore.js. @@ -5955,7 +5955,7 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine); } })(function() {// Generated by CoffeeScript 1.3.3 /* - knockback-core.js 0.16.6 + knockback-core.js 0.16.7 (c) 2011, 2012 Kevin Malakoff. Knockback.js is freely distributable under the MIT license. See the following for full license details: @@ -5970,7 +5970,7 @@ kb = (function() { function kb() {} - kb.VERSION = '0.16.6'; + kb.VERSION = '0.16.7'; kb.TYPE_UNKNOWN = 0;