This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
Changes
- Added a possibility to use multiple instances of the same editor component, which allows passing separate props the each of the instances. (#178)
- Fixed a problem with tree shaking for the
es
build that happened after an update to Vue4.2.1
. (#188) - Fixed
npm audit
error by updatingrollup-plugin-terser
dependency. (#193)