Support for React 15.6. - #1326
Draft
xinayida wants to merge 1 commit into
Draft
Conversation
…1.x (issue ukrbublik#535) Adds a "Supported React versions" section to the README explaining that 6.x requires React ^16.8.4+ (Hooks, Context API, Fragment, createRef) and that React 15.x is not supported. Points users stuck on React 15.6 (e.g. SharePoint 2019 on-premise) to the legacy react-awesome-query-builder v1.x, confirmed to support React 15 via its peerDependencies.
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
@xinayida is attempting to deploy a commit to the Denys Oblohin's projects Team on Vercel. A member of the Team first needs to authorize it. |
key1989han
added a commit
to key1989han/react-awesome-query-builder
that referenced
this pull request
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #535
Summary
The fix for issue #535 is complete and committed. Here's a summary of what was done and verified:
Fix Summary
The issue asks for React 15.6 support. After analysis, a documentation-only fix is the appropriate resolution because the current 6.x codebase fundamentally requires React 16.8+ features.
What was done (commit
9c8d1e7)README.md - Added a "Supported React versions" section that:
React ^16.8.4 || ^17 || ^18 || ^19react-awesome-query-builder@^1.0.0CHANGELOG.md - Added an entry under the upcoming release referencing issue Support for React 15.6. #535
TOC entry - Added a link to the new section in the table of contents
Verification performed
react-awesome-query-builder@1.3.7haspeerDependencies: { react: '^0.14.6 || ^15.0.0 || ^16.4.1' }createContext(stores/context.js), Fragment shorthand (5+ components),forwardRef(antd widgets) all confirmed in the codebase^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0in all UI packages^1.0.0resolves to latest 1.x (1.3.7)The working tree is clean and the branch is ready (not pushed, no PR opened as instructed).
Meta
makemoneyworker usingclaudein headless mode). Please review carefully before merging.ac6107d0-c349-45f1-a1f1-a128b2ebc0c0