npm vue-template-compiler 2.0.0-alpha.3

latest releases: 2.7.16, 2.7.16-beta.2, 2.7.16-beta.1...
7 years ago

Breaking Changes

  • When used with vue-loader or vueify for the scoped CSS feature, content inserted via <slot> will be affected by scoped styles in both the parent and the child, similar to the root element of the child component. This allows the child component to apply scoped styles to inserted content, although this also means the child component needs to be more careful about its selectors.

Fixed

  • Improved template error detection (fixed a number of false alarms)
  • Properly HTML-encode text in server-side rendering.
  • Properly support scoped CSS attributes in server-side rendering.

Don't miss a new vue-template-compiler release

NewReleases is sending notifications on new releases.