Skip to content

feat: added compatibility support for react 19#7

Open
ArushKapoorJuspay wants to merge 2 commits intomainfrom
feat/added-react-19-support
Open

feat: added compatibility support for react 19#7
ArushKapoorJuspay wants to merge 2 commits intomainfrom
feat/added-react-19-support

Conversation

@ArushKapoorJuspay
Copy link
Collaborator

@ArushKapoorJuspay ArushKapoorJuspay commented Dec 23, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Added compatibility support for React 19 and removed compatibility with React ^16.9. Upgraded the major version to indicate breaking changes.


How did you test it?

I tested React 17, React 18 and React 19 in the demo store app to check whether the compatibility support is working as expected


Usage Notes


Version Update

  • I have bumped the package version in package.json following semantic versioning:
    • x.x.x for major changes (breaking).
    • x.x.x for minor changes (new feature, no breaking changes).
    • x.x.x for patch changes (bug fixes, minor improvements).

Checklist

  • I ran npm run re:build and verified the build artifacts.
  • I reviewed the code for style, readability, and consistency.
  • I verified the changes are backward compatible (if applicable).
  • I tested this change in a real or simulated consuming project.
  • I updated documentation, README, or usage examples if necessary.

@ArushKapoorJuspay ArushKapoorJuspay force-pushed the feat/added-react-19-support branch from 5911690 to a96fdf2 Compare January 22, 2026 07:31
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.

3 participants