vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

Update version #289

Closed t3xhno closed 1 year ago

t3xhno commented 1 year ago

Updating the package version to reflect BREAKING changes from 2.5.7, breaking backwards compatibility.

The current version causes the package to break in package.json files that list it as ^2.X.X.

adamberecz commented 1 year ago

It's technically not a breaking change, it's only highlighted as breaking because well, the DOM structure has changed so if you're applying some custom CSS magic that might matter, but the API and usage is the same. So thanks, but closing this.