All notable changes to v2 will be documented in this file.
- Rewrite in TypeScript. Types are included with the package.
- New prop
suppress-validation-warnings
to suppress warnings about invalid values. - Less pedantic validation of certain props like
size
. auto-adjust-text-size
now uses ResizeObserver instead of window resize event. This will allow for more accurate text size adjustments when the component is resized dynamically.- Source maps are now included with the package. *.min.js files are still included for backwards compatibility but they are just a copy of their *.js counterparts.
- Support for Vue 3