Socket
Socket
Sign inDemoInstall

react-wizard-primitive

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.5.0

Diff

jibbedi
published 2.4.0 •

jibbedi
published 2.3.1 •

jibbedi
published 2.3.0 •

jibbedi
published 2.2.0 •

jibbedi
published 2.1.0 •

jibbedi
published 2.0.0 •

Changelog

Source

2.0.0 (June 15, 2019)

  • breaking change: hasBeenActive is now false on first render. To achieve the previous behaviour you can modify your code to hasBeenActive || isActive
  • breaking change: maxVisitedStepIndex has been renamed to maxActivatedStepIndex and will not include the currently active step if it's first rendered. To achieve the previous behaviour you can modify your code to Math.max(maxActivatedStepIndex, activeStepIndex)
jibbedi
published 1.2.0 •

Changelog

Source

1.2.0 (February 10, 2019)

  • feature: Added routing support. See README#Routing for details.
jibbedi
published 1.1.2 •

Changelog

Source

1.1.2 (February 9, 2019)

  • bugfix: wizard step in a nested component now recieves correct wizard step on rerenders
  • fixed spelling / grammar in README
jibbedi
published 1.1.1 •

Changelog

Source

1.1.1 (February 8, 2019)

  • added live examples in README
  • fixed spelling / grammar in README
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc