v-aspect-ratio

Vue.js derective for setting an aspect ratio

MIT License

Downloads
421
Stars
29
Committers
2

Bot releases are hidden (Show)

v-aspect-ratio - v2.0.0 Latest Release

Published by andrewvasilchuk about 4 years ago

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

  • use Rollup instead of Webpack 0fa8505
  • add dev environment 4003b73, 1d552af
  • transpile using babel d605d13

Chore

  • add Vetur attributes f8bebf0
  • update deps 1a76250, 07945ce
  • rename prettier command and quotify path 41a1c96
  • add Makefile 73a32ad
  • add formatting git client hooks fe0071c
  • add fmt npm script b3a9ac4
  • add editorconfig-checker b8c6087
  • enforce commit message formatting 0b9910d
  • use popular .gitignore 731c689
  • add lint npm script 94bd490
  • remove types folder from files f72468c
  • add vetur folder to files f72468c
  • make prettier dev dependency 09bc312
  • add unpkg and module fields to package.json 309bbf9
  • add private field to package.json 9aa7b00
  • change vue peerDependency version 66558c9
  • enforce order of package.json 9aa7b00
  • validate .css, .md files db072e6
  • change repository links 4e3eb8c
  • add lint:prettier npm script 191c48e
  • make prettier ignore .nuxt d24ebf9

Docs

  • major update ac0eaf5
  • add notes about direct browser usage 4675a7b
  • add note about 1.x docs e4f42a5
  • fix block code error 85b65dd

Test

  • major update 8d66eff
  • add SSR test e8423bd

CI

  • add GitHub Actions 4edcf5e

Style

  • dab7fa9
v-aspect-ratio - v.1.1.0

Published by andrewvasilchuk about 5 years ago

✨Features:

  • added SSR support for Nuxt.js.