Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 872 Bytes

Changelog

v3.0.0

  • Improvement: Moved to ESM-first package
  • Feature: Refactored Path rendering to improve compatibility with later Vue versions
  • Feature: New props for no-styles, no-dimensions and no-namespace
  • Feature: Added IIFE build to output
  • Improvement: Added JSDoc type build

v2.1.0

  • Added support for custom icons with path arrays
  • Path arrays can also be arrays of objects.
  • Property type is now mdi by default, rather than null
  • Bumped all dependencies
  • DEV: Switched to Vitest for component tests

v2.0.0

As of v2.0.0 of vue3-icon, Vite is being used to create the library files. The file paths are now:

Module Location
CommonJS dist/vue3-icon.cjs.js
ESM dist/vue3-icon.es.js
UMD dist/vue3-icon.umd.js