Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Next JS Requirement #11

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Remove Next JS Requirement #11

merged 1 commit into from
Aug 13, 2024

Conversation

calebjacob
Copy link
Collaborator

Closes: #5

  • Implement <PagodaUiProvider> to remove hard requirement (peer dependency) on Next JS. This will allow other React frameworks to use our UI library.
  • Bumping up version to 1.0.0 since this is technically a breaking change and wraps up the last "critical" issue we needed to resolve.
  • Update README to show example of setting up <PagodaUiProvider>

Once this is merged and published, I'll open up PR's to update our other repos to use 1.0.0 and implement <PagodaUiProvider>. My local testing looks good so far with these changes.

@calebjacob calebjacob added the enhancement New feature or request label Aug 12, 2024
Copy link

@charleslavon charleslavon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@calebjacob removing the nextjs dependency is a great update 👍🏾

@calebjacob calebjacob merged commit d925379 into main Aug 13, 2024
2 checks passed
@calebjacob calebjacob deleted the feat/provider branch August 13, 2024 14:02
Copy link

@shelegdmitriy shelegdmitriy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor library to remove hard peer dependency on Next JS
3 participants