mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-20 06:50:34 +03:00
chore(release): 2.3.0-beta.0
This commit is contained in:
@@ -2,6 +2,22 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [2.3.0-beta.0](https://github.com/nuxt/vue-meta/compare/v2.2.2...v2.3.0-beta.0) (2019-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use computed prop (which uses caching) instead of calling the fn directly ([c344d60](https://github.com/nuxt/vue-meta/commit/c344d60))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add option waitOnDestroyed ([f745059](https://github.com/nuxt/vue-meta/commit/f745059))
|
||||
* add options debounceWait ([d43b77c](https://github.com/nuxt/vue-meta/commit/d43b77c))
|
||||
* add possibility to add additional meta info ([0ab76ee](https://github.com/nuxt/vue-meta/commit/0ab76ee))
|
||||
* add support for setting attributes from multiple apps ([d9b0ab2](https://github.com/nuxt/vue-meta/commit/d9b0ab2))
|
||||
* enable setting refreshOnceOnNavigation during runtime ([9d14387](https://github.com/nuxt/vue-meta/commit/9d14387))
|
||||
|
||||
### [2.2.2](https://github.com/nuxt/vue-meta/compare/v2.2.1...v2.2.2) (2019-08-30)
|
||||
|
||||
|
||||
|
||||
Vendored
+898
-692
File diff suppressed because it is too large
Load Diff
Vendored
+680
-563
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+898
-692
File diff suppressed because it is too large
Load Diff
Vendored
+690
-608
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-meta",
|
||||
"version": "2.2.2",
|
||||
"version": "2.3.0-beta.0",
|
||||
"description": "Manage HTML metadata in Vue.js components with ssr support",
|
||||
"keywords": [
|
||||
"attribute",
|
||||
|
||||
Reference in New Issue
Block a user