Releases: TroyAlford/react-jsx-parser
Releases · TroyAlford/react-jsx-parser
Release 2.2.2
update @types/react(-dom)? (#296)
Release 2.2.1
feat(): update dependencies, remove dependabot (#295)
v2.2.0
- Improvements to expression scopes and member expressions (#276 by @Menduist)
- Improvements to handling NaN and Infinity, plus test cleanup (#277 by @TroyAlford)
v2.1.0
update attributeName mappings
Release 2.0.0
Release 2.0.0 with compatibility for React 18+.
v2.0.0-beta.0
- works with React@18+
- fully tested/built with
bun
(no morewebpack
/babel
orjest
/enzyme
) - no longer uses CircleCI for CI -- everything runs through Github Actions now.
v1.29.0
bugfix: options tags & key generation
bugfix: patch-package postinstall script
- fixes an issue with the
postinstall
use ofpatch-package
(#180)
components prop typing
components
prop TS typing now handles ExoticComponent declarations (such asforwardRef
) (#174)