v1.8.0
What's Changed
- lib: fixed an issue in the MJS export that was interpreted as CJS;
- project: updated dev dependencies;
- feat: add support to NextJS 13 server components.
- docs: update readme.
🚨 Break changes
- The
Stepper
andStep
components had the import changed toheadless-stepper/components
instead of the rootheadless-stepper
- e.g:
import { Stepper, Step } from "headless-stepper/components"
- e.g:
Full Changelog: v1.7.0...v1.8.0