Skip to content

Releases: raisiqueira/headless-stepper-monorepo

[email protected]

11 May 15:22
7548e6c
Compare
Choose a tag to compare

headless-stepper

1.11.0

Patch Changes

  • chore: remove unnecessary files from component

[email protected]

09 Dec 18:06
52c6cff
Compare
Choose a tag to compare

headless-stepper

1.10.0

Patch Changes

  • chore: remove unnecessary files from components.
  • chore: updated NX version.
  • chore: removed Webpack from the project.

[email protected]

23 Aug 18:50
ca42cd0
Compare
Choose a tag to compare

Patch Changes

  • chore: remove unncessary files from component

[email protected]

23 Aug 18:42
bd41002
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

headless-stepper

1.9.1

Patch Changes

  • chore: remove unncessary files from component

v1.9.0

21 Aug 20:10
df17951
Compare
Choose a tag to compare

What's Changed

  • docs: update install command;
  • lib: skip disabled steps (useStepper hook);
  • dev: add StepperComponent to the dev server;

Full Changelog: v1.8.3...v1.9.0

v1.9.0-beta.0

18 Aug 19:13
Compare
Choose a tag to compare
v1.9.0-beta.0 Pre-release
Pre-release
  • docs: update install command;
  • lib: skip disabled steps (useStepper hook);
  • dev: add StepperComponent to the dev server;

Full Changelog: v1.8.3...v1.9.0-beta.0

v1.8.3

07 Jul 23:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

27 Jun 00:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1

14 Jun 21:51
9abd2ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

27 Mar 23:22
2750ad4
Compare
Choose a tag to compare

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.7.0...v1.8.0