Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-runtime-helpers

znck296.1kMIT1.1.2TypeScript support: included

Runtime helpers for Vue SFC.

readme

vue-runtime-helpers

Reusable helpers to inject styles and normalize component.

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.2 (2019-10-27)

  • fix: export shadow DOM style injector (a7e7807)

1.1.1 (2019-10-26)

  • fix: createInjectorShadow API (91cb784)

1.1.0 (2019-10-26)

  • feat: Add shadow DOM style injector (c31fe75)

1.0.2 (2019-08-16)

  • fix: Use Buffer.from instead of btoa (f080c21)

1.0.1 (2019-06-14)

  • chore: fix type (806a4a7)
  • chore: update changelog (4517901)
  • fix: Lazily get document.head (#2) (02d9dfa), closes #2

1.0.0 (2019-01-17)

  • feat: Add CJS module (fbba6fa)
  • feat: Publish ES6 module (4b1caaa)
  • test: Runtime helper functions (dd2135f)

BREAKING CHANGE

  • normalize-component.js moved to dist/normalize-component.js

0.1.2 (2018-05-13)