2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 09:02:24 +03:00

Commit Graph

  • 303eae1603 feat: improve useApi pimlie 2020-05-24 23:42:37 +02:00
  • b0edfbe6bd feat: implement first useApi basics pimlie 2020-05-18 00:32:02 +02:00
  • 3057828715 Revert "fix: also set ssrAppId for first Vue app when ssrAttribute exists" pimlie 2020-05-16 23:28:39 +02:00
  • 4cb57240da fix: also set ssrAppId for first Vue app when ssrAttribute exists pimlie 2020-05-16 23:25:35 +02:00
  • 2792f0f952 test: fix webpack config for ssr test pimlie 2020-05-16 18:51:19 +02:00
  • a6dd607af3 chore: update dependencies pimlie 2020-05-16 18:50:56 +02:00
  • a41b9a73c0 fix: improve ssr detection when 1st metaInfo component isnt root pimlie 2020-05-16 18:47:45 +02:00
  • 5d0eb1ab60 feat: first work on vue v3 composition metainfo app pimlie 2020-05-03 19:59:05 +02:00
  • 32fdb2001a fix: auto install plugin in browser pimlie 2020-04-26 13:28:02 +02:00
  • fb89fc5f67 chore: update example deps pimlie 2020-04-25 12:58:45 +02:00
  • 41c7561bf9 initial work on v3 pimlie 2020-04-25 12:32:57 +02:00
  • f0eeacaa02 example: add falsy attr vlaue to ssr example pimlie 2020-04-05 12:19:08 +02:00
  • 1ef41080e7 fix: support falsy values in eg body attributes (fix: #535) pimlie 2020-04-05 11:39:04 +02:00
  • 6d25ff2f37 feat: add poc vue-compiler pimlie 2020-04-05 10:28:12 +02:00
  • 3ecaf28e33 chore: update dependencies pimlie 2020-03-28 14:27:29 +01:00
  • bb45319574 feat: add amp-boilerplate as boolean attribute (resolves: #530) (#531) jangarcia 2020-03-21 19:07:08 +01:00
  • b2488c18ed chore(release): 2.3.3 v2.3.3 pimlie 2020-02-26 18:53:05 +00:00
  • 4336b3e13e docs: clarify once/skip usage pimlie 2020-02-26 19:42:18 +01:00
  • c74c645d18 fix: support once (with skip) client side (fix #498) pimlie 2020-02-26 19:32:19 +01:00
  • 4c03b38cae chore: use core-js@3 pimlie 2020-02-26 19:28:58 +01:00
  • 1a7f0c5b57 chore: update dependencies pimlie 2020-02-26 16:31:13 +01:00
  • 21621e13f5 fix: memory leak, use hook events (thanks #522) pimlie 2020-02-26 16:23:07 +01:00
  • 9655a81a8a docs: attr is data-vmid not just vmid (#519) 719media 2020-02-23 06:48:28 -08:00
  • a94b2bc589 docs: fix typo (#518) Emilis 2020-02-23 16:47:30 +02:00
  • 4b80129367 chore(release): 2.3.2 v2.3.2 pimlie 2020-01-12 15:05:05 +00:00
  • f872dad0e5 chore: lint pimlie 2020-01-12 14:13:04 +01:00
  • 23804c19a2 chore: try disable bs localid pimlie 2020-01-12 14:11:27 +01:00
  • 6dd3e03a11 chore: update dependencies pimlie 2020-01-12 13:48:30 +01:00
  • 5a89f59b30 test: set bs local id pimlie 2020-01-12 13:41:37 +01:00
  • 8d825037de chore: fix build pimlie 2020-01-03 14:13:41 +01:00
  • ffa6180c8c chore: add browserstack log capabilities pimlie 2020-01-03 12:42:47 +01:00
  • edda600afa chore: ci, use node v12 pimlie 2020-01-03 12:30:10 +01:00
  • 6ea7a3402d Revert "chore: fix e2e ci, dont run ff headless" pimlie 2020-01-03 12:29:38 +01:00
  • aabb2dca43 Revert "chore: chain browserstack locals" pimlie 2020-01-03 12:29:29 +01:00
  • d986d9243c chore: chain browserstack locals pimlie 2020-01-03 12:20:59 +01:00
  • 6d3764174e chore: fix e2e ci, dont run ff headless pimlie 2020-01-03 12:16:50 +01:00
  • 9041bfef62 chore: lint pimlie 2020-01-03 10:30:33 +01:00
  • 7c2cb1ae89 chore: update dependencies pimlie 2020-01-03 10:25:57 +01:00
  • ead04e9c65 chore: remove debug info pimlie 2019-12-01 14:54:54 +01:00
  • a5effabfc8 test: fix unit tests pimlie 2019-12-01 14:52:07 +01:00
  • 32829e5a1e chore(deps): update all non-major dependencies (#444) renovate[bot] 2019-11-30 08:01:06 +01:00
  • 12645a910f docs: fix properties typo (#489) Nikita 2019-11-20 20:26:07 +03:00
  • e54bf5447f chore: update dependencies pimlie 2019-10-31 15:00:20 +01:00
  • 5e581aeb14 docs: add missing comma in API docs (#483) John Franey 2019-10-31 09:58:02 -04:00
  • 0145166b08 docs: adds documentation for json option (#482) Marcel Pfeifer 2019-10-30 12:59:09 +01:00
  • fa12530b3e fix: call afterNavigation after nextTick (#478) Ricardo Gobbo de Souza 2019-10-28 06:24:42 -03:00
  • c6b20eb1c0 docs: fix typo (#473) Denis 2019-10-25 23:43:33 +08:00
  • 9f13ba2afd refactor: use watchers to track all meta changes poc-refactor-watchers pimlie 2019-10-25 15:27:32 +02:00
  • 06295bf9fb chore(release): 2.3.1 v2.3.1 pimlie 2019-10-09 10:10:33 +00:00
  • dae968bc8b types: update types for v2.3 pimlie 2019-10-09 12:02:29 +02:00
  • 2231ec1aa1 fix: try to detect global mixins adding meta info (#467) Pim 2019-10-09 11:43:44 +02:00
  • 35b7099a07 fix: still traverse children when metainfo doesnt return object (#469) Pim 2019-10-09 11:31:56 +02:00
  • 740495317b chore: cleanup dependencies pimlie 2019-10-08 13:17:13 +02:00
  • 355e172426 Revert "refactor: batch updates using requestIdleCallback, use setTimeout as fallback" pimlie 2019-10-08 13:11:50 +02:00
  • de0b560327 chore: add missing dependency pimlie 2019-10-08 13:10:33 +02:00
  • af5cd3d2d6 docs: update docs for v2.3 pimlie 2019-10-08 13:09:52 +02:00
  • eb0bdbe798 test: add options to generate test pimlie 2019-10-07 23:41:03 +02:00
  • 2ce5177ba4 fix: accept and pass options as second arg for generate pimlie 2019-10-07 23:39:00 +02:00
  • 8c75ec1356 refactor: batch updates using requestIdleCallback, use setTimeout as fallback pimlie 2019-10-03 22:41:23 +02:00
  • f6591217e6 chore(release): 2.3.0 v2.3.0 pimlie 2019-10-03 17:05:25 +00:00
  • da0ba13f2c docs: add Factor to frameworks (#459) Andrew Powers 2019-10-02 14:08:14 -06:00
  • 47a1dde762 chore: update dependencies pimlie 2019-10-02 22:06:46 +02:00
  • f1ed379170 chore: prevent enhancements to go stale pimlie 2019-10-02 22:05:35 +02:00
  • 6194f5bd12 chore(release): 2.3.0-beta.0 v2.3.0-beta.0 pimlie 2019-09-17 12:00:16 +00:00
  • f745059270 feat: add option waitOnDestroyed pimlie 2019-09-17 13:30:08 +02:00
  • d43b77cce6 feat: add options debounceWait pimlie 2019-09-17 11:59:28 +02:00
  • 54ea6c6b33 refactor: prefer functions over closures for hooks pimlie 2019-09-17 09:32:10 +02:00
  • ee12bfcc90 chore: dist size improvements pimlie 2019-09-14 18:08:21 +02:00
  • dcdd47a557 test: build ssr fixture in test so we can collect coverage pimlie 2019-09-13 18:26:55 +02:00
  • 695159fb71 chore: stripped deepmerge a bit too much pimlie 2019-09-13 18:26:25 +02:00
  • a2f0e7df3c test: add tests for new functionalities pimlie 2019-09-13 18:05:07 +02:00
  • c1b01b991f chore: add missing pimlie 2019-09-13 15:18:24 +02:00
  • 9eba2b558a refactor: small bundle size improvements pimlie 2019-09-13 15:02:41 +02:00
  • 398d1af844 chore: strip bundles deepmerge even more pimlie 2019-09-13 14:26:45 +02:00
  • 9d14387cda feat: enable setting refreshOnceOnNavigation during runtime pimlie 2019-09-13 13:41:26 +02:00
  • b73b8ede03 chore: fix lint pimlie 2019-09-13 13:12:58 +02:00
  • d9b0ab29da feat: add support for setting attributes from multiple apps pimlie 2019-09-13 13:09:22 +02:00
  • 0ab76ee16b feat: add possibility to add additional meta info pimlie 2019-09-13 00:08:21 +02:00
  • 0e49a9c43e refactor: minimize function calls / use of bind pimlie 2019-09-12 17:19:55 +02:00
  • ae98f65511 chore: lint & fix test pimlie 2019-09-12 15:43:09 +02:00
  • c344d60d5f fix: use computed prop (which uses caching) instead of calling the fn directly pimlie 2019-09-12 15:20:13 +02:00
  • 631cc9c9c9 refactor: destroyed never runs on server anyway pimlie 2019-09-12 12:28:43 +02:00
  • 1854018852 example: update dependencies pimlie 2019-09-12 12:11:52 +02:00
  • 9225d5e7fe example: cleartimeout in ssr example pimlie 2019-09-12 12:11:36 +02:00
  • 20ac99503d docs: Use direct link to Nuxt documentation (#446) novellac 2019-09-05 13:49:03 -04:00
  • d0baf34180 chore(release): 2.2.2 v2.2.2 pimlie 2019-08-30 16:19:52 +00:00
  • 00c0939abe chore update dependencies pimlie 2019-08-30 18:12:25 +02:00
  • ec7b1fbefd fix: workaround for memoryleak in destroyed hook pimlie 2019-08-30 18:10:15 +02:00
  • dc305440c4 types: export metaInfo types directly from index (#441) Rafał Chłodnicki 2019-08-30 10:40:56 +02:00
  • 96a14f7284 types: add json property (#439) tsulala_asagiri 2019-08-27 17:47:29 +09:00
  • 4384f441e3 fix(types): add "content" property to MetaPropertyEquiv and remove "name" (#436) SilentDepth 2019-08-27 16:46:58 +08:00
  • 735be099c4 chore(release): 2.2.1 v2.2.1 pimlie 2019-08-04 10:44:22 +00:00
  • b01ea7bc2c chore: dont build twice on release pimlie 2019-08-04 12:43:39 +02:00
  • 71a460b08a chore: update dependencies pimlie 2019-08-04 12:36:39 +02:00
  • 02ea9a543c chore: fix changelog pimlie 2019-08-04 12:35:13 +02:00
  • 2c46b51549 chore: use std-ver hooks pimlie 2019-08-04 12:23:20 +02:00
  • fac05b54b0 chore: update dependencies pimlie 2019-08-03 10:51:20 +02:00
  • 2c0c4c3b52 fix: dont assign to global console pimlie 2019-08-03 10:48:30 +02:00
  • 6907f9ac98 fix: meta content templates (#429) Pim 2019-08-03 10:44:34 +02:00
  • 66d98ee170 chore(release): 2.2.0 v2.2.0 pimlie 2019-07-28 15:08:10 +00:00