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

19 Commits

Author SHA1 Message Date
pimlie 9eba2b558a refactor: small bundle size improvements 2019-09-17 13:55:29 +02:00
pimlie 0ab76ee16b feat: add possibility to add additional meta info
refactor: server injectors

feat: add head, bodyPrepend, bodyAppend injectors

refactor: create browserbuild through rollup replace (not separate entry)
2019-09-17 13:55:29 +02:00
pimlie 0e49a9c43e refactor: minimize function calls / use of bind 2019-09-12 17:19:55 +02:00
pimlie cb2758eb0f feat: support generating tags directly from metaInfo object 2019-07-28 16:21:32 +02:00
pimlie 56f6577e25 chore: fix lint 2019-07-11 21:43:05 +02:00
Pim 024e7c5a62 feat: add basic support for multiple apps on one page (#373)
* feat: add an appId to tags to support multiple apps

* feat: show warning on calling () on non-vuemeta components

* feat: always use appId ssr for server-generated apps

* test: update tests for appId

* chore: update circleci to only run audit for dependencies

* fix: dont set data-vue-meta attribute on title

it has no use on the client as we use document.title there. Which also means the appId listed would be wrong once the title is updated by another app then the ssr app

* chore: remove unused import

* chore: improve not supported message
2019-06-06 10:40:15 +02:00
pimlie 6405724881 refactor: move utils to utils folder 2019-03-12 10:03:46 +01:00
pimlie 2adba84e58 refactor: combine escape info 2019-03-12 10:03:46 +01:00
pimlie c1f97c4ea4 refactor: move isArray into is-type 2019-03-12 10:03:46 +01:00
pimlie 5ad671169b fix: dont call changed with explicit this
in refresh this is probably not the component changed was defined on, removing call(this) gives context control back to the user
2019-03-12 10:03:46 +01:00
pimlie 97badf61cb feat: add afterNavigation callback (fix: #259) 2019-03-05 15:11:25 +01:00
pimlie 56f0b61d1b feat: add es build
fix: add global window detection

chore: update deps
2019-02-20 17:05:51 +01:00
pimlie d237180cbd feat: add pause/resume methods to pause updates 2019-02-20 14:46:05 +01:00
pimlie 5031acf0fa fix: dont inline typeof definitions 2019-02-11 10:37:56 +01:00
pimlie 5d64d43862 feat: major refactor, cleanup and jest tests 2019-02-09 21:45:22 +01:00
Sébastien Chopin 1acfa946de Call changed() with vm context 2017-08-15 10:39:23 +02:00
Declan de Wet 814a0dd2c3 fix tests 2016-11-10 17:47:54 +02:00
Declan de Wet d218afa2e6 support custom options 2016-11-10 17:37:44 +02:00
Declan de Wet 076832cbd6 More reliable strategy for getting deepmost component + addition of refresh() method + example & documentation on asynchronous updates 2016-11-09 07:26:38 +02:00