Skip to content

Releases: nuxt/vue-meta

v1.2.0

11 Sep 10:11
Compare
Choose a tag to compare

Features

v1.1.0

15 Aug 09:02
Compare
Choose a tag to compare

Features

  • Add headAttrs attribute (PR #126)

Improvements

  • changed() is now called with vue instance as context (this), see #128

v1.0.5

02 Aug 16:43
Compare
Choose a tag to compare

Bug fixes

  • Fix head refresh when using vue-router with transitions
  • Works now with <keep-alive>

v1.0.4

16 May 15:27
Compare
Choose a tag to compare

Bug fixes

  • PR #97 via @heww
  • Generate valid HTML on SSR

v1.0.1

15 May 12:43
Compare
Choose a tag to compare

Bug fixes

  • Remove console.log (my bad!)
  • Fix issue #67

v1.0.0

15 May 12:32
Compare
Choose a tag to compare

Improvements

v0.5.6

06 Apr 10:23
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release

Improvements

v0.5.5

06 Mar 18:20
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

Improvements

v0.5.3

07 Dec 11:44
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Bugfixes:

This release changes the way escapes are handled - before, content would be escaped using HTML entities on both the server and client side. This caused the HTML entity codes themselves to be displayed during client side renders. Now, the client side encodes using Unicode characters, which removes these visual artefacts. See #34 and #35 for more info.

v0.5.2

23 Nov 15:03
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
0.5.2