2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-29 01:54:04 +03:00
Commit Graph

663 Commits

Author SHA1 Message Date
Sébastien Chopin 6493d02d07 Update README.md 2018-07-05 18:01:25 +02:00
Sébastien Chopin 2cfb8c3531 Merge pull request #222 from u3u/hotfix/types
fix(types): `metaInfo` should always be a member function
2018-07-05 18:00:18 +02:00
Sébastien Chopin 8678ae3117 fix: Handle Vue mixin to add meta tags 2018-07-05 17:58:52 +02:00
greenkeeper[bot] 8eea169d0a chore(package): update rollup to version 0.60.1 2018-06-07 06:31:00 +00:00
さくら 4addca07ef fix(types): metaInfo should always be a member function
In `vue-class-component`, if the defined function is not a member function, it is treated as a data property.
Even if you register a custom hook via `Component.registerHooks`, it will not work.
2018-06-07 10:32:41 +08:00
Hieu Nguyen f7adc6b685 Fix Readme about open graph 2018-05-23 15:23:14 +07:00
greenkeeper[bot] 86c079505d chore(package): update vue-loader to version 15.0.12 2018-05-18 20:48:21 +00:00
Sébastien Chopin 49fe9462fd Update README.md 2018-05-16 08:58:04 +02:00
Sébastien Chopin 44ca115604 🚢 CDN update 2018-03-19 13:02:51 +01:00
Sébastien Chopin a68d9b2c81 1.5.0 v1.5.0 2018-03-19 13:02:49 +01:00
Sébastien Chopin f9c6ea11b2 Merge pull request #201 from manniL/fix-typo
Fix typos
2018-03-19 13:01:38 +01:00
Sébastien Chopin 798d5a420c Merge pull request #202 from manniL/feature-meta-templates
Add meta templates
2018-03-19 13:01:18 +01:00
Alexander Lichter 0457b585e5 Add meta templates 2018-03-19 12:35:40 +01:00
Alexander Lichter c101aa2f36 Fix typos 2018-03-19 10:48:55 +01:00
Sébastien Chopin 617500fe98 🚢 CDN update 2018-03-13 17:47:27 +01:00
Sébastien Chopin d566f31619 1.4.4 v1.4.4 2018-03-13 17:47:25 +01:00
Sébastien Chopin 51ccf9e3a8 Merge pull request #196 from eddiesigner/master
Clear Interval if the component doesn't have the $el property
2018-03-13 17:46:18 +01:00
Eduardo Gómez Vásquez 3e521cb33d Merge pull request #1 from ax2inc/master
Add tests for src/shared/plugins.js
2018-03-13 17:10:22 +01:00
Paul Gascou-Vaillancourt 1eb85b310a Add tests for src/shared/plugins.js 2018-03-13 12:02:42 -04:00
Eduardo Gómez Vásquez 6f2b87c169 Clear Interval if the component doesn't have the $el property
Using the vuelidate plugin creates components that do not have an $el property, but still have _hasMetaInfo set to true, which results in the setInterval never being cleared. There may be other plugins that create similar components.

Changing the line to if (this.$el && this.$el.offsetParent !== null) return would resolve this issue.
2018-03-08 11:52:52 +01:00
Sébastien Chopin 776ddf62a2 🚢 CDN update 2018-02-09 16:16:46 +01:00
Sébastien Chopin 08a44a3262 1.4.3 v1.4.3 2018-02-09 16:16:44 +01:00
Sébastien Chopin a7eb87fe4f Merge pull request #183 from declandewet/greenkeeper/vue-loader-14.0.0
Update vue-loader to the latest version 🚀
2018-02-09 16:15:48 +01:00
Sébastien Chopin f948f213d1 Merge pull request #185 from Raiondesu/master
Typings for typescript & usage readme
2018-02-09 16:15:23 +01:00
Raiondesu 92d913413b Finally solved the types. 2018-02-09 17:45:02 +03:00
Raiondesu 834326b015 Fix? 2018-02-08 17:00:42 +03:00
Raiondesu 9449c39e78 Attempt on typings. 2018-02-08 16:44:05 +03:00
greenkeeper[bot] 8e686ee28f chore(package): update vue-loader to version 14.0.0 2018-01-31 04:58:56 +00:00
Sébastien Chopin 9c74f3adb3 Merge pull request #180 from declandewet/greenkeeper/mocha-5.0.0
Update mocha to the latest version 🚀
2018-01-26 15:27:12 +01:00
greenkeeper[bot] 6ec7fcdca5 chore(package): update mocha to version 5.0.0 2018-01-18 07:10:58 +00:00
Sébastien Chopin 39797b410d 🚢 CDN update 2018-01-08 09:50:11 +01:00
Sébastien Chopin 7ac7c0c3b0 1.4.2 v1.4.2 2018-01-08 09:50:10 +01:00
Sébastien Chopin f52af858fe 1.4.1 v1.4.1 2018-01-08 09:19:33 +01:00
Sébastien Chopin a9ba6f5aba fix: Issue #178 2018-01-08 08:41:45 +01:00
Sébastien Chopin 3eaf8a9b33 Merge pull request #177 from declandewet/greenkeeper/karma-2.0.0
Update karma to the latest version 🚀
2018-01-08 08:36:52 +01:00
greenkeeper[bot] f6729a2fbf chore(package): update karma to version 2.0.0 2017-12-21 16:46:44 +00:00
Atinux e9feaa713a 🚢 CDN update 2017-12-07 13:34:09 +01:00
Atinux 90bdc1dbc8 v1.4.0 v1.4.0 2017-12-07 13:34:08 +01:00
Atinux 4bc5618328 fix: Lint 2017-12-07 13:31:46 +01:00
Atinux 07e014b065 yarn: Update 2017-12-07 13:28:29 +01:00
Atinux 1a7b49ade1 ssr: Update example 2017-12-07 12:51:24 +01:00
Sébastien Chopin d3557fa60b Merge pull request #167 from btkostner/patch-1
Fix document is not defined error with SSR
2017-12-07 12:50:51 +01:00
Sébastien Chopin d2b0933b14 Merge pull request #161 from declandewet/greenkeeper/rollup-plugin-buble-0.18.0
Update rollup-plugin-buble to the latest version 🚀
2017-12-07 12:18:01 +01:00
Sébastien Chopin e27e441ca6 Merge pull request #166 from pimlie/feat-partial-disable-sanitize
Add __dangerouslyDisableSanitizersByTagID property
2017-12-07 12:17:38 +01:00
Sébastien Chopin 4c8c7b7c72 Merge pull request #169 from simplesmiler/fix-auto-install
Improve automatic installation criteria
2017-12-07 12:04:14 +01:00
Denis Karabaza 148f803541 Fix tests 2017-12-06 01:56:49 +03:00
Denis Karabaza cf13682e5b Improve automatic installation criteria 2017-12-06 01:15:45 +03:00
Blake Kostner 4c3e2e3d98 flip server check bool 2017-11-30 15:15:14 -07:00
Blake Kostner f6baceb864 Fix document is not defined error with SSR 2017-11-28 12:52:04 -07:00
pimlie 41907ed652 Add __dangerouslyDisableSanitizersByTagID property
Specify which property for which tagIDKeyName should not be sanitized
2017-11-24 15:10:12 +01:00