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

Break out utility functions from main package #448

Open
jakeboone02 opened this issue Jan 9, 2023 · 0 comments
Open

Break out utility functions from main package #448

jakeboone02 opened this issue Jan 9, 2023 · 0 comments

Comments

@jakeboone02
Copy link
Member

jakeboone02 commented Jan 9, 2023

  • Create a new package @react-querybuilder/util with all utility functions (and default settings/classes/etc?). util should not require react.
  • Modify ts package to officially export two sets of types, one with react and one without. util package should use the latter.

Initially, react-querybuilder should re-export everything from the util package to minimize disruption to users. We can think about removing them in a subsequent major version.

Might think about tackling this and #396 together.

@jakeboone02 jakeboone02 added this to the v6.0 milestone Jan 9, 2023
@jakeboone02 jakeboone02 removed this from the v6.0 milestone Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant