Skip to content

Releases: daliborgogic/nuxt-interpolation

v2.0.7

06 Nov 14:07
v0.2.7
924bbbb
Compare
Choose a tag to compare

v2.0.6

06 Nov 13:41
v0.2.6
00127a0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump eslint-utils from 1.3.1 to 1.4.3 by @dependabot in #2
  • chore(deps): bump handlebars from 4.0.12 to 4.5.3 by @dependabot in #3
  • chore(deps): bump acorn from 5.7.3 to 5.7.4 by @dependabot in #4
  • chore(deps): bump js-yaml from 3.12.0 to 3.14.0 by @dependabot in #5
  • chore(deps): bump lodash from 4.17.11 to 4.17.15 by @dependabot in #6
  • chore(deps): bump lodash.template from 4.4.0 to 4.5.0 by @dependabot in #7
  • chore(deps-dev): bump standard-version from 4.4.0 to 8.0.1 by @dependabot in #8
  • chore(deps): bump ini from 1.3.5 to 1.3.7 by @dependabot in #11
  • chore(deps): bump handlebars from 4.5.3 to 4.7.7 by @dependabot in #15
  • chore(deps): bump lodash from 4.17.15 to 4.17.21 by @dependabot in #16
  • chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 by @dependabot in #17
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #19
  • chore(deps): bump y18n from 4.0.0 to 4.0.3 by @dependabot in #20

New Contributors

Full Changelog: v0.2.2...v0.2.6

v.0.2.3

29 Dec 11:29
cef2742
Compare
Choose a tag to compare
v0.2.3

0.2.2

26 Aug 18:11
0592f5a
Compare
Choose a tag to compare

interpolation

Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push. For improved security rel="noopener" will be added automatically if target is _blank

Setup

  • Add nuxt-interpolation as dependency
  • Add nuxt-interpolation to modules section of nuxt.config.js
{
  modules: [
    ['nuxt-interpolation']
  ]
}

Usage

<div v-interpolation v-html="content"></div>

License

MIT