Skip to content

v1.6.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@raisiqueira raisiqueira released this 22 Sep 00:26

What's changed

  • Introduced the new Stepper component. 🎉
    • import { Stepper, Step } from "headless-stepper".

Install the next version and try the new components:

npm install headless-stepper@next

✨ 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.6.0-beta.0...v1.6.0-beta.3