Releases: andrewvasilchuk/v-aspect-ratio
Releases · andrewvasilchuk/v-aspect-ratio
v2.0.0
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:
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
andmodule
fields topackage.json
309bbf9 - add
private
field topackage.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
CI
- add GitHub Actions 4edcf5e
Style
v.1.1.0
✨Features:
- added SSR support for Nuxt.js.