Skip to content

feat: added compatibility support for react 19#7

Merged
ArushKapoorJuspay merged 2 commits into
mainfrom
feat/added-react-19-support
Mar 5, 2026
Merged

feat: added compatibility support for react 19#7
ArushKapoorJuspay merged 2 commits into
mainfrom
feat/added-react-19-support

Conversation

@ArushKapoorJuspay

@ArushKapoorJuspay ArushKapoorJuspay commented Dec 23, 2025

Copy link
Copy Markdown
Contributor

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
@ArushKapoorJuspay ArushKapoorJuspay merged commit dfaaa15 into main Mar 5, 2026
8 checks passed
@ArushKapoorJuspay ArushKapoorJuspay deleted the feat/added-react-19-support branch March 5, 2026 04:20
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