Skip to content

Conversation

@jakeboone02
Copy link
Member

@jakeboone02 jakeboone02 commented Jun 13, 2024

  • useQueryBuilderQuery hook to retrieve the full, current query object during the render pass of a custom component. It requires no parameters and should be used in place of the previously recommended hook useQueryBuilderSelector, which requires a selector function generated with getQuerySelectorById(props.schema.qbId). While useQueryBuilderSelector is not deprecated, it is no longer recommended except in very special circumstances.
  • useQueryBuilderSelector no longer returns undefined during the first render pass (and neither does the new hook useQueryBuilderQuery).
  • Reinstate useQueryBuilder hook.

@netlify
Copy link

netlify bot commented Jun 13, 2024

Deploy Preview for react-querybuilder ready!

Name Link
🔨 Latest commit 3dd3e5d
🔍 Latest deploy log https://app.netlify.com/sites/react-querybuilder/deploys/666b0a2700311700085a983c
😎 Deploy Preview https://deploy-preview-723--react-querybuilder.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 67 (🟢 up 2 from production)
Accessibility: 89 (no change from production)
Best Practices: 92 (no change from production)
SEO: 88 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 13, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 3dd3e5d:

Sandbox Source
React Query Builder CI Template Configuration
React Query Builder Basic Template Configuration
React Query Builder Basic TypeScript Template Configuration
React Query Builder Drag-and-drop Template Configuration
React Query Builder Ant Design Template Configuration
React Query Builder Bootstrap Template Configuration
React Query Builder Bulma Template Configuration
React Query Builder Chakra UI Template Configuration
React Query Builder Fluent UI Template Configuration
React Query Builder Mantine Template Configuration
React Query Builder MUI/Material Template Configuration
React Query Builder Native Template Configuration
React Query Builder Next.js Template Configuration
React Query Builder Tremor Template Configuration

@codecov
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (be3e8b3) to head (3dd3e5d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #723   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          162       163    +1     
  Lines         5095      5108   +13     
  Branches      2580      2585    +5     
=========================================
+ Hits          5095      5108   +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jakeboone02 jakeboone02 merged commit d431acf into main Jun 13, 2024
@jakeboone02 jakeboone02 deleted the usequerybuilderquery branch June 13, 2024 15:19
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

Successfully merging this pull request may close these issues.

2 participants