damianricobelli / stepperize

A library for creating step-by-step workflows in your apps
https://stepperize.vercel.app
916 stars 40 forks source link

refactor: extract common logic to core package #29

Open alexzhang1030 opened 2 months ago

alexzhang1030 commented 2 months ago

Extract common logic to the core package to easily implement vue or other framework bindings.

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 1aba46a46b1933956969595bc244151556a11ccc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ----------------- | ----- | | @stepperize/react | Patch | | @stepperize/core | Major | | docs | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stepperize ❌ Failed (Inspect) Aug 19, 2024 5:39am
damianricobelli commented 2 months ago

@alexzhang1030 thank you for this initiative. You could resolve the branch conflicts and explain the details in the PR description. I will soon add a template for the PRs

alexzhang1030 commented 2 months ago

@alexzhang1030 thank you for this initiative. You could resolve the branch conflicts and explain the details in the PR description. I will soon add a template for the PRs

Hi, I've merged the latest main branch. This PR aims to extract the common types/logics of Stepper so that we can use these helpers to implement other framework bindings. I will work on a Vue binding after this PR has merged.