Updates Buefy to 0.7.10.

This commit is contained in:
Mateus Machado Luna 2019-07-12 10:25:31 -03:00
parent 2050a63d1f
commit 01960030d9
5 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -1951,9 +1951,9 @@
}
},
"buefy": {
"version": "0.7.8",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.8.tgz",
"integrity": "sha512-ygOY/83spIkjRtqFd9I8ibPcvmVUotwljBqyHaQGhePXWkTFOnkIwDQZeMMAiB1FGWP5omFZ49e0yUXvbLK37A==",
"version": "0.7.10",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.10.tgz",
"integrity": "sha512-jU9CTEQR1rozxagwEPB69qObBDwWl+4uCa6TjiPkqcqOb/uxq1uvyvCsVinADzjNjzOTFhUOuuSPQk8gsVEOzA==",
"requires": {
"bulma": "0.7.5"
}

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"buefy": "^0.7.8",
"buefy": "^0.7.10",
"bulma": "^0.7.5",
"mdi": "^2.2.43",
"moment": "^2.22.2",

View File

@ -670,7 +670,7 @@
</span>
</div>
</div>
</div>
</masonry>

View File

@ -58,7 +58,7 @@ export const fetchItems = ({ rootGetters, dispatch, commit }, { collectionId, is
if (collectionId == undefined){
endpoint = '/items?';
}
if (!isOnTheme){
if (postQueries.view_mode != undefined)
postQueries.view_mode = null;

View File

@ -27,7 +27,7 @@ class Theme_Helper {
add_filter( 'the_content', [$this, 'the_content_filter'] );
// Replace collections permalink to post type archive if cover not enabled
add_filter('post_type_link', array($this, 'permalink_filter'), 10, 3);