v1.6.0-beta.3
Pre-release
Pre-release
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
andStep
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