Skip to content

v1.6.0

Compare
Choose a tag to compare
@raisiqueira raisiqueira released this 23 Oct 21:33
· 55 commits to main since this release
9fa57a3

What's Changed

Introduced the new Stepper component. 🎉

  • import { Stepper, Step } from "headless-stepper".

✨ Features

  • Introduced the Stepper and Step components. See more in the documentation

🐛 Bugs

  • (useStepper): fixed click events on disabled steps.

📝 Docs

  • Update docs to include the Stepper and Step components API.

🤖 Dev

  • Changed the build tool. The headless-stepper is now built with TSUP.
  • Updated the NX workspace and project dependecies.

Full Changelog: v1.5.0...v1.6.0