Skip to content

Releases: raisiqueira/headless-stepper-monorepo

v1.8.0-beta.2

25 Mar 19:27
Compare
Choose a tag to compare
v1.8.0-beta.2 Pre-release
Pre-release

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 and Step components had the import changed to headless-stepper/components instead of the root headless-stepper
    • e.g: import { Stepper, Step } from "headless-stepper/components"

Full Changelog: v1.8.0-beta.1...v1.8.0-beta.2

v1.8.0-beta.1

25 Mar 19:22
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release

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.

🚨 Break changes

  • The Stepper and Step components had the import changed to headless-stepper/components instead of the root headless-stepper
    • e.g: import { Stepper, Step } from "headless-stepper/components"

Full Changelog: v1.8.0-beta.0...v1.8.0-beta.1

v1.8.0-beta.0

24 Mar 00:49
Compare
Choose a tag to compare
v1.8.0-beta.0 Pre-release
Pre-release

What's changed

  • lib: fixed an issue in the MJS export that was interpreted as CJS;
  • project: updated dev dependencies;

Full Changelog: v1.7.0...v1.8.0-beta.0

v1.7.0

24 Dec 19:36
eb5c496
Compare
Choose a tag to compare

Docs 📝

  • updated main README.

Housekeeping 🏠

  • clean up dependencies;
  • update NX workspace;
  • update TSUP;
  • add Jest coverage report to the CI.

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Oct 21:33
9fa57a3
Compare
Choose a tag to compare

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

v1.6.0-beta.4

20 Oct 01:24
Compare
Choose a tag to compare
v1.6.0-beta.4 Pre-release
Pre-release

What's changed

  • lib: fixed a side effect in the ESM package that limits the tree-shake ability.

Full Changelog: v1.6.0-beta.3...v1.6.0-beta.4

v1.6.0-beta.3

22 Sep 00:26
Compare
Choose a tag to compare
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 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

v1.6.0-beta.0

17 Sep 19:52
Compare
Choose a tag to compare
v1.6.0-beta.0 Pre-release
Pre-release

What's Changed

  • Introduced the new Stepper component. 🎉

Full Changelog: v1.5.0...v1.6.0-beta.0

v1.5.0

03 Aug 21:53
Compare
Choose a tag to compare

What's Changed

Details

  • Created the useIsomorphicId.
  • This version is compatible with React 17 or under, fell free to update in your project.

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Jul 19:45
Compare
Choose a tag to compare

What's Changed

Details

  • Updated NX version to latest.
  • Updated React to 18.
  • Breaking change: The minor version of React is now 18. If you want use React 17.x install headless-stepper@1.3.0.
  • Updated the sponsor list in the documentation.
  • Added CodeSandbox integration, now every PR can be opened directly on VSCode or CodeSandbox web.

Full Changelog: v1.3.0...v1.4.0