Skip to content

Releases: TroyAlford/react-jsx-parser

Release 2.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+.

Release 2.0.0-beta.0

08 Jul 00:07
Compare
Choose a tag to compare
Release 2.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)

@types/react & @types/react-dom => optionalDependencies

30 Nov 23:07
972e162
Compare
Choose a tag to compare
  • moved typescript type dependencies to optionalDependencies (#164)

autoCloseVoidElements (<hr> and <hr/> both work)

14 Nov 21:08
fd97894
Compare
Choose a tag to compare
  • added autoCloseVoidElements prop, allowing HTML-compliant void elements to parse correctly (#163)

Fragments, TS, and peerDependencies

09 Nov 23:43
fae48c8
Compare
Choose a tag to compare
  • Add support for <></> Fragment shorthand (#155)
  • Update peerDependencies to allow react 17 (#159)
  • Another fix for TypeScript typings (#157)