Skip to content

Releases: andrewvasilchuk/v-aspect-ratio

v2.0.0

26 Sep 14:41
Compare
Choose a tag to compare

I'm glad to introduce a 2.0.0 version.

Short list of changes:

  • Provide different types of modules (ESM, CommonJS, UMD)
  • Rewrite using TypeScript
  • Enhance project infrastructure (GitHub Actions, enforce code style, enforce commit message style)
  • Remove checks for invalid directive value, since they only increases a bundle size and their profit is relatively small
  • Add IDE IntelliSense support (Vetur)

Full list of changes:

BREAKING CHANGES:

  • remove checks for a valid value 17627ec
  • rewrite using TypeScript 170bf1a

Build

Chore

Docs

Test

CI

Style

v.1.1.0

14 Sep 18:06
Compare
Choose a tag to compare

✨Features:

  • added SSR support for Nuxt.js.