Skip to content

Releases: TroyAlford/react-jsx-parser

Release 2.2.2

30 Oct 00:29
bc04207
Compare
Choose a tag to compare
update @types/react(-dom)? (#296)

Release 2.2.1

30 Oct 00:23
eaa54cc
Compare
Choose a tag to compare
feat(): update dependencies, remove dependabot (#295)

v2.2.0

05 Oct 21:45
79ed1f3
Compare
Choose a tag to compare
  • 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

16 Sep 03:51
67bb9b9
Compare
Choose a tag to compare
update attributeName mappings

Release 2.0.0

09 Jul 23:02
9313a7c
Compare
Choose a tag to compare

Release 2.0.0 with compatibility for React 18+.

v2.0.0-beta.0

08 Jul 00:07
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release
  • works with React@18+
  • fully tested/built with bun (no more webpack/babel or jest/enzyme)
  • no longer uses CircleCI for CI -- everything runs through Github Actions now.

v1.29.0

03 Dec 18:55
Compare
Choose a tag to compare

bugfix: options tags & key generation

15 May 16:05
Compare
Choose a tag to compare
  • key generation now honors any pre-allocated key props on children (@jonw09 #192)
  • <option> tag correctly renders/binds children, not [object Object] (@rostber #197)
  • bumped several dependency versions for security reasons (#193, #194, #195)

bugfix: patch-package postinstall script

08 Feb 16:17
e854bdd
Compare
Choose a tag to compare
  • fixes an issue with the postinstall use of patch-package (#180)

components prop typing

07 Feb 21:05
bec2ef0
Compare
Choose a tag to compare
  • components prop TS typing now handles ExoticComponent declarations (such as forwardRef) (#174)