Hello!
Big fan of this library, we find it really useful.
However, it breaks if I update from v2 to v3.
There's no release: https://github.com/NightCatSama/vue-slider-component/releases
And the changelog doesn't go back to 3.0.0: https://github.com/NightCatSama/vue-slider-component/blob/master/CHANGELOG.md
What breaking changes were there?
Sorry, I didn't do the migration document.
The general usage is consistent, I listed the individual differences:
tooltip-merge is no longer supported. formatter => tooltip-formattermarks for better control of labels and marks.More differences can be found in the documentation:
v3.x
v2.x
If you happen to use tooltip-merge, it is currently only available through slots. Of course you can also choose not to upgrade to 3.x.
https://github.com/NightCatSama/vue-slider-component/issues/412
The input event in 2.x was replaced with change event. It affects applications using value prop and input event instead of v-model to bind slider value.
Most helpful comment
Sorry, I didn't do the migration document.
The general usage is consistent, I listed the individual differences:
tooltip-mergeis no longer supported.formatter=>tooltip-formattermarksfor better control of labels and marks.More differences can be found in the documentation:
v3.x
v2.x