Skip to content

v3.0.0: The one with Vue 3

Latest
Compare
Choose a tag to compare
@danieldiekmeier danieldiekmeier released this 09 Dec 00:20

It was about time this library supported Vue 3! And now it does!

The props/events of the component have stayed identical, so whenever you're ready to go to Vue 3, this component should just work™.

  • BREAKING: Dropped support for Vue 2. But you can stay on vue-slide-up-down@2 for as long as you want. I promise, I won't tell anyone.
  • BREAKING: I removed the microbundle build step, so now you're simply getting one JavaScript file, written in ESM. If you use Vite, I think you won't notice anything. If you relied on the CommonJS or UMD bundles, I'm very sorry for the churn, but I have personally never needed them and don't want to support them anymore.
  • Full Changelog: v2.0.1...v3.0.0