File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the react-smart-conditional package will be documented in this file.
44
5+ ## [ 1.0.4] - 2025-03-05
6+
7+ ### Added
8+
9+ - Added support for React 19.
10+
511## [ 1.0.3] - 2025-03-05
612
713### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " react-smart-conditional" ,
33 "description" : " Manage conditional rendering in react js and it's frameworks like a pro" ,
4- "version" : " 1.0.3 " ,
4+ "version" : " 1.0.4 " ,
55 "source" : " src/index.ts" ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/index.module.js" ,
7676 "typescript-eslint" : " ^8.4.0"
7777 },
7878 "peerDependencies" : {
79- "react" : " ^17.0.0 || ^18.0.0"
79+ "react" : " ^17.0.0 || ^18.0.0 || ^19.0.0 "
8080 },
8181 "size-limit" : [
8282 {
You can’t perform that action at this time.
0 commit comments