framework7-vue
Advanced tools
Comparing version 0.9.2 to 0.9.3
# Change Log | ||
## Framework7 Vue v0.9.3 - Updated on September 7, 2017 | ||
* Fixed backClick nav event | ||
* Added `tabindex` property for **f7-input** and **f7-list-button** components | ||
* A bit improved nested modals support | ||
## Framework7 Vue v0.9.2 - Updated on May 31, 2017 | ||
@@ -4,0 +9,0 @@ * Fixed npm issue with wrong version got published |
{ | ||
"name": "framework7-vue", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Build full featured iOS & Android apps using Framework7 & Vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/framework7-vue.min.js", |
@@ -149,2 +149,3 @@ const combinePaths = (...paths) => { | ||
if (!url) return matchingRoute; | ||
url = ""+url; //Insures that the url is of type string so url.split does not crash app in weird situations. | ||
@@ -151,0 +152,0 @@ var routes = this.routes; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1046487
5781